Dear google-group users,
I am trying to estimate both circular mean (mu) and the precision (kappa) of a circular outcome according to a von Mises distribution with respect to an effect on a linear scale.Both a slope and intercept are estimated for each of mu and kappa, as follows:
m1.formula <- bf(radians_error ~ polarization_logged,
kappa ~ polarization_logged) + von_mises()
I am mostly interested in the kappa and I wish to introduce an asymptote parameter into the linear equation for kappa, as follows:
kappa ~ polarization_logged + lower_asymptote,
lower_asymptote ~ 1)
Is this possible for an auxiliary parameter in the brms framework?
Kind regards,
John Kirwan
--
You received this message because you are subscribed to the Google Groups "brms-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brms-users+...@googlegroups.com.
To post to this group, send email to brms-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brms-users/1be2166b-8008-41cc-8c29-029170a526e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I think that the circular concentration should only scale with the predictor for a range of predictor values (above and below which it should be constant). I would like to add a lower limit to better model the lower values of the predictor.
On Wed, Apr 11, 2018, 5:14 AM Paul Buerkner <paul.b...@gmail.com> wrote:
can you explain the purpose of such a parameter for your model?
John Kirwan <jo...@jkirwan.org> schrieb am Mo., 9. Apr. 2018, 14:48:
Dear google-group users,
I am trying to estimate both circular mean (mu) and the precision (kappa) of a circular outcome according to a von Mises distribution with respect to an effect on a linear scale.Both a slope and intercept are estimated for each of mu and kappa, as follows:
m1.formula <- bf(radians_error ~ polarization_logged,
kappa ~ polarization_logged) + von_mises()
I am mostly interested in the kappa and I wish to introduce an asymptote parameter into the linear equation for kappa, as follows:
kappa ~ polarization_logged + lower_asymptote,
lower_asymptote ~ 1)
Is this possible for an auxiliary parameter in the brms framework?
Kind regards,
John Kirwan
--
You received this message because you are subscribed to the Google Groups "brms-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brms-users+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to brms-users+...@googlegroups.com.
To post to this group, send email to brms-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brms-users/1be2166b-8008-41cc-8c29-029170a526e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to brms-users+...@googlegroups.com.
To post to this group, send email to brms-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brms-users/1be2166b-8008-41cc-8c29-029170a526e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to brms-users+unsubscribe@googlegroups.com.
To post to this group, send email to brms-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brms-users/1be2166b-8008-41cc-8c29-029170a526e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.