Description Usage Arguments Value
View source: R/F_JacCol_constr_noLab.R
The jacobian of the response function without taxon labels
1 2 3 4 5 6 7 8 9 10 11 12 13 | JacCol_constr_noLab(
betas,
X,
reg,
thetasMat,
muMarg,
psi,
n,
v,
preFabMat,
allowMissingness,
naId
)
|
betas |
a vector of regression parameters with length v |
X |
the nxp data matrix |
reg |
a matrix of regressors of dimension nxv |
thetasMat |
A matrix of dispersion parameters |
muMarg |
offset matrix of dimension nxp |
psi |
a scalar, the importance parameter |
n |
an integer, number of rows of X |
v |
an integer, the number of parameters of the response function |
preFabMat |
a prefabricated matrix |
allowMissingness |
A boolean, are missing values present |
naId |
The numeric index of the missing values in X |
The jacobian (a v-by-v matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.