Here is my code for prevalence vs month:
logit mrsp i.month
margins month, plot(ytitle(Prevalence) ylabel(0 (0.05) 0.30, angle(horizontal)) xtitle(Month) xtitle(, margin(small)) title("Dog Level Monthly Prevalence of MRSP") name(month, replace))
1. I want to remove 95%CI but am unsure where to put noic into my code
2. I want to label the x-axis with actual dates (variable: daterec) on a 3 month interval
I would really appreciate the help with this, I am new to STATA!
Related Posts with removing 95%CI and renaming axis by intervals
Accurate binning-scatterHi all, I have some data on sales (in a variable called log_sales2) categorized in 10 categories ac…
Allowing time series lags to vary over time and/or be estimated dynamicallyI'm trying to use a regression model to understand if the time between a person having a positive te…
Data transformation - not sure exactly which one is neededHello, Currently my data looks like: Code: * Example generated by -dataex-. To install: ssc insta…
Merging m:1 creates repeated observationsGood evening, I merged m:1 a BP dataset with BP and heart rate variables with a demographic dataset…
Test of Variances between Groups and across CountriesEssentially the problem is this: I have a variable of interest "X" and data on the values of "X" fo…
Subscribe to:
Post Comments (Atom)
0 Response to removing 95%CI and renaming axis by intervals
Post a Comment