chrisadolph / tile-simcf

R packages for visualizing statistical models, with tools for counterfactual simulation
faculty.washington.edu/cadolph/software
13 stars 10 forks source link

logBound variables do not create an extra column in cfMake #33

Open aserlich opened 12 years ago

aserlich commented 12 years ago

I just noticed this when someone sent me some code that doesn't work.

model1 <- cbind(index, complement) ~ log(rev) + animals + arts + educ + envir + health + human + intl + pubben + rel + logBound(media) + govpercent - 1

xscen <- cfMake(model1, data=modeldata, nscen=12)