Skip to content
Snippets Groups Projects
Commit fee84d63 authored by Manuela's avatar Manuela
Browse files

dontrun prsim simulation to avoid warning with mgcv (see Mail Ripley)

parent 59ae97b2
No related branches found
No related tags found
No related merge requests found
......@@ -29,4 +29,4 @@ LazyData: true
Depends: R (>= 3.5.0), homtest, goftest, wmtsa
Suggests: lattice, ismev, evd, GB2
Imports: stats
RoxygenNote: 7.0.0
RoxygenNote: 7.0.2
......@@ -55,8 +55,10 @@ Manuela Brunner
}
\examples{
data( runoff)
\dontrun{
out <- prsim( runoff[ runoff$YYYY<1980, ], "Qobs", 1, suppWarn=TRUE)
# warnings() # as a follow-up to `suppWarn=TRUE`
}
## Specifying particular CDFs:
## (1) example with the Generalized Extreme Value (GEV) distribution
......
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