Hello all,
I hope this message finds you well!
I am looking for an efficient way to output the results from several computation of the user written command "fre" by Ben Jen into excel. I did not come across examples that show how to use putexcel with fre. Do either of you have any suggestions? The below code represents 10% of how many times I am computing "fre" and I do not want to manually have to type in each value. Any recommendations or suggestions will be very helpful.
Best wishes,
Patrick
I hope this message finds you well!
I am looking for an efficient way to output the results from several computation of the user written command "fre" by Ben Jen into excel. I did not come across examples that show how to use putexcel with fre. Do either of you have any suggestions? The below code represents 10% of how many times I am computing "fre" and I do not want to manually have to type in each value. Any recommendations or suggestions will be very helpful.
Code:
fre hccat stuntingcat wastingcat weightcat anemia muaccat /// if screening_number==1 by country, sort: fre hccat stuntingcat wastingcat weightcat anemia muaccat /// if screening_number==1 by country, sort: fre hccat stuntingcat wastingcat weightcat anemia muaccat /// if screening_number!=1 & screening_number==flag6 fre hccat stuntingcat wastingcat weightcat anemia muaccat /// if screening_number!=1 & screening_number==flag6 by country, sort: fre hccat stuntingcat wastingcat weightcat anemia muaccat /// if screening_number!=1 & screening_number==flag12 fre hccat stuntingcat wastingcat weightcat anemia muaccat /// if screening_number!=1 & screening_number==flag12 by country, sort: fre hccat stuntingcat wastingcat weightcat anemia muaccat /// if screening_number!=1 & screening_number==flag18 fre hccat stuntingcat wastingcat weightcat anemia muaccat /// if screening_number!=1 & screening_number==flag18 by country, sort: fre hccat stuntingcat wastingcat weightcat anemia muaccat /// if screening_number!=1 & screening_number==flag24 fre hccat stuntingcat wastingcat weightcat anemia muaccat /// if screening_number!=1 & screening_number==flag24
Best wishes,
Patrick
Comment