urine | R Documentation |
The 'urine' data frame has 79 rows and 7 columns.
79 urine specimens were analyzed in an effort to determine if certain physical characteristics of the urine might be related to the formation of calcium oxalate crystals. Cases 1 and 55 have missing covariates.
data(urine)
This data frame contains the following columns:
Indicator of the presence of calcium oxalate crystals.
The specific gravity of the urine.
The pH reading of the urine.
The osmolarity of the urine. Osmolarity is proportional to the concentration of molecules in solution.
The conductivity of the urine. Conductivity is proportional to the concentration of charged ions in solution.
The urea concentration in millimoles per litre.
The calcium concentration in millimoles per litre.
Andrews, D.F. and Herzberg, A.M. (1985) Data: A Collection of Problems from Many Fields for the Student and Research Worker. Springer-Verlag. Pages 249–251.
data(urine)
glm(r~gravity+ph+osmo+cond+urea+calc,binomial,data=urine,subset=-c(1,55))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.