diff --git a/R/equiv.R b/R/equiv.R index a34c811..bd931d2 100644 --- a/R/equiv.R +++ b/R/equiv.R @@ -276,9 +276,8 @@ tost = function(theta, sigma, nu, alpha, delta){ #' theta_hat = diff(apply(skin,2,mean)) #' nu = nrow(skin) - 1 #' sig_hat = sd(apply(skin,1,diff))/sqrt(nu) -#' res_atost = atost(theta = theta_hat, sigma = sig_hat, nu = nu, +#' res_atost = cTOST:::atost(theta = theta_hat, sigma = sig_hat, nu = nu, #' alpha = 0.05, delta = log(1.25)) -#' res_atost #' compare_to_tost(res_atost) atost = function(theta, sigma, nu, alpha, delta){ corrected_alpha = alphahat.fun(sigma = sigma, nu = nu, alpha = alpha, delta = delta) @@ -324,9 +323,8 @@ atost = function(theta, sigma, nu, alpha, delta){ #' theta_hat = diff(apply(skin,2,mean)) #' nu = nrow(skin) - 1 #' sig_hat = sd(apply(skin,1,diff))/sqrt(nu) -#' res_dtost = dtost(theta = theta_hat, sigma = sig_hat, nu = nu, +#' res_dtost = cTOST:::dtost(theta = theta_hat, sigma = sig_hat, nu = nu, #' alpha = 0.05, delta = log(1.25)) -#' res_dtost #' compare_to_tost(res_dtost) #' dtost = function(theta, sigma, nu, alpha, delta){ diff --git a/_pkgdown.yml b/_pkgdown.yml index f0a22b7..7e0564a 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -21,10 +21,6 @@ navbar: left: - icon: fa-home href: index.html - - text: Get started - href: articles/get_started.html - - text: Reproducibility - href: articles/reproducibility.html - text: Reference href: reference/index.html right: diff --git a/docs/404.html b/docs/404.html index 8d04cbc..485b91c 100644 --- a/docs/404.html +++ b/docs/404.html @@ -51,12 +51,6 @@ -
  • - Get started -
  • -
  • - Reproducibility -
  • Reference
  • @@ -99,7 +93,7 @@

    Page not found (404)