View source: R/8_plink_choice.R
plink_choice | R Documentation |
Choosing the Link Function in the Unit Gamma Regression
plink_choice(
object,
link,
sigma.link,
criterion = c("aic", "bic", "upsilon"),
control = ug_control(...),
...
)
object |
a " |
link , sigma.link |
a vector of characters specifying which link functions should be
considered for the mean and dispersion parameter submodels, respectively. By default,
possible combinations between the link functions |
criterion |
criteria for choosing the "best" combination. AIC, BIC, or Upsilon statistics can be used. |
control |
a list of control parameters passed as arguments for the |
... |
arguments passed to |
The plink.choice
function returns a list where each component is a unit gamma
regression fit with a combination of the links provided by the link
and sigma.link
arguments.
Rodrigo M. R. de Medeiros <rodrigo.matheus@live.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.