modelFit {perturbatr}R Documentation

Getter for model fit

Description

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

Usage

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

 data(rnaiscreen)
 hm.fit <- hm(rnaiscreen)
 ft <- modelFit(hm.fit)

[Package perturbatr version 1.4.0 Index]