search for: init_rulefit

Displaying 1 result from an estimated 1 matches for "init_rulefit".

2011 Mar 23
0
Rulefit with R and missing values
...an 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.loc=rfhome) satisf1<-read.table("rulefit satisf preop.txt",header=TRUE,dec=".",na.strings="?") tt<-dim(satisf1) ref<- array(1, dim=c(tt[1],tt[2]-1...