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
identify repeated observation within variable by idHi, I need to identify by id who has the same grade repeated multiple times. I have used [_n] and […
Matching and clogit functionI am trying to run a binary logistic regression to predict REIT takeover targets. I collected data o…
Declaring data to be time-series dataHi everyone! I have monthly data set presented as such Code: * Example generated by -dataex-. To…
Creating quartiles using loop for 25 continuous independent variablesAny suggestion how to fix this loop ? I am trying to create quartiles for 25 continuous independent …
Which test for between multiple groups and frequencies?Hi all, I am looking at frequencies (how many people said yes or no to a question) and would like t…
Subscribe to:
Post Comments (Atom)
0 Response to Vectorized division
Post a Comment