
Last chance! 50% off unlimited learning
Sale ends in
Printing function for FSA solutions
# S3 method for FSA
print(x, ...)
FSA object to print details about.
arguments to be passed to other functions.
list of Feasible Solution Formula's, Original Fitted model formula and criterion function and times converged to details.
# 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)
print(fit)
# }
Run the code above in your browser using DataLab