getIP.remlVCA: Intermediate Precision for remlVCA-fitted objects of class...

View source: R/reml.R

getIP.remlVCAR 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)

VCA documentation built on Sept. 7, 2022, 5:07 p.m.