print.FSA: Printing function for FSA solutions

Description Usage Arguments Value Examples

View source: R/print.FSA.R

Description

Printing function for FSA solutions

Usage

1
2
## S3 method for class 'FSA'
print(x, ...)

Arguments

x

FSA object to print details about.

...

arguments to be passed to other functions.

Value

list of Feasible Solution Formula's, Original Fitted model formula and criterion function and times converged to details.

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)
print(fit)

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