Learn R Programming

VFP (version 1.4.3)

coef.VFP: Extract Model-Coefficients from VFP-Objects.

Description

Extract Model-Coefficients from VFP-Objects.

Usage

# S3 method for VFP
coef(object, model.no = NULL, ...)

Value

(numeric) model coefficients

Arguments

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

Author

Andre Schuetzenmeister andre.schuetzenmeister@roche.com Florian Dufey florian.dufey@roche.com

Examples

Run this code
# \donttest{
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)
# }

Run the code above in your browser using DataLab