Skip to content

Commit

Permalink
fixup! Added @export and @return to estimate.gamma.cpen*() (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Apr 25, 2024
1 parent 4948e10 commit 0472d8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/estimate.gamma.cpen.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @param r r
#' @param logn logn
#' @param relat relations
#' @return A list of `mlik`, `waic`, `dic`, znc `summary.fixed`
#' @return A list of `mlik`, `waic`, `dic`, and `summary.fixed`
#' @export
estimate.gamma.cpen <- function(formula, data, r = 1.0 / 1000.0, logn = log(1000.0), relat = c("cos", "sigmoid", "tanh", "atan", "sin", "erf")) {
fparam <- NULL
Expand Down Expand Up @@ -43,7 +43,7 @@ estimate.gamma.cpen <- function(formula, data, r = 1.0 / 1000.0, logn = log(1000

#' @title Estimate gamma cpen 2
#' @inheritParams estimate.gamma.cpen
#' @return A list of `mlik`, `waic`, `dic`, znc `summary.fixed`
#' @return A list of `mlik`, `waic`, `dic`, and `summary.fixed`
#' @export
estimate.gamma.cpen_2 = function(formula, data,r = 1.0/223.0,logn=log(223.0),relat=c("to23","expi","logi","to35","sini","troot","sigmoid"))
{
Expand Down
2 changes: 1 addition & 1 deletion man/estimate.gamma.cpen.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/estimate.gamma.cpen_2.Rd

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

0 comments on commit 0472d8a

Please sign in to comment.