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
Use list of variables in dta file to rename variable in other datasetHi, In the current project I'm working on, I keep updating a list of variables. I would like to use…
Using and interpreting coefficients of categorical variables in Probit Marginal AnalysisI am writing my bachelor's thesis that aims to investigate how a liberal outlook affects one's incom…
I need to log a variable, but some of the observations are negative. How to solve this problem?Hi, I'm using Stata/SE 16.1. My dataset is a panel data and contains the financial statement and ke…
T-TEST interpretationI’m testing the significance of a predictor through a t-test, after having made an univariate analys…
Find observations with same content for one variableI would like to find out which observations have the same content for one variable. Is there a comma…
Subscribe to:
Post Comments (Atom)
0 Response to Linear-Log Cubic regression
Post a Comment