create_default_lambda_transition_matrix | R Documentation |
This function generates a generic lambda list, assuming no transitions between states, e.g. a species of observed state 0 generates daughter species with state 0 as well.
create_default_lambda_transition_matrix(
state_names = c("0", "1"),
model = "ETD"
)
state_names |
vector of names of all observed states. |
model |
used model, choice of |
lambda_matrix <-
create_default_lambda_transition_matrix(state_names = c(0, 1),
model = "ETD")
lambda_list <- create_lambda_list(state_names = c(0, 1),
num_concealed_states = 2,
transition_matrix = lambda_matrix,
model = "ETD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.