View source: R/convert.link.to.real.r
convert.link.to.real | R Documentation |
Computes real parameters from link values
convert.link.to.real(x, model = NULL, links = NULL, fixed = NULL)
x |
Link values to be converted to real parameters |
model |
MARK model object |
links |
vector of character strings specifying links to use in computation of reals |
fixed |
vector of fixed values for real parameters that are needed for calculation of reals from mlogits when some are fixed |
Computation of the real parameter from the link value is relatively
straightforward for most links and the function inverse.link
is used. The only exception is parameters that use the mlogit
link
which requires the transformation across sets of parameters. This is a
convenience function that does the necessary work to convert from link to
real for any set of parameters. The appropriate links are obtained from
model$links
unless the argument links
is specified and they
will over-ride those in model
.
vector of real parameter values
Jeff Laake
inverse.link
,compute.real
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.