getIP.remlVCA {VCA} | R Documentation |
Intermediate Precision for remlVCA-fitted objects of class 'VCA'
Description
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.
Usage
getIP.remlVCA(obj, vc)
Arguments
obj |
(object) of class 'VCA' fitted by 'remlVCA' |
vc |
(character) string specifying the variance component up to which an intermediate precision shall be derived |
Author(s)
Andre Schuetzenmeister andre.schuetzenmeister@roche.com
Examples
data(dataEP05A2_3)
res <- remlVCA(y~day/run, dataEP05A2_3)
IPday <- getIP.remlVCA(res, "day:run")
VCAinference(IPday)
[Package VCA version 1.5.1 Index]