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

Description Usage Arguments Author(s) See Also Examples

View source: R/print.cfa2way.R

Description

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

Usage

1
2
## S3 method for class 'cfa2way'
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.

Author(s)

Herbert Braselmann

See Also

cfa2way

Examples

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"))

ZytoHMGU/CFAssay documentation built on Nov. 19, 2019, 12:48 p.m.