tfr.parameter.names | R Documentation |
Functions for accessing names of the MCMC parameters, either country-independent or country-specific.
tfr.parameter.names(trans = NULL, meta = NULL)
tfr.parameter.names.cs(country.code = NULL, trans = NULL, back.trans = TRUE)
tfr.parameter.names.extended()
tfr.parameter.names.cs.extended(country.code = NULL)
tfr3.parameter.names()
tfr3.parameter.names.cs(country.code = NULL)
trans |
It can be |
meta |
It can be |
country.code |
Country code. If it is given, the country-specific parameter names contain the postfix ‘_c |
back.trans |
Logical indicating if back-transformable parameter names (i.e. ‘Triangle_c1’, ..., ‘Triangle_c3’) should be returned. |
tfr.parameter.names
returns names of the country-independent Phase II parameters.
tfr.parameter.names.cs
returns names of the country-specific Phase II parameters.
tfr.parameter.names.extended
returns names of all country-independent Phase II parameters, including the transformed parameters. Parameters ‘alpha’, ‘delta’, ‘alphat’, and‘deltat’ are in their extended format with the postfix ‘_1’, ‘_2’ and ‘_3’.
tfr.parameter.names.cs.extended
returns names of all country-specific Phase II parameters, including the transformed parameters. Parameters ‘gamma’ and‘gammat’ are in their extended format with the postfix ‘_1’, ‘_2’ and ‘_3’.
tfr3.parameter.names
returns names of the country-independent Phase III parameters.
tfr3.parameter.names.cs
returns names of the country-specific Phase III parameters.
Hana Sevcikova
tfr.parameter.names()
tfr.parameter.names.extended()
tfr.parameter.names.cs()
tfr.parameter.names.cs.extended()
tfr3.parameter.names()
tfr3.parameter.names.cs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.