| astertransform | R Documentation | 
Transform between different parameterizations of the aster model.
In effect, this function is called inside predict.aster.
Users generally do not need to call it directly.
astertransform(arg, obj, from = c("unconditional", "conditional"),
    to.cond = c("unconditional", "conditional"),
    to.mean = c("mean.value", "canonical"))
| arg | canonical parameter vector of length  | 
| obj | aster model object, the result of a call to  | 
| from | the type of canonical parameter which argument  | 
| to.cond | the type of parameter we want. | 
| to.mean | the type of parameter we want. | 
a vector of the same length as arg, the transformed parameter vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.