Skip to content

Commit

Permalink
testing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
markolalovic committed Jun 21, 2024
1 parent 6e754c6 commit 8729418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
pull_request:
branches: [main, master]

name: test-coverage
name: codecov

jobs:
test-coverage:
codecov:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions R/simulation.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' cp2 <- c(mu = 1, sd = 2, skew = -0.3)
#' simulate_likert(n_levels = 7, cp = cp2)
#' @details
#' The simulation process uses the following model proposed by Boari and Nai-Ruscone.
#' The simulation process uses the following model detailed by Boari and Nai-Ruscone.
#' Let \eqn{X} be the continuous variable of interest, measured using Likert scale
#' questions with \eqn{K} response categories. The observed discrete variable \eqn{Y} is
#' defined as follows:
Expand Down Expand Up @@ -43,8 +43,8 @@
#'
#' @references
#' Boari, G. and Nai Ruscone, M. (2015).
#' A procedure simulating likert scale item responses.
#' \emph{Electronic journal of applied statistical analysis} \bold{8(3)}, 288–297.
#' A procedure simulating Likert scale item responses.
#' \emph{Electronic Journal of Applied Statistical Analysis} \bold{8(3)}, 288–297.
#' \doi{10.1285/i20705948v8n3p288}
#'
#' @seealso \code{\link{discretize_density}} for details on how to calculate
Expand Down

0 comments on commit 8729418

Please sign in to comment.