plot.FSA: Diagnostic Plots for FSA solutions

Description Usage Arguments Value Examples

View source: R/plot.FSA.R

Description

Diagnostic Plots for FSA solutions

Usage

1
2
## 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

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

joshuawlambert/rFSA documentation built on July 2, 2021, 11:24 p.m.