Displaying 1 result from an estimated 1 matches for "rfhome".
Did you mean:
r_home
2011 Mar 23
0
Rulefit with R and missing values
...is when I use the command
rfmod. Actually, I don't know how to deal with the error message. I don't
know were "true" or "false" is missing.
Someone can help me?
Thanks
The following part is the script I used with the error at the end.
platform = "windows"
rfhome = "C:/Rulefit"
source("C:/Rulefit/rulefit.r")
install.packages("akima", lib=rfhome)
library(akima, lib.loc=rfhome)
save.image("C:/Rulefit/init_rulefit.RData")
setwd("C:/Rulefit")
load("C:/Rulefit/init_rulefit.RData")
library(akima, lib.lo...