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)

cbg-ethz/knockdown documentation built on Feb. 11, 2020, 6:25 p.m.