grasp.lut {grasper} | R Documentation |
Create lookup tables (LUT)
grasp.lut(gr.Yi, gam.model = gam.start, path = "pred1.lut")
gr.Yi |
Selected responses to be used in the form of a vector with column numbers |
gam.model |
Name of the model, created by grasp.model, to use |
path |
Path for the two files that will be created |
This function creates two files containing the lookup tables, one with prediction, the other with standard deviation errors. These exportation format is interesting when predictions must be done on huge datasets, i.e. when XXXpred is too big to be directly predicted from R (usually files that have more than 100'000 lines). Use the ArcView script available on our website to predict inside ArcView. Look at the help attached with this script for details.
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.