Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rope range and functions of y #1755

Open
emareynaud opened this issue Mar 19, 2025 · 0 comments
Open

rope range and functions of y #1755

emareynaud opened this issue Mar 19, 2025 · 0 comments

Comments

@emareynaud
Copy link

hello

if I fit a brm model of a DV y as a function of predictors
brm(y~predictors)
then rope_range will be based on the sd of y.

If I scale this variable y before taking it into the model as in :
z=f(y)
brm(z~predictors)
then rope_range will be based on the sd of z, which is fine.

BUT : if I use the function into the brm formula as in :
brm(f(x)~predictors)
then the rope_range will not be based on the values of f(x) and remains computed on the basis of the sd of x

not sure if that's correct, as the function f is often "scale"
thought it could be misleading, but it could also be a stupid remark :)

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant