#' cost matric
#' @format A 11 by 2 dataframe
#' @source created on Nov 26, 2019 from
#' tmat <- rbind(c(1, 2), c(3, 4))
#' colnames(tmat) <- rownames(tmat) <- c("Healthy", "Dead")
#' tm <- transition_matrix(2, tmat, c(0.5, 0.5, 0, 1))
#' a <- health_state("Healthy", 1, 1, FALSE)
#' b <- health_state("Dead", 1, 0, TRUE)
#' health_states <- combine_state(a, b)
#' this.strategy <- strategy(tm, health_states, "intervention")
"cost_data"
#' utility matrix
#' @format A 11 by 2 dataframe
#' @source created on Nov 26, 2019 from
#' tmat <- rbind(c(1, 2), c(3, 4))
#' colnames(tmat) <- rownames(tmat) <- c("Healthy", "Dead")
#' tm <- transition_matrix(2, tmat, c(0.5, 0.5, 0, 1))
#' a <- health_state("Healthy", 1, 1, FALSE)
#' b <- health_state("Dead", 1, 0, TRUE)
#' health_states <- combine_state(a, b)
#' this.strategy <- strategy(tm, health_states, "intervention")
"utility_data"
#' Trace matrix
#' @format A 11 by 2 dataframe
#' @source created on Nov 26, 2019 from
#' tmat <- rbind(c(1, 2), c(3, 4))
#' colnames(tmat) <- rownames(tmat) <- c("Healthy", "Dead")
#' tm <- transition_matrix(2, tmat, c(0.5, 0.5, 0, 1))
#' a <- health_state("Healthy", 1, 1, FALSE)
#' b <- health_state("Dead", 1, 0, TRUE)
#' health_states <- combine_state(a, b)
#' this.strategy <- strategy(tm, health_states, "intervention")
"trace_data"
#' Parameter table created
#' @format A 11 by 2 dataframe
#' @source created on Jan 15, 2020
"table_param"
#' Example trial data
#' @format A 31 by 33 dataframe
#' @source created on Jan 15, 2020
"trial_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.