View source: R/functions-core.R
gaussianffLocal | R Documentation |
Useful for modeling pre-normalized single-cell expression data.
gaussianffLocal(dispersion = 0, parallel = FALSE, zero = NULL)
dispersion |
Dispersion parameter. If 0, then estimate as described in VGAM 1.0-5 documentation. |
parallel |
A logical or formula. If a formula, the response of the formula should be a logical and the terms of the formula indicates whether or not those terms are parallel. |
zero |
An integer-valued vector specifying which linear/additive predictors are modelled as intercepts only. The values must be from the set 1...M where Mis the number of columns of the matrix response. |
Private method (not to be called by user directly). Requires VGAM package. Obtained from VGAM v1.0-5 (https://www.rdocumentation.org/packages/VGAM/versions/1.0-5/topics/gaussianff)
Generalized linear model with Gaussian error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.