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
How relevant are stochastic trends in a panel with T<<N?The panel dimensions are N=170 and T=21 and the estimated model is a dynamic panel estimated using x…
Error "Option not allowed" when creating coefHey guys, my goal is to regress the natural logarithm of total industry sales and an index variable…
Testing equality of Poisson regression coefficients in two groups using ppmlhdfeDear all, How do you test Poisson coefficients in two groups? Because I have multi-way fixed effect…
Drop last 7 characters from obsrevations if they have certain charactersHello, This is my first post, so please excuse me. I have one variable with observations like this…
Problem with generating new variable-- Need help pleaseHello everyone, I need help in generating a new variable based on an existing one. The existed vari…
Subscribe to:
Post Comments (Atom)
0 Response to Vectorized division
Post a Comment