Good afternoon/evening.
I am very new in Stata and I am trying to run a simple regression on some data that I have.
Variable X has 75 observations while Variable Y has 74 observations.
However, when I run the regression I get the following error:
. regress Y X
no observations
r(2000);
I already checked missing values:
. count if !missing(Y, X)
0
I will appreciate your help. Thanks a lot,
I am very new in Stata and I am trying to run a simple regression on some data that I have.
Variable X has 75 observations while Variable Y has 74 observations.
However, when I run the regression I get the following error:
. regress Y X
no observations
r(2000);
I already checked missing values:
. count if !missing(Y, X)
0
I will appreciate your help. Thanks a lot,
Comment