Validate get_variance()
against remaining families
#889
Labels
get_variance
function specific labels
get_variance()
against remaining families
#889
As a follow-up of #877
Following families need validation or don't yet work:
Tagging @bbolker FYI (also tagging @bwiernik )
How could we possibly validate genpois and compois families? Are there any related families that would return a similar R2 so we have a reference for validating the code?
How to calculate the distribution-specific variance for zero-inflated models? (or at least: what's more accurate, see Test get_variance for zero-inflation models #893 (comment)
Is it expected that the R2 is lower for zero-inflated models, when the full model (zero-inflation and conditional part) is taken into account (as opposed to the conditional component of zero-inflated models only, see following example)?
Regarding Zero-Inflation models
Formerly the dispersion parameter for Poisson and ZI Poisson was set to 1. Now, the behaviour for ZI Poisson only has changed, returning a different dispersion / variance:
Taking following model, for this particular example, this comes closer to a Bayesian model than setting sigma/dispersion to 1 (for zero-inflation models!)
Formerly with sigma/dispersion = 1
Now
brms returns (marginal R2 only)
Any ideas how to validate the results? @bbolker @bwiernik ?
The text was updated successfully, but these errors were encountered: