Learn R Programming

rFSA (version 0.1.0)

summary.FSA: Summary function for FSA solutions

Description

Summary function for FSA solutions

Usage

# S3 method for FSA
summary(object, ...)

Arguments

object

FSA object to see summaries on.

...

arguments to be passed to other functions.

Value

list of summarized lm or glm output.

Examples

Run this code
# NOT RUN {
#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)
summary(fit)
# }

Run the code above in your browser using DataLab