JacCol_constr_noLab: The jacobian of the response function without taxon labels

Description Usage Arguments Value

View source: R/F_JacCol_constr_noLab.R

Description

The jacobian of the response function without taxon labels

Usage

 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
)

Arguments

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

Value

The jacobian (a v-by-v matrix)


RCM documentation built on Nov. 8, 2020, 5:22 p.m.

Related to JacCol_constr_noLab in RCM...