strengejacke / sjstats

Effect size measures and significance tests
https://strengejacke.github.io/sjstats
189 stars 21 forks source link

Error in example #104

Closed lucavd closed 6 months ago

lucavd commented 3 years ago

I found a small error in the example reported here https://strengejacke.github.io/sjstats/reference/auto_prior.html

'## usage
'# ap <- auto_prior(mf, efc, TRUE)
'# brm(mf, data = efc, priors = ap)

the correct code for brm is brm(mf, data = efc, prior = ap) without the "s" in priors

Thank you for your work and marvelous package