You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a suggested code or documentation change, improvement to the code, or feature request
Dear Thomas,
I have a question about how to formally test whether estimates for two attribute levels within one dimension are significantly different from each other. E.g., in the example below, is the estimated effect for a person from Iraq significantly different from the effect size for a person coming from China?
Thank you!
## load package
library("cregg")
## code goes here
data("immigration")
# estimating AMCEs with constraintsx<- amce(immigration, ChosenImmigrant~Gender+ReasonForApplication*CountryOfOrigin,
id=~CaseID)
plot(x)
## session info for your system
sessionInfo()
The text was updated successfully, but these errors were encountered:
Dear Thomas,
I have a question about how to formally test whether estimates for two attribute levels within one dimension are significantly different from each other. E.g., in the example below, is the estimated effect for a person from Iraq significantly different from the effect size for a person coming from China?
Thank you!
The text was updated successfully, but these errors were encountered: