easystats / modelbased

:chart_with_upwards_trend: Estimate effects, contrasts and means based on statistical models
https://easystats.github.io/modelbased/
GNU General Public License v3.0
234 stars 19 forks source link

CRAN initial release #32

Closed DominiqueMakowski closed 4 years ago

DominiqueMakowski commented 5 years ago

I think this one can be submitted. Thoughts?

strengejacke commented 5 years ago

We could improve or prepare functions for plotting. Eg, visualization_marix() could save the terms in questions as attribute, so when we plot from estimate_link(), we know which variable is mapped to the x axis, which to the color scale etc.

DominiqueMakowski commented 5 years ago

Good idea.

Extension of support to other packages (besides rstanarm, glms and merMod) is also a goal. I think that the current implementation will make that one quite easy. It might be already compatible with some other packages, but we just need to create, and test, the methods.

DominiqueMakowski commented 5 years ago

After #38, I think estimate can be submitted as it is pretty much basic feature-ready

DominiqueMakowski commented 5 years ago

shall we go ahead and submit his?

strengejacke commented 5 years ago

Yes, I think it's quite complete for initial release.