Description Usage Arguments Author(s) See Also Examples
View source: R/print.cellsurvLQdiff.R
The function prints linear coefficients alpha and dose-squared coefficients beta of calculated with function cellsurvLQdiff
. In addition quality statistics of the fit and ANOVA F-test results for overall comparison of the coefficients are printed.
1 2 |
x |
an object of class |
... |
further arguments to pass to R function |
Herbert Braselmann
1 2 3 4 5 6 7 8 | datatab<- read.table(system.file("doc", "expl1_cellsurvcurves.txt", package="CFAssay"), header=TRUE, sep="\t")
fitcomp<- cellsurvLQdiff(datatab, curvevar="cline") #using default options
print(fitcomp)
#using different options for cellsurvLQdiff:
print(cellsurvLQdiff(datatab, curvevar="cline", method="ls"))
print(cellsurvLQdiff(datatab, curvevar="cline", PEmethod="fix"))
print(cellsurvLQdiff(datatab, curvevar="cline", method="ls", PEmethod="fix"))
print(cellsurvLQdiff(datatab, curvevar="cline", method="franken"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.