| gmwmx2_new_no_missing | R Documentation |
GMWMX estimator
gmwmx2_new_no_missing(
X = NULL,
y = NULL,
model = NULL,
omega = NULL,
method = "L-BFGS-B",
control = list(),
...
)
X |
Design matrix for a generic regression interface. |
y |
Response vector for a generic regression interface. |
model |
Stochastic model specification. |
omega |
Optional weighting matrix. If |
method |
Optimization method passed to |
control |
Control list passed to |
... |
Reserved for future extensions. |
A fitted model object (to be defined).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.