Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions R/spccharter.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
#' @param numerator numeric value representing the number of defect(s)
#' @param denominator sample size
#' @param datecol name of date column
#' @param by a single unquoted variable or character vector oflength 2
#' indicating desired grouping variable(s) . You must supply a grouping variable .
#' @param by a single unquoted variable or character vector of length 2
#' indicating desired grouping variable(s) . You must supply a grouping variable.
#' @param plot_type 'c', 'p' or 'u' chart
#' @param initial_rows number of points to calculate initial baseline mean
#' @param look_forward number of rows to rebase limits on, including those in the sustained run
#' @param runlength length of desired run. Less than 8 may not be statisticall significant
#' @param runlength length of desired run. Less than 8 may not be statistically significant
#' @param direction should run occur "above", "below" or on "both" sides of the mean line


Expand Down