Skip to content

Commit e89c5b3

Browse files
committed
Fixed \itemize{XX} in code, update manual and documentation
1 parent 2791cea commit e89c5b3

19 files changed

Lines changed: 202 additions & 96 deletions

R/ds.glm.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#'
4747
#' In the \code{family} argument can be specified three types of models to fit:
4848
#'
49-
#' \itemize{
49+
#' \describe{
5050
#' \item{\code{"gaussian"}}{: conventional linear model with normally distributed errors}
5151
#' \item{\code{"binomial"}}{: conventional unconditional logistic regression model}
5252
#' \item{\code{"poisson"}}{: Poisson regression model which is the most used in survival analysis.
@@ -190,7 +190,7 @@
190190
#' @return \code{family}: error family and link function.
191191
#' @return \code{formula}: model formula, see description of formula as an input parameter (above).
192192
#' @return \code{coefficients}: a matrix with 5 columns:
193-
#' \itemize{
193+
#' \describe{
194194
#' \item{First}{: the names of all of the regression parameters (coefficients) in the model}
195195
#' \item{second}{: the estimated values}
196196
#' \item{third}{: corresponding standard errors of the estimated values}

R/ds.glmSLMA.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#' relatively widely.
9292
#'
9393
#' The standard models include:
94-
#' \itemize{
94+
#' \describe{
9595
#' \item{\code{"gaussian"}}{: conventional linear model with normally distributed errors}
9696
#' \item{\code{"binomial"}}{: conventional unconditional logistic regression model}
9797
#' \item{\code{"poisson"}}{: Poisson regression model which is often used in epidemiological
@@ -199,7 +199,7 @@
199199
#' a series of other list objects that represent inferences aggregated across studies.
200200
#' @return the study specific items include:
201201
#' @return \code{coefficients}: a matrix with 5 columns:
202-
#' \itemize{
202+
#' \describe{
203203
#' \item{First}{: the names of all of the regression parameters (coefficients) in the model}
204204
#' \item{second}{: the estimated values}
205205
#' \item{third}{: corresponding standard errors of the estimated values}

R/ds.glmerSLMA.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#'
4545
#'
4646
#' In the \code{family} argument can be specified two types of models to fit:
47-
#' \itemize{
47+
#' \describe{
4848
#' \item{\code{"binomial"}}{: logistic regression models}
4949
#' \item{\code{"poisson"}}{: poisson regression models}
5050
#' }
@@ -133,7 +133,7 @@
133133
#' The list of elements returned by \code{ds.glmerSLMA} is mentioned below:
134134
#'
135135
#' @return \code{coefficients}: a matrix with 5 columns:
136-
#' \itemize{
136+
#' \describe{
137137
#' \item{First}{: the names of all of the regression parameters (coefficients) in the model}
138138
#' \item{second}{: the estimated values}
139139
#' \item{third}{: corresponding standard errors of the estimated values}

R/ds.heatmapPlot.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
#' minimum and maximum value. This was done to reduce the risk of potential disclosure.
1212
#'
1313
#' In the argument \code{type} can be specified two types of graphics to display:
14-
#' \itemize{
14+
#' \describe{
1515
#' \item{\code{'combine'}}{: a combined heat map plot is displayed}
1616
#' \item{\code{'split'}}{: each heat map is plotted separately}
1717
#' }
1818
#'
1919
#' In the argument \code{show} can be specified two options:
20-
#' \itemize{
20+
#' \describe{
2121
#' \item{\code{'all'}}{: the ranges of the variables are used as plot limits}
2222
#' \item{\code{'zoomed'}}{: the plot is zoomed to the region where the actual data are}
2323
#' }
2424
#'
2525
#' In the argument \code{method} can be specified 3 different heat map to be created:
26-
#' \itemize{
26+
#' \describe{
2727
#' \item{\code{'smallCellsRule'}}{: the heat map of the actual variables is
2828
#' created but grids with low counts are replaced with grids with zero counts}
2929
#' \item{\code{'deterministic'}}{: the heat map of the scaled centroids of each

R/ds.histogram.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#' the single plots.
77
#'
88
#' In the argument \code{type} can be specified two types of graphics to display:
9-
#' \itemize{
9+
#' \describe{
1010
#' \item{\code{'combine'}}{: a histogram that merges the single plot is displayed.}
1111
#' \item{\code{'split'}}{: each histogram is plotted separately.}
1212
#' }
1313
#'
1414
#' In the argument \code{method} can be specified 3 different histograms to be created:
15-
#' \itemize{
15+
#' \describe{
1616
#' \item{\code{'smallCellsRule'}}{: the histogram of the actual variable is
1717
#' created but bins with low counts are removed.}
1818
#' \item{\code{'deterministic'}}{: the histogram of the scaled centroids of each
@@ -48,7 +48,7 @@
4848
#' By default the value of noise is set to be equal to 0.25.
4949
#'
5050
#' In the argument \code{vertical.axis} can be specified two types of histograms:
51-
#' \itemize{
51+
#' \describe{
5252
#' \item{\code{'Frequency'}}{: the histogram of the frequencies
5353
#' is returned.}
5454
#' \item{\code{'Density'}}{: the histogram of the densities

R/ds.lmerSLMA.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
#' @return \code{ds.lmerSLMA} returns a list of elements mentioned
125125
#' below separately for each study.
126126
#' @return \code{coefficients}: a matrix with 5 columns:
127-
#' \itemize{
127+
#' \describe{
128128
#' \item{First}{: the names of all of the regression parameters (coefficients) in the model}
129129
#' \item{second}{: the estimated values}
130130
#' \item{third}{: corresponding standard errors of the estimated values}

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ pandoc: 2.9.2.1
22
pkgdown: 2.0.9
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2024-06-06T15:27Z
5+
last_built: 2024-06-10T09:16Z
66

docs/reference/ds.glm.html

Lines changed: 29 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/ds.glmSLMA.html

Lines changed: 43 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/ds.glmerSLMA.html

Lines changed: 25 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)