search for: bcidata

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

Did you mean: pcidata
2015 Mar 03
2
Asssistance
...ESCRIPTION files in section 'Creating R packages' of the 'Writing R Extensions' manual. This is my first time to build a package using R and it's very hard for me to figure out where the problem is. I kindly call for your assistance in fixing the problem. Below is my function; bcidata <- read.csv("~/Desktop/Files_for_Package/data.csv"); bcidata Modelsfunc<- function(bcidata){ occupancymean.data.frame <- NULL for (k in seq(2.5,250,by=2.5)){ i <- 1000/k j <- 500/k bcidata$Xgrid <- cut(bcidata$PX, breaks = i, include.lowest = T)...