modelFit {perturbatr} | R Documentation |
Returns the mixed effects model fit from the analysis using a hierarchical model.
modelFit(obj) ## S4 method for signature 'HMAnalysedPerturbationData' modelFit(obj)
obj |
the object for which you want to extract the underlying fit |
returns a list
data(rnaiscreen) hm.fit <- hm(rnaiscreen) ft <- modelFit(hm.fit)