get_intermed: Get assay intermediate precision CV measure

View source: R/variance.R

get_intermedR Documentation

Get assay intermediate precision CV measure

Description

Returns the intermediate precision based on the sum of all the variances of the random intercepts. Works for any lme4 object, but make sure it's only got a fixed intercepts and no other fixed terms. Random ones can be anything, as long as they describe the model hierarchy properly.

Usage

get_intermed(model)

Arguments

model

A random-effects model

Value

The intermediate precision (as percent RSD)


dmarginean/aqua documentation built on March 16, 2024, 1:03 a.m.