Skip to content

Commit

Permalink
exporting functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Lalovic committed Mar 27, 2024
1 parent e545665 commit b3257a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(convert_params)
export(d_skew_normal)
export(estimate_mu_sd)
export(estimate_parameters)
export(get_prop_table)
Expand Down
1 change: 1 addition & 0 deletions R/simulation_of_responses.R
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ get_MSE <- function(xk, rk, fX) {

#' Probability density function of a skew normal distribution
#'
#' @export
#' @param x variable
#' @param xi determines the location
#' @param omega determines the scale
Expand Down

0 comments on commit b3257a1

Please sign in to comment.