Skip to content

Commit

Permalink
Update examples of the functions emStMoE and ModelStMoE
Browse files Browse the repository at this point in the history
Update the examples of the functions emStMoE and ModelStMoE because their running time is above 10s on Windows machines
  • Loading branch information
Florian-Lecocq committed Sep 20, 2019
1 parent 4a1816c commit 8561c8f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/ModelStMoE.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' x <- tempanomalies$Year
#' y <- tempanomalies$AnnualAnomaly
#'
#' stmoe <- emStMoE(X = x, Y = y, K = 2, p = 1, verbose = TRUE)
#' stmoe <- emStMoE(X = x, Y = y, K = 2, p = 1, threshold = 1e-4, verbose = TRUE)
#'
#' # stmoe is a ModelSTMoE object. It contains some methods such as 'summary' and 'plot'
#' stmoe$summary()
Expand Down
2 changes: 1 addition & 1 deletion R/emStMoE.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#' x <- tempanomalies$Year
#' y <- tempanomalies$AnnualAnomaly
#'
#' stmoe <- emStMoE(X = x, Y = y, K = 2, p = 1, verbose = TRUE)
#' stmoe <- emStMoE(X = x, Y = y, K = 2, p = 1, threshold = 1e-4, verbose = TRUE)
#'
#' stmoe$summary()
#'
Expand Down
2 changes: 1 addition & 1 deletion man/ModelStMoE-class.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/emStMoE.Rd

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

Binary file modified meteorits_0.1.0.pdf
Binary file not shown.

0 comments on commit 8561c8f

Please sign in to comment.