getIP.remlVCA | R Documentation |
Intermediate precision in this context here means any sum of variances below the full model originally fitted. A typical use case could be reproducibility-experiments with a single lot or multiple lots, where a pooled version of within-lab precision shall be determined.
getIP.remlVCA(obj, vc)
obj |
(object) of class 'VCA' fitted by 'remlVCA' |
vc |
(character) string specifying the variance component up to which an intermediate precision shall be derived |
Andre Schuetzenmeister andre.schuetzenmeister@roche.com
data(dataEP05A2_3)
res <- remlVCA(y~day/run, dataEP05A2_3)
IPday <- getIP.remlVCA(res, "day:run")
VCAinference(IPday)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.