print.cfa2way {CFAssay} | R Documentation |
The function prints a summary of two-way analysis for cell survival data.
## S3 method for class 'cfa2way' print(x, labels=c(A="A",B="B"), ...)
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
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"))