You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .sandbox/Sim_study_with_logit/Sim_study_with_logit.Rmd
+3-16Lines changed: 3 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -40,24 +40,11 @@ All method use the logistic link function. We will do three runs of experiments
40
40
41
41
where correct or incorrect binning intervals refers to whether or not we bin at the same time where the coefficient are simulated to change. For example, we bin correctly where we simulate the coefficients to change at time $1,2,\dots,d$ and we estimate the coefficient at time $1,2,\dots,d$. The models will be compared in terms of Brier score, median absolute residuals and standard deviation of the absolute residuals. All metrics will be reported on out-sample data or out-of-time data. All plots will have true coefficients as continuous lines while dashed lines are estimates.
42
42
43
-
You can install the version of the library used to make this vignettes from github with the `devtools` library as follows:
Copy file name to clipboardExpand all lines: R/plot.R
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@
15
15
#' @details
16
16
#' Creates a plot of state variables or adds state variables to a plot with indices \code{cov_index}. Pointwise 1.96 std. confidence intervals are provided with the smoothed co-variance matrices from the fit.
17
17
#'
18
+
#' @return
19
+
#' Returns \code{NULL} using \code{\link{invisible}}.
0 commit comments