grasp.exp.histo {grasp}R Documentation

Internal GRASP function

Description

This function plots the responses vs. the predictors.

Usage

grasp.exp.histo(gr.Yi, sX = gr.selX, nbar = OPTIONS$NBAR)

Arguments

gr.Yi A vector containing the selected responses
sX A vector of the selected predictors
nbar Number of histogram bars in the pot

Details

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

Author(s)

Anthony.Lehmann@unige.ch

See Also

grasp grasp, grasp.in grasp.in


[Package grasp version 2.5-7 Index]