search for: normalerrors

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

2010 May 01
1
cbind and automatic type conversion
...---------- ------ "Classic" 0.76 "Classic" 0.79 "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 a...