search for: ofcoeff

Displaying 1 result from an estimated 1 matches for "ofcoeff".

Did you mean: coeff
2012 Feb 05
1
how to REPLACE VALUES in a dataframe
.... > u   coe      nam 1   0     Time 2   0    Poten 3   0   AdvExp 4   0    Share 5   0   Change 6   0 Accounts 7   0     Work 8   0   Rating > v       coeff    enter 1 0.7272727 Accounts 2 0.3211112     Time 3 0.0500123    Poten I want to update the values of coe in u by using the values ofcoeff in v. That is, I want to get the following result > u   coe                   nam 1   0.3211112     Time 2   0.0500123    Poten 3   0                   AdvExp 4   0                   Share 5   0                   Change 6    0.7272727   Accounts 7   0                   Work 8   0               ...