Skip to content

Commit

Permalink
missing tick in commit
Browse files Browse the repository at this point in the history
  • Loading branch information
max-pilz committed Jun 6, 2024
1 parent 0854c68 commit b43fe13
Show file tree
Hide file tree
Showing 24 changed files with 46 additions and 0 deletions.
9 changes: 9 additions & 0 deletions man-roxygen/ConditionalScoreTemplate.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#' @slot distribution \code{DataDistribution} object specifying the data distribution
#' given the parameter \eqn{\theta} of the model
#' @slot prior \code{Prior} object specifying the data distribution
#' given the parameter \eqn{\theta} of the model
#'
#' @param s conditional score object to evaluate
#' @param design a \code{Design}
#' @param x1 stage one outcome (note that n1 is available from \code{design})
#' @param ... further optional parameters
4 changes: 4 additions & 0 deletions man-roxygen/DataDistributionTemplate.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#' @param x outcome
#' @param n sample size
#' @param theta distribution parameter
#' @param ... further optional arguments
5 changes: 5 additions & 0 deletions man-roxygen/DesignTemplate.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#' @param d \code{Design} object
#' @param x1 stage-one outcome
#' @param object \code{Design} object to update with new design parameter values
#' @param x \code{Design} object to conver to numeric vector of design parameters.
#' @param ... further optional arguments
1 change: 1 addition & 0 deletions man-roxygen/c1e.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param c1e early efficacy stopping boundary
1 change: 1 addition & 0 deletions man-roxygen/c1f.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param c1f early futility stopping boundary
1 change: 1 addition & 0 deletions man-roxygen/c2_pivots.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param c2_pivots vector of c2 values at pivot points
2 changes: 2 additions & 0 deletions man-roxygen/check_normalization.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#' @param check_normalization logical indicating if it should be checked
#' that \code{pdf} defines a density.
1 change: 1 addition & 0 deletions man-roxygen/d.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param d design
1 change: 1 addition & 0 deletions man-roxygen/datadist.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param datadist a \code{\link{DataDistribution}} object
1 change: 1 addition & 0 deletions man-roxygen/design.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param design object
1 change: 1 addition & 0 deletions man-roxygen/dist.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param dist a univariate \code{\link[=DataDistribution-class]{distribution}} object
1 change: 1 addition & 0 deletions man-roxygen/dotdotdot.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param ... further optional arguments
1 change: 1 addition & 0 deletions man-roxygen/label.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param label object label (string)
1 change: 1 addition & 0 deletions man-roxygen/n1.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param n1 stage-one sample size
1 change: 1 addition & 0 deletions man-roxygen/n2_pivots.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param n2_pivots vector of n2 values at pivot points
1 change: 1 addition & 0 deletions man-roxygen/object.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param object object to show
2 changes: 2 additions & 0 deletions man-roxygen/optimization.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#' @param optimization logical, if \code{TRUE} uses a relaxation to real
#' parameters of the underlying design; used for smooth optimization.
5 changes: 5 additions & 0 deletions man-roxygen/order.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#' @param order \code{integer}, integration order of the employed Gaussian quadrature
#' integration rule to evaluate scores. Automatically set to \code{length(n2_pivots)} if \cr
#' \code{length(n2_pivots) == length(c2_pivots) > 1}, otherwise c2 and n2
#' are taken to be constant in stage-two and replicated to match the number of
#' pivots specified by \code{order}
2 changes: 2 additions & 0 deletions man-roxygen/plot.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#' @param x design to plot
#' @param y not used
1 change: 1 addition & 0 deletions man-roxygen/prior.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param prior a \code{\link{Prior}} object
1 change: 1 addition & 0 deletions man-roxygen/round.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param round \code{logical} should sample sizes be rounded to next integer?
1 change: 1 addition & 0 deletions man-roxygen/s.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param s \code{\link[=Scores]{Score}} object
1 change: 1 addition & 0 deletions man-roxygen/tighten_support.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param tighten_support logical indicating if the support should be tightened
1 change: 1 addition & 0 deletions man-roxygen/x1.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#' @param x1 stage-one test statistic

0 comments on commit b43fe13

Please sign in to comment.