Displaying 1 result from an estimated 1 matches for "xdata_cbind".
2003 May 30
1
bootstrapping data.frame and matrix
...ult"
Please note that the same is happening when I create a matrix from the
data.frame with the function cbind
(i.e.
names(data)
[1] "shortrate" "y1" "y5" "y10" "y15"
"y20"
[7] "y25"
xdata_cbind(data$y10,data$shortrate)
is.matrix(x.data)
TRUE)
Thanks in advance,
Chiara