search for: rbootge

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

Did you mean: bootle
2010 May 01
1
cbind and automatic type conversion
...rap" 0.79 "R Bootstrap" 0.71 "R Bootstrap" 0.75 So I combine the data in the following way: normalerrors <- rbind(cbind(rep("Classic",S),classicge[,1]), cbind(rep("Own Bootstrap",S),ownge[,1]),cbind(rep("R Bootstrap",S),rbootge[,1])) normalerrors <- data.frame(method=factor(normalerrors[,1]),ge=normalerrors[,2]) But doing it in this way my GE coefficients get automatically converted to string type ... how can I avoid this conversion when doing the cbind? TIA, Best regards, Giovanni [[alternative HTML version delet...