You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify predictors with measurement error. This function is almost solely useful when called in formulas passed to the brms package.
#### Usage
<pre><code>
me(x, sdx = NULL, gr = NULL)
</code></pre>
#### Arguments
* ``x``: The variable measured with error.
* ``sdx``: Known measurement error of x treated as standard deviation.
* ``gr``: Optional grouping factor to specify which values of ``x`` correspond to the same value of the latent variable. If NULL (the default) each observation will have its own value of the latent variable.