em | R Documentation |
EM algorithm to compute the MLE for beta regression with rounded responses
em(y, x, theta, maxit = 30L, eps = 1e-07, verbose = TRUE)
y |
a n-vector of response |
x |
a n x p matrix of design |
theta |
vector of parameter |
maxit |
maximum number of iteration |
eps |
tolerance |
verbose |
boolean for printing information |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.