grasp.options {grasp}R Documentation

Internal GRASP function

Description

Set main GRASP options

Usage

grasp.options(title = "GRASP: ", path = "c:/temp", plotpar = c(3, 3), npast = 0,
selxlim = gr.selX, corlim = 100, corplot = TRUE, nbar = 10, df1 = 0, df2 = 4, test = "F", plimit = 0.05, direction = "both", weights = FALSE, mincont = 0, startwith = gr.selX,
resetstart = TRUE, showdetail = FALSE, cvgroups = 5, 
resolution = (max(XXXpred$CX) - min(XXXpred$CX))/(length(unique(XXXpred$CX)) - 1), 
StdError = TRUE)

Arguments

title Title in the plots
path path where outputs will be written
plotpar A vector of the number of colonnes and lines in plots
npast For limits, the number of data to be left out (limited)
selxlim For limits, a vector of predictors to which limits will be applied
corlim ...
corplot If true, correlation will be plotted
nbar Number of bars in histograms
df1 First degrees of freedom
df2 Second degrees of freedom
test Wich test to use, F-test by default
plimit ...
direction ...
weights If TRUE, weights will be used, they are stored in the WEIGHTS dataframe generated by grasp.in
mincont ...
startwith ...
resetstart ...
showdetail ...
cvgroups ...
resolution ...
StdError ...

Author(s)

Anthony.Lehmann@unige.ch

See Also

grasp grasp, grasp.in grasp.in


[Package grasp version 2.5-7 Index]