python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to plot interaction effects with individual-level variable and individual fixed-effects?
I have a dataset with individual id (factor), time t (factor), a dependent variable y (continuous) and an independent variable x (continuous), which can be measured at time t xt or can be set at the i...

Marco Pastor Mayo
Votes: 0
Answers: 2
Is there a way to subset data for Python statsmodels .get_margeff() like in R margins()?
I created a model using mnlogit() from statsmodels that looks something similar to this:
formula = "Switch_Variable ~ Prior_Complication_categ * C(Prior_Delivery_Type) +
C(RaceName) + C(Ethnicit...
jk00010
Votes: 0
Answers: 0
Can't see the confidence intervals in my Conditional Effects plot using the cplot() function from "margins" package in rstudio
I'm trying to make some conditional effects plot using the cplot() funcion from "margins" package, but the confidence intervals doesn't show up. I can only see the regression line.
This is t...
Adrián Enríquez
Votes: 0
Answers: 0
Adjusted Predictions Tidymodels
Does anyone know how to use predictions() in the marginaleffects() package with tidymodels? In this toy example, I want to get the predicted values of the variable state while holding all other variab...
mapleleaf
Votes: 0
Answers: 1