modelFit-methods: Getter for model fit

Description Usage Arguments Value Examples

Description

Returns the mixed effects model fit from the analysis using a hierarchical model.

Usage

1
2
3
4
modelFit(obj)

## S4 method for signature 'HMAnalysedPerturbationData'
modelFit(obj)

Arguments

obj

the object for which you want to extract the underlying fit

Value

returns a list

Examples

1
2
3
 data(rnaiscreen)
 hm.fit <- hm(rnaiscreen)
 ft <- modelFit(hm.fit)

dirmeier/knockout documentation built on Feb. 15, 2020, 9:11 p.m.