coef.allFit: Exract coefficients from ensemble object.

Description Usage Arguments Value Examples

Description

It exract coefficients from ensemble object.The code borrows heavily from package meifly.

Usage

1
2
## S3 method for class 'allFit'
coef(object)

Arguments

object

Output from fitAll.

Value

A data.frame with coefficients.

Examples

1
2
allreg=fitAll(conc~uptake*Treatment,CO2)
coef(allreg)

kohleth/kmisc documentation built on May 20, 2019, 12:53 p.m.