Description Usage Arguments Details Value
View source: R/nb.regression.1.R View source: R/glm.nbp.1.R View source: R/glm.nbp.1.MLE.R
Estimate the regression coefficients in an NB GLM model with known dispersion parameters
Estimate the regression coefficients in an NB GLM model with known dispersion parameters
Estimate the regression coefficients in an NB GLM model with known dispersion parameters
1 2 3 4 5 6 7 8 |
y |
an n vector of counts |
s |
a scalar or an n vector of effective library sizes |
x |
a n by p design matrix |
phi |
a scalar or an n-vector of dispersion parameters |
beta0 |
a vector specifying known and unknown components of the regression coefficients: non-NA components are hypothesized values of beta, NA components are free components |
maxit |
|
tol.mu |
convergence criteria |
print.level |
|
y |
an n vector of counts |
s |
a scalar or an n vector of effective library sizes |
x |
a n by p design matrix |
phi |
a scalar or an n-vector of dispersion parameters |
beta0 |
a vector specifying known and unknown components of the regression coefficients: non-NA components are hypothesized values of beta, NA components are free components |
maxit |
|
tol.mu |
convergence criteria |
print.level |
|
y |
an n vector of counts |
s |
a scalar or an n vector of effective library sizes |
x |
a n by p design matrix |
phi |
a scalar or an n-vector of dispersion parameters |
beta0 |
a vector specifying known and unknown components of the regression coefficients: non-NA components are hypothesized values of beta, NA components are free components |
maxit |
|
tol.mu |
convergence criteria |
print.level |
This function estimate <beta> using iterative reweighted least squares (IRLS) algorithm, which is equivalent to Fisher scoring. We used the glm.fit code as a template.
This function estimate <beta> using iterative reweighted least squares (IRLS) algorithm, which is equivalent to Fisher scoring. We used the glm.fit code as a template.
This function estimate <beta> using iterative reweighted least squares (IRLS) algorithm, which is equivalent to Fisher scoring. We used the glm.fit code as a template.
a list of the following components: beta, a p-vector of estimated regression coefficients mu, an n-vector of estimated mean values converged, logical. Was the IRLS algorithm judged to have converged? @useDynLib NBGOF Cdqrls @keywords internal
a list of the following components: beta, a p-vector of estimated regression coefficients mu, an n-vector of estimated mean values converged, logical. Was the IRLS algorithm judged to have converged? @useDynLib NBGOF Cdqrls @keywords internal
a list of the following components: beta, a p-vector of estimated regression coefficients mu, an n-vector of estimated mean values converged, logical. Was the IRLS algorithm judged to have converged? @useDynLib NBGOF Cdqrls @keywords internal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.