Skip to content

Commit

Permalink
fix typo and update website
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Feb 5, 2024
1 parent 8b074ea commit 41d04b4
Show file tree
Hide file tree
Showing 16 changed files with 625 additions and 1,157 deletions.
4 changes: 2 additions & 2 deletions R/sdt_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type_1_sdt <- function(df,
#' of confidence in their judgements.
#'
#' The expected input is two vectors, one for responses to each stimulus,
#' encoding the observers response and confidence. For example, for two stimului
#' encoding the observers response and confidence. For example, for two stimuli
#' labelled A and B, with three confidence ratings, participants could respond
#' to stimulus A as follows:
#'
Expand Down Expand Up @@ -884,4 +884,4 @@ fit_metad_minus <- function(x0, th, hm, fm) {
y1 <- pnorm(x0[[1]], 0, 1) / pnorm(th * x0[[2]], 0, 1) - hm
y2 <- pnorm(x0[[1]], x0[[2]], 1) / pnorm(th * x0[[2]], x0[[2]], 1) - fm
c(y1, y2)
}
}
117 changes: 36 additions & 81 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

109 changes: 19 additions & 90 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 41d04b4

Please sign in to comment.