Skip to content

Commit

Permalink
Correcting doc about initial stateds
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Dec 3, 2023
1 parent a76ac7f commit 9c7d3df
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion R/ModelSEIR.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' @family Models
#' @aliases epiworld_seir
#' @details
#' The [initial_state] function allows the user to set the initial state of the
#' The [initial_states] function allows the user to set the initial state of the
#' model. The user must provide a vector of proportions indicating the following
#' values: (1) Proportion of non-infected agents who are removed, and (2)
#' Proportion of exposed agents to be set as infected.
Expand Down
2 changes: 1 addition & 1 deletion R/ModelSEIRD.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @param ... Currently ignore.
#' @export
#' @details
#' The [initial_state] function allows the user to set the initial state of the
#' The [initial_states] function allows the user to set the initial state of the
#' model. The user must provide a vector of proportions indicating the following
#' values: (1) Proportion of exposed agents who are infected, (2)
#' proportion of non-infected agents already removed, and (3) proportion of
Expand Down
2 changes: 1 addition & 1 deletion R/ModelSEIRDCONN.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' @param n Number of individuals in the population.
#' @export
#' @details
#' The [initial_state] function allows the user to set the initial state of the
#' The [initial_states] function allows the user to set the initial state of the
#' model. The user must provide a vector of proportions indicating the following
#' values: (1) Proportion of exposed agents who are infected, (2)
#' proportion of non-infected agents already removed, and (3) proportion of
Expand Down
2 changes: 1 addition & 1 deletion R/ModelSIR.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' @export
#' @family Models
#' @details
#' The [initial_state] function allows the user to set the initial state of the
#' The [initial_states] function allows the user to set the initial state of the
#' model. In particular, the user can specify how many of the non-infected
#' agents have been removed at the beginning of the simulation.
#' @aliases epiworld_sir
Expand Down
2 changes: 1 addition & 1 deletion R/ModelSIRCONN.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @export
#' @family Models
#' @details
#' The [initial_state] function allows the user to set the initial state of the
#' The [initial_states] function allows the user to set the initial state of the
#' model. In particular, the user can specify how many of the non-infected
#' agents have been removed at the beginning of the simulation.
#' @returns
Expand Down
2 changes: 1 addition & 1 deletion R/ModelSIRD.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' @param ... Additional arguments passed to [graphics::plot].
#' @export
#' @details
#' The [initial_state] function allows the user to set the initial state of the
#' The [initial_states] function allows the user to set the initial state of the
#' model. The user must provide a vector of proportions indicating the following
#' values: (1) proportion of non-infected agents already removed, and (2) proportion of
#' non-ifected agents already deceased.
Expand Down
2 changes: 1 addition & 1 deletion R/ModelSIRDCONN.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @param n Number of individuals in the population.
#' @export
#' @details
#' The [initial_state] function allows the user to set the initial state of the
#' The [initial_states] function allows the user to set the initial state of the
#' model. The user must provide a vector of proportions indicating the following
#' values: (1) proportion of non-infected agents already removed, and (2) proportion of
#' non-ifected agents already deceased.
Expand Down
2 changes: 1 addition & 1 deletion man/ModelSEIR.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ModelSEIRD.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ModelSEIRDCONN.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ModelSIR.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ModelSIRCONN.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ModelSIRD.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ModelSIRDCONN.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c7d3df

Please sign in to comment.