Hi All,
I am trying to figure out how to graph an S-curve relationship between the DV (lnbannersales_store) and one of the IVs (countries_regions) in Stata. This is what my regression model looks like:
xtscc lnbannersales_store sfd lncheckouts countries_regions sqcountries_regions cubecountries_regions foreignmarketgrowth intspeed lnforeignsales globecultdist lnpoldist,fe
I would also like to show how the S-curve relationship changes once the relationship between tDV (lnbannersales_store) and one of the IVs (countries_regions) is moderated by sfd (sfd_countriesregions sfd_sqcontriesrregions sfd_cubecountriesregions).
xtscc lnbannersales_store sfd lncheckouts countries_regions sqcountries_regions cubecountries_regions foreignmarketgrowth intspeed lnforeignsales globecultdist lnpoldist sfd_countriesregions sfd_sqcontriesrregions sfd_cubecountriesregions,fe
Any ideas how I could create the graphs above would be greatly appreciated.
Thank you in advance!
Boryana
I am trying to figure out how to graph an S-curve relationship between the DV (lnbannersales_store) and one of the IVs (countries_regions) in Stata. This is what my regression model looks like:
xtscc lnbannersales_store sfd lncheckouts countries_regions sqcountries_regions cubecountries_regions foreignmarketgrowth intspeed lnforeignsales globecultdist lnpoldist,fe
I would also like to show how the S-curve relationship changes once the relationship between tDV (lnbannersales_store) and one of the IVs (countries_regions) is moderated by sfd (sfd_countriesregions sfd_sqcontriesrregions sfd_cubecountriesregions).
xtscc lnbannersales_store sfd lncheckouts countries_regions sqcountries_regions cubecountries_regions foreignmarketgrowth intspeed lnforeignsales globecultdist lnpoldist sfd_countriesregions sfd_sqcontriesrregions sfd_cubecountriesregions,fe
Any ideas how I could create the graphs above would be greatly appreciated.
Thank you in advance!
Boryana
Comment