grasp.RvsP {grasper} | R Documentation |
Plots the reponses (RV) versus the predictor variables (PV)
grasp.RvsP(gr.Yi, sX)
gr.Yi |
Selected responses to be used in the form of a vector with column numbers |
sX |
Selected predictors to be used in the form of a vector with column numbers |
This is a visual check. A smoothing function spline
is applied to the relationships between the responses and each continuous predictor. The degrees of freedom for the smooth function are the same as for the model (df = 4). To change df, you have to edit the function directly.
Fabien Fivaz fabien.fivaz@bluewin.ch. Ported to R from GRASP for S-Plus written by A. Lehmann, J.R. Leathwich and J. McC Overton.
grasp.histo
, grasp.datamap
, grasp.cormat