dWeibullgammaCount_mat_Covariates {Countr} | R Documentation |
Univariate Weibull Count Probability with gamma and covariate heterogeneity
Description
Univariate Weibull Count Probability with gamma and covariate heterogeneity
Usage
dWeibullgammaCount_mat_Covariates(
x,
cc,
r,
alpha,
Xcovar,
beta,
t = 1,
logFlag = FALSE,
jmax = 100L
)
Arguments
x , cc , t , logFlag , jmax |
TODO keywords internal |
r |
numeric shape of the gamma distribution |
alpha |
numeric rate of the gamma distribution |
Xcovar |
matrix covariates value |
beta |
numeric vector of slopes |
[Package Countr version 3.5.8 Index]