Displaying 2 results from an estimated 2 matches for "stata10".
Did you mean:
stata16
2009 Apr 14
1
import from stata
Dear R users,
I am trying to import a table from STATA, a dta file.
With a table called "table", this is what I do :
library("foreign")
read.dta(table)
It does not work. What am I doing wrong ?
Best Regards,
Dwayne
[[alternative HTML version deleted]]
2010 Mar 04
0
Conditional Logistic Regression in R
Hello.
I want to use conditional logistic regression to calculate the probability
of winning one of three players in golf. I was able to calculate these
probabilities in Stata10, and I now want to transfer the code in the R
Project, because it is can get data directly form MySQL. Unfortunately, I'm
novice in R and I can't calculate the probability using the predict function
when trying to get out of sample forecasts.
The code I use to built the regression is and g...