grasp.limits {grasper}R Documentation

GRASP-R limits

Description

GRASP-R - Restricting the data within limits

Usage

grasp.limits(gr.Yi, sX, npast, lim)

Arguments

gr.Yi Selected responses to be used in the form of a vector with column numbers
sX Selected predictors to limit from
npast Number of 0 observations kept on each side of the last presence
lim Limits type generaly "and"

Details

The grasp.limits function is optional. It restricts the data within limits defined for selected response variables by keeping a given number of 0 observations on each side of the last presence along selected predictors.

Note

You have to call grasp.limits before calling other functions in case you want to apply limits to all the other computations. The function can be accessed through grasp.GUI() in menu Edit / Set limits...

Author(s)

Fabien Fivaz fabien.fivaz@bluewin.ch. Ported to R from GRASP http://www.cscf.ch/grasp/ for S-Plus written by A. Lehmann, J.R. Leathwich and J. McC Overton.

See Also

grasp.GUI


[Package Contents]