search for: ownge

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

Did you mean: onge
2010 May 01
1
cbind and automatic type conversion
...quot;Own Bootstrap" 0.81 "Own Bootstrap" 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 reg...