Functions that rescale the data according to a given distribution.

link_logit(p)

link_logit_inv(x)

link_probit(p)

link_probit_inv(x)

Arguments

p

A matrix or vector containing probabilities to be transformed.

x

A matrix or vector containing quantiles to be transformed.

Value

A matrix or vector with values transformed under the link function.

See also