print.VFP | R Documentation |
Print Objects of Class 'VFP'
## S3 method for class 'VFP'
print(x, model.no = NULL, digits = 4, ...)
x |
(object) of class 'VFP' |
model.no |
(integer) specifying a fitted model in 'x', if NULL the best fitting model will be printed, i.e. the one with min(AIC) |
digits |
(integer) number of significant digits |
... |
additional parameters passed forward |
Andre Schuetzenmeister andre.schuetzenmeister@roche.com
library(VCA)
data(CA19_9)
fits.CA19_9 <- anovaVCA(result~site/day, CA19_9, by="sample")
# extract repeatability
mat.CA19_9 <- get_mat(fits.CA19_9, "error")
res.CA19_9 <- fit_vfp(mat.CA19_9, 1:9)
res.CA19_9
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.