coef.VFP | R Documentation |
Extract Model-Coefficients from VFP-Objects.
## S3 method for class 'VFP'
coef(object, model.no = NULL, ...)
object |
(object) of class "VFP" |
model.no |
(integer) specifying one of models 1:10, must be one of the fitted models |
... |
additional parameters passed forward |
(numeric) model coefficients
Andre Schuetzenmeister andre.schuetzenmeister@roche.com Florian Dufey florian.dufey@roche.com
library(VCA)
data(VCAdata1)
lst <- anovaVCA(y~(device+lot)/day/run, VCAdata1, by="sample")
mat <- get_mat(lst) # automatically selects "total"
res <- fit_vfp(model.no=1:9, Data=mat)
coef(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.