Description Usage Arguments Value Author(s) See Also Examples
for rlmmain the main effects are estimated using rlm function from MASS package, with lmmain the OLS is used.
1 2 |
df |
|
per |
string argument for which factor the analysis should be done separately, eg. replicate or batch |
lm,rlm
Elin Axelsson
1 2 3 4 5 | data(screen1_raw)
df = cellHTS2df(screen1_raw,neutral="Fluc")
df = weightDf(df,exclude=c("controlP1","controlP2","controlN1","controlN2","controlP1N1","double"))
mains = rlmmain(df)
hist(coef(mains))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.