Hello members!
For a term paper, I wanted to check whether a lin-log model or a cubic function is better for a prediction. We were taught Stata at university, but unfortunately this is the first time I am trying to use it practically. Anyway, one variable is GDP per capita. This can be logarithmized via "gen logGDPTotal = log(GDPTotal)". But there is apparently also for scatter the option qfit, which produces the same. So generation is redundant?
Unfortunately, when I use the following command, no useful result comes out: twoway (scatter GDPTotal FIW19) (lfit GDPTotal FIW19) (qfit GDPTotal FIW19)
I would like to generate a similiar graphic.
Related Posts with Linear-Log Cubic regression
Combine two datasets and estimate values in relation to datesHello, I am doing an event study and posted a question a few days ago, and was able to solve the pr…
Generating new variable based on the maximum value of a group of variables by countryDear all, I am currently working with a country-level religion adherence dataset which looks as fol…
Combination of quarters belonging to different year into one yearHi all, I have a dataset with monthly observations, the subset is as follows. However, here in the …
Stata vs. SAS Differences in Repeated Measures AnovaI have uncovered an interesting issue, and am curious if anybody has an explanation for what I am se…
Reasons for inconsistent estimator in xtbond and xtdpdsysHi, I made xtabond and xtdpdsys estimations, but in each case the parameter of lag dependent variab…
Subscribe to:
Post Comments (Atom)
0 Response to Linear-Log Cubic regression
Post a Comment