Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
drizopoulos committed May 26, 2024
1 parent 6e8ccbd commit f293865
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 22 deletions.
7 changes: 3 additions & 4 deletions R/basic_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,8 @@ predict.jm <- function (object, newdata = NULL, newdata2 = NULL, times = NULL,
type <- match.arg(type)
con <- list(all_times = FALSE, times_per_id = FALSE, level = 0.95,
return_newdata = FALSE, use_Y = TRUE, return_mcmc = FALSE,
n_samples = 200L, n_mcmc = 55L,
parallel = c("snow", "multicore"), cores = NULL, seed = 123L)
n_samples = 200L, n_mcmc = 55L, parallel = "snow",
cores = NULL, seed = 123L)
control <- c(control, list(...))
namC <- names(con)
con[(namc <- names(control))] <- control
Expand Down Expand Up @@ -1035,8 +1035,7 @@ predict.jmList <- function (object, weights, newdata = NULL, newdata2 = NULL,
parallel <- match.arg(parallel)
con <- list(all_times = FALSE, times_per_id = FALSE, level = 0.95,
return_newdata = FALSE, use_Y = TRUE, return_mcmc = FALSE,
n_samples = 200L, n_mcmc = 55L,
parallel = c("snow", "multicore"),
n_samples = 200L, n_mcmc = 55L, parallel = "snow",
cores = parallelly::availableCores(omit = 1L), seed = 123L)
control <- c(control, list(...))
namC <- names(con)
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/Causal_Effects.html

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

4 changes: 2 additions & 2 deletions docs/articles/Competing_Risks.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ articles:
Super_Learning: Super_Learning.html
Time_Varying_Effects: Time_Varying_Effects.html
Transformation_Functions: Transformation_Functions.html
last_built: 2024-05-26T06:56Z
last_built: 2024-05-26T08:06Z
urls:
reference: https://drizopoulos.github.io/JMbayes2/reference
article: https://drizopoulos.github.io/JMbayes2/articles
Expand Down
Binary file modified docs/reference/Rplot001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/reference/jm.html

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

20 changes: 8 additions & 12 deletions docs/reference/predict.html

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

0 comments on commit f293865

Please sign in to comment.