Hi All,
I have the following dataset. test2=sums_of_squares_weight/total_passenger_perday_adjusted gives a desirable vectorized output. However, test1=total_passenger_perday/total_passenger_perday_adjusted gives a constant. I am not sure what is unique with columns 2 and 3. Could this be a bug?
sums_of_squares_weight total_passenger_perday total_passenger_perday_adjusted test2 test1
.0711111 61 183 .0003886 .3333333
.0711111 61 183 .0003886 .3333333
.0711111 61 183 .0003886 .3333333
.0711111 14 42 .0016931 .3333333
.0711111 14 42 .0016931 .3333333
.0711111 14 42 .0016931 .3333333
30.23162 5523 16569 .0018246 .3333333
30.23162 5523 16569 .0018246 .3333333
30.23162 5523 16569 .0018246 .3333333
30.23162 2414 7242 .0041745 .3333333
Any hint will be much appreciated!
Related Posts with Vectorized division
Reshape the data-set into a specified formI have a data-set contains the following variables. And, I want to reshape the data-set into a speci…
Using python integrated in Stata version below 16Hi All, I'm trying to install python and its package in Stata version 15.1 SE but do not success du…
Regression problem with categorical/dummy variables that take on more than two valuesHi members, I have a cross-sectional dataset with 167 observations, on which I am trying to run an …
Error in lassologitI am using lasso for model selection and predictions. The code looks as follows: Code: lassologit…
removing intercepts from groups of dummy variables in panel datahi there, so i have a panel regression of 174 nations and their GDP growth for every year 1994-2017,…
Subscribe to:
Post Comments (Atom)
0 Response to Vectorized division
Post a Comment