| hba1c | R Documentation |
Three analysers (machines) for determination of HbA1c (glycosylated haemoglobin) were tested on samples from 38 individuals. Each had drawn a venous and capillary blood sample. These were analysed on five different days.
A data frame with 835 observations on the following 6 variables.
devType of machine used. A factor with levels
BR.V2, BR.VC and Tosoh.
typeType of
blood analysed (capillary or venous). A factor with levels Cap
Ven
itemPerson-id. A numeric vector
d.sampDay of sampling.
d.anaDay of laboratory analysis.
yThe measured value of HbA1c.
In the terminology of method comparison studies, methods is the
cross-classification of dev and type, and replicate is
d.ana. It may be of interest to look at the effect of time between
d.ana and d.samp, i.e. the time between sampling and analysis.
Bendix Carstensen, Steno Diabetes Center.
These data were analysed as example in: Carstensen: Comparing and predicting between several methods of measurement, Biostatistics 5, pp. 399–413, 2004.
data(hba1c)
str(hba1c)
hb1 <- with( hba1c,
Meth( meth = interaction(dev,type),
item = item,
repl = d.ana-d.samp,
y = y, print=TRUE ) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.