
Last chance! 50% off unlimited learning
Sale ends in
Print Objects of Class 'VFP'
# S3 method for VFP
print(x, model.no = NULL, digits = 4, ...)
(object) of class 'VFP'
(integer) specifying a fitted model in 'x', if NULL the best fitting model will be printed, i.e. the one with min(AIC)
(integer) number of significant digits
additional parameters passed forward
# NOT RUN {
library(VCA)
data(CA19_9)
fits.CA19_9 <- anovaVCA(result~site/day, CA19_9, by="sample")
# extract repeatability
mat.CA19_9 <- getMat.VCA(fits.CA19_9, "error")
res.CA19_9 <- fit.vfp(mat.CA19_9, 1:10)
res.CA19_9
# }
Run the code above in your browser using DataLab