renalstone | R Documentation |
Presents the frequencies of individuals at high risk of renal calculi according to age and gender. This a demo dataset for Cochran-Armitage trend test for investigating whether there is a linear trend between the proportion of individual with renal stone and ages.
data("renalstone")
A data frame with 3513 rows and 3 columns.
Hazra, Avijit, and Nithya Jaideep Gogtay. 2016. “Biostatistics Series Module 4: Comparing Groups – Categorical Variables.” In Indian Journal of Dermatology
data(renalstone)
xtabs(~stone+age+gender, data = renalstone)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.