Skip to content
Snippets Groups Projects
Commit b2650725 authored by SANTAGOSTINI Pierre's avatar SANTAGOSTINI Pierre
Browse files

2nd example changed

parent 5252c368
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,9 @@ dnormratio <- function (z, bet, rho, delta) {
#' curve(dnormratio(x, bet = beta1, rho = rho1, delta = delta1), from = -0.1, to = 0.7)
#'
#' # Second example
#' beta2 <- 0.24
#' rho2 <- 4.21
#' delta2 <- 0.25
#' beta2 <- 2
#' rho2 <- 2
#' delta2 <- 2
#' dnormratio(0, bet = beta2, rho = rho2, delta = delta2)
#' dnormratio(0.5, bet = beta2, rho = rho2, delta = delta2)
#' curve(dnormratio(x, bet = beta2, rho = rho2, delta = delta2), from = -0.1, to = 0.7)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment