Description Usage Arguments Author(s) See Also Examples
View source: R/print.cfa2way.R
The function prints a summary of two-way analysis for cell survival data.
1 2 |
x |
an R object of class |
labels |
labels for output description. These describe the meaning of |
... |
further arguments to pass to R function |
Herbert Braselmann
1 2 3 4 | datatab<- read.table(system.file("doc", "exp2_2waycfa.txt", package="CFAssay"), header=TRUE, sep="\t")
names(datatab) # has columns "x5fuCis" and "siRNA"
fitcomp<- cfa2way(datatab, A="siRNA", B="x5fuCis", param="A/B")
print(fitcomp, labels=c(A="siRNA",B="x5fuCis"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.