Learn R Programming

VCA (version 1.5.1)

getIP.remlVCA: 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

Andre Schuetzenmeister andre.schuetzenmeister@roche.com

Examples

Run this code
data(dataEP05A2_3)
res <- remlVCA(y~day/run, dataEP05A2_3)
IPday <- getIP.remlVCA(res, "day:run")
VCAinference(IPday)

Run the code above in your browser using DataLab