fitted.FSA: Fitted Values for FSA solutions

Description Usage Arguments Value Examples

View source: R/fitted.FSA.R

Description

Fitted Values for FSA solutions

Usage

1
2
## S3 method for class 'FSA'
fitted(object, ...)

Arguments

object

FSA object to get fitted values from.

...

other parameters passed to fitmodels or fitted function. See help(fitmodels) or help(fitted) for assistance.

Value

list of fitted values from each FSA model.

Examples

1
2
3
4
5
6
#use mtcars package see help(mtcars)
data(mtcars)
colnames(mtcars)
fit<-lmFSA(formula="mpg~hp*wt",data=mtcars,fixvar="hp",
             quad=FALSE,m=2,numrs=10,save_solutions=FALSE,cores=1)
fitted(fit)

joshuawlambert/rFSA2 documentation built on July 2, 2021, 12:50 a.m.