python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can i get predictions with CI from lmerTest models?
We are currently working with plant phenology.
We built a linear mixed model for each species present in the study area.
We set Days From Snowmelt (The sum of days from snowmelt to the visit day along...
LeteAlemany
Votes: 0
Answers: 1
Python panel data regression with more than two fixed effects
I have a panel database and would like to run a regression considering fixed effects. When using Panel.Ols, two fixed effects work without problems.
My code looks like this:
df['countyCode'] = pd.Cate...
Stefan
Votes: 0
Answers: 0
Can I pretty print the output of linearmodels.panel.results.compare() when I convert a Jupyter Notebook to PDF?
I use Python to analyze data in Jupyter Notebooks, which I convert to PDFs to share with coauthors (jupyter nbconvert --to pdf).
I often use linearmodels.panel.results.compare() to compare panel regre...

Richard Herron
Votes: 0
Answers: 2