Learn R Programming

CFAssay (version 1.6.0)

print.cfa2way: Print summary of two-way analysis for cell survival data.

Description

The function prints a summary of two-way analysis for cell survival data.

Usage

"print"(x, labels=c(A="A",B="B"), ...)

Arguments

x
an R object of class cfa2way and resulting from function cfa2way.
labels
labels for output description. These describe the meaning of A and of B.
...
further arguments to pass to R function print.

See Also

cfa2way

Examples

Run this code
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"))

Run the code above in your browser using DataLab