Learn R Programming

rFSA (version 0.1.0)

plot.FSA: Diagnostic Plots for FSA solutions

Description

Diagnostic Plots for FSA solutions

Usage

# S3 method for 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

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)
plot(x=fit)
# }

Run the code above in your browser using DataLab