Skip to content

Commit

Permalink
Build website
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaneguerrier committed May 2, 2024
1 parent f6ff14d commit f49ac4c
Show file tree
Hide file tree
Showing 17 changed files with 61 additions and 74 deletions.
6 changes: 2 additions & 4 deletions R/equiv.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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){
Expand Down
4 changes: 0 additions & 4 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 1 addition & 7 deletions docs/404.html

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

26 changes: 12 additions & 14 deletions docs/authors.html

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

46 changes: 24 additions & 22 deletions docs/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pkgdown_sha: ~
articles:
get_started: get_started.html
reproducibility: reproducibility.html
last_built: 2024-04-11T13:13Z
last_built: 2024-05-02T15:40Z

2 changes: 1 addition & 1 deletion man/alphahat.fun.Rd

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

3 changes: 1 addition & 2 deletions man/atost.Rd

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

2 changes: 1 addition & 1 deletion man/compare_to_tost.Rd

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

2 changes: 1 addition & 1 deletion man/deltahat.fun.Rd

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

3 changes: 1 addition & 2 deletions man/dtost.Rd

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

2 changes: 1 addition & 1 deletion man/ipowen4.Rd

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

2 changes: 1 addition & 1 deletion man/obj_fun_delta_hat.Rd

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

2 changes: 1 addition & 1 deletion man/power_TOST.Rd

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

2 changes: 1 addition & 1 deletion man/print.tost.Rd

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

3 changes: 2 additions & 1 deletion man/tost.Rd

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

Loading

0 comments on commit f49ac4c

Please sign in to comment.