Displaying 1 result from an estimated 1 matches for "newdatamak".
Did you mean:
newdatamaker
2012 Apr 20
1
predictOMatic for regression. Please try and advise me
...so to save you the trouble of actually running
the code, I also paste in a session demonstrating one run through.
Here's the code:
##Paul Johnson
## 2012-04-20
## Facilitate creation of "newdata" objects for use in predict
## statements (for interpretation of regression models)
## newdataMaker creates the newdata frame required in predict.
## It supplies a data frame with all input variables at a
## central value (mean, mode) except for some variables that
## the user wants to focus on. User should
## supply a fitted model "model" and a focus list "fl" of variable
#...