Skip to content

Commit

Permalink
roxygen update for compare_models
Browse files Browse the repository at this point in the history
  • Loading branch information
Quang C. Huynh committed Sep 19, 2019
1 parent 54c5884 commit 94e2ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/compare_models.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' goose1 <- ML(Goosefish, ncp = 1)
#' goose2 <- ML(Goosefish, ncp = 2, grid.search = TRUE, figure = FALSE)
#'
#' compare_models(list(goose, goose1, goose2))
#' compare_models(goose, goose1, goose2)
#'
#' data(PRSnapper)
#' ssm <- MLmulti(PRSnapper, ncp = 1, model = "SSM")
Expand Down
2 changes: 1 addition & 1 deletion man/compare_models.Rd

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

0 comments on commit 94e2ba4

Please sign in to comment.