Description Usage Arguments Value Author(s) See Also Examples
Computes rank based regression estimates for fixed effect models.
1 |
f |
A model formula |
data |
Data to use for model fitting |
se |
Boolean indicating whether or not to calculate standard errors for intercept and slope estimates |
method |
Optimization method to use. Will accept any method usable by optim, e.g. one of c("Nelder-Mead", "BFGS", "CG", "L-BFGS-B", "SANN", "Brent"). "BFGS" or "L-BFGS-B" are reccomended. "L-BFGS-B" should be used for large datasets to conserve memory. |
fixed.effects |
Fixed effect estimates |
ehat |
Residuals from model |
Herb Susmann
rlme, optim
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.