get_repeat: Get assay repeatability CV measure

View source: R/variance.R

get_repeatR Documentation

Get assay repeatability CV measure

Description

Returns the repeatability based on the residual variance in the model. 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_repeat(model)

Arguments

model

A random-effects model

Value

The repeatability (as percent RSD)


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