Displaying 2 results from an estimated 2 matches for "kwock".
Did you mean:
knock
2013 Oct 02
1
foreign package problem with stata 13
foreign package does not support dataset saved at stata 13.
anyone knows any wayt to make it works?
[[alternative HTML version deleted]]
2013 Sep 19
2
(no subject)
Dear R sages,
I used the function rbind to combine a matrix (M) and a vector (Fert) to
get a new matrix (A). This was fine.
The issue is however, that the new matrix A has as its row names the name
of the vector Fert, even though I set teh new vector A to have
dimnames=NULL. See short code below fyi.
*Fert<-c(0,1,5)
*
*M <- matrix(0, 2, 3)
diag(M) <- c(0.3,0.5)
*
*A<-