View source: R/switch.transition.R
switch.transition | R Documentation |
Add a transition parameter on a set of parameters or remove it
switch.transition(parameters = stop("A set of parameters must be supplied"))
parameters |
A vector with parameters |
switch.transition Add a transition parameter on a set of parameters or remove it
A vector with parameters
Marc Girondot
## Not run:
data(resultNest_6p_SSM)
# Get a set of parameters without transition
x1 <- resultNest_6p_SSM$par
# Generate a set of parameters with transition
x2 <- switch.transition(x1)
# Generate a set of parameters without transition
x3 <- switch.transition(x3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.