Skip to content

Commit

Permalink
usage section dropped (roxygen automates this)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz-yos committed Feb 9, 2014
1 parent 2779f08 commit 53619f8
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion R/CreateCatTable.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
##' @seealso print.CatTable, summary.CatTable, CreateContTable,
##' print.ContTable, summary.ContTable
## @references
##' @keywords ~kwd1 ~kwd2
## @keywords ~kwd1 ~kwd2
##' @examples
##'
##' ## Load
Expand Down
10 changes: 5 additions & 5 deletions R/CreateContTable.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
##' object gives a table that is easy to use in medical research papers.
##'
##'
##' @usage CreateContTable(vars, strata, data, func.names = c("n", "miss",
##' "mean", "sd", "median", "p25", "p75", "min", "max", "skew", "kurt"),
##' func.additional, test = TRUE, testNormal = oneway.test, testNonNormal =
##' kruskal.test)
## @usage CreateContTable(vars, strata, data, func.names = c("n", "miss",
## "mean", "sd", "median", "p25", "p75", "min", "max", "skew", "kurt"),
## func.additional, test = TRUE, testNormal = oneway.test, testNonNormal =
## kruskal.test)
##' @param vars Variable(s) to be summarized given as a character vector.
##' @param strata Stratifying (grouping) variable name(s) given as a character
##' vector. If omitted, the overall results are returned.
Expand Down Expand Up @@ -49,7 +49,7 @@
##' @seealso print.ContTable, summary.ContTable, CreateCatTable,
##' print.CatTable, summary.CatTable
## @references
##' @keywords ~kwd1 ~kwd2
## @keywords ~kwd1 ~kwd2
##' @examples
##'
##' ## Load
Expand Down
6 changes: 3 additions & 3 deletions R/ShowRegTable.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
##' usually the form used in medical research papers.
##'
##'
##' @usage ShowRegTable(model, exp = TRUE, digits = 2, pDigits = 3, quote =
##' FALSE)
## @usage ShowRegTable(model, exp = TRUE, digits = 2, pDigits = 3, quote =
## FALSE)
##' @param model Regression model result objects that have the summary and
##' confint methods.
##' @param exp TRUE by default. You need to specify exp = FALSE if your model
Expand All @@ -25,7 +25,7 @@
##' @seealso CreateContTable, print.ContTable, summary.ContTable,
##' CreateCatTable, print.CatTable, summary.CatTable
## @references
##' @keywords ~kwd1 ~kwd2
## @keywords ~kwd1 ~kwd2
##' @examples
##'
##' ## Load
Expand Down
10 changes: 5 additions & 5 deletions R/print.CatTable.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
##' CreateCatTable function.
##'
##'
##' @usage ## S3 method for class 'CatTable' print.CatTable(CatTable, missing =
##' FALSE, format = c("fp", "f", "p", "pf")[1], digits = 1, exact = NULL, quote
##' = FALSE, test = TRUE, pDigits = 3, showAllLevels = FALSE, explain = TRUE,
##' CrossTable = FALSE)
## @usage ## S3 method for class 'CatTable' print.CatTable(CatTable, missing =
## FALSE, format = c("fp", "f", "p", "pf")[1], digits = 1, exact = NULL, quote
## = FALSE, test = TRUE, pDigits = 3, showAllLevels = FALSE, explain = TRUE,
## CrossTable = FALSE)
##' @param CatTable The result of a call to the ‘CreateCatTable’ function.
##' @param missing Whether to show missing data information (not implemented
##' yet, placeholder)
Expand Down Expand Up @@ -46,7 +46,7 @@
##' @seealso CreateCatTable, summary.CatTable, CreateContTable,
##' print.ContTable, summary.ContTable
## @references
##' @keywords ~kwd1 ~kwd2
## @keywords ~kwd1 ~kwd2
##' @examples
##'
##' ## Load
Expand Down
6 changes: 3 additions & 3 deletions R/print.ContTable.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
##' CreateContTable function.
##'
##'
##' @usage print.ContTable(ContTable, missing = FALSE, digits = 2, nonnormal =
##' NULL, quote = FALSE, test = TRUE, pDigits = 3, explain = TRUE)
## @usage print.ContTable(ContTable, missing = FALSE, digits = 2, nonnormal =
## NULL, quote = FALSE, test = TRUE, pDigits = 3, explain = TRUE)
##' @param ContTable The result of a call to the ‘CreateContTable’ function.
##' @param missing Whether to show missing data information (not implemented
##' yet, placeholder)
Expand Down Expand Up @@ -35,7 +35,7 @@
##' @seealso CreateContTable, summary.ContTable, CreateCatTable,
##' print.CatTable, summary.CatTable
## @references
##' @keywords ~kwd1 ~kwd2
## @keywords ~kwd1 ~kwd2
##' @examples
##'
##' ## Load
Expand Down
4 changes: 2 additions & 2 deletions R/summary.CatTable.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
##' (fisher.test by default).
##'
##'
##' @usage summary.CatTable(CatTable, digits = 1)
## @usage summary.CatTable(CatTable, digits = 1)
##' @param CatTable An object that has the ‘CatTable’ class to be shown.
##' @param digits Number of digits to print.
##' @return It will print the results.
Expand All @@ -22,7 +22,7 @@
##' @seealso CreateCatTable, print.CatTable, CreateContTable, print.ContTable,
##' summary.ContTable
## @references
##' @keywords ~kwd1 ~kwd2
## @keywords ~kwd1 ~kwd2
##' @examples
##'
##' ## Load
Expand Down
4 changes: 2 additions & 2 deletions R/summary.ContTable.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
##' test (kruskal.test by default).
##'
##'
##' @usage summary.ContTable(ContTable, digits = 2)
## @usage summary.ContTable(ContTable, digits = 2)
##' @param ContTable An object that has the ‘ContTable’ class to be shown.
##' @param digits Number of digits to print.
##' @return It will print the results.
Expand All @@ -22,7 +22,7 @@
##' @seealso CreateContTable, print.ContTable, CreateCatTable, print.CatTable,
##' summary.CatTable
## @references
##' @keywords ~kwd1 ~kwd2
## @keywords ~kwd1 ~kwd2
##' @examples
##'
##' ## Load
Expand Down
2 changes: 1 addition & 1 deletion R/tableone-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
##' Maintainer: Kazuki Yoshida <kazukiyoshida@@mail.harvard.edu>
## @seealso
## @references
##' @keywords package
## @keywords package
##' @examples
##'
##' ## Load
Expand Down

0 comments on commit 53619f8

Please sign in to comment.