plot.FSA {rFSA} | R Documentation |
Diagnostic Plots for FSA solutions
Description
Diagnostic Plots for FSA solutions
Usage
## S3 method for class 'FSA'
plot(x, ask = F, easy = T, ...)
Arguments
x |
FSA object to see diagnostic plots on. |
ask |
logical; if TRUE, the user is asked before each plot. See help(plot.lm). |
easy |
logical; should diagnostic plots be presented in easy to read format? |
... |
arguments to be passed to other functions. |
Value
diagnostic plots to plot window.
Examples
#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)
plot(x=fit)
[Package rFSA version 0.9.6 Index]