vglm.fit.coef | R Documentation |
Estimate the coefficients of a vector generalized linear model via parallel iterative re-weighted least squares. Computations can be performed in parallel to speed up the execution.
vglm.fit.coef(
Y,
X,
family = gaussian(),
weights = NULL,
offset = NULL,
parallel = FALSE,
nthreads = 1,
clust = NULL
)
Y |
|
X |
|
family |
a |
weights |
|
offset |
|
parallel |
if |
nthreads |
number of cores to be used in parallel (only if |
clust |
registered cluster to be used for distributing the computations (only if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.