Learn R Programming

VFP (version 1.0)

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, ...)

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

Examples

Run this code
# NOT RUN {
library(VCA)
data(VCAdata1)
lst <- anovaVCA(y~(device+lot)/day/run, VCAdata1, by="sample")
mat <- getMat.VCA(lst)		# automatically selects "total"
res <- fit.vfp(model.no=1:10, Data=mat)
coef(res)
# }

Run the code above in your browser using DataLab