grasp.exp.histo {grasp} | R Documentation |
This function plots the responses vs. the predictors.
grasp.exp.histo(gr.Yi, sX = gr.selX, nbar = OPTIONS$NBAR)
gr.Yi |
A vector containing the selected responses |
sX |
A vector of the selected predictors |
nbar |
Number of histogram bars in the pot |
This function is plots responses (RV) versus predictor variables (PV). Limits defined by grasp.msk.limits()
are applied to the data shown in these histograms.
A smoothing function is applied (spline) to the relationship between the responses and each continuous predictor. The degrees of freedom for the smooth function is the same as the one required to build the model and saved in OPTIONS$DF2
.
Weights are applied when WEIGHTS matrix contains values different from 1
Anthony.Lehmann@unige.ch
grasp grasp
, grasp.in grasp.in