Skip to content

Commit

Permalink
Adding set seed to confidence interval analysis (#90)
Browse files Browse the repository at this point in the history
* Adding set seed to confidence interval

Adding a set seed option to the confidence interval analysis in the Learn Stats module.
Additionally, adding a dependency for the tree plot table, so it disappears when the check box is no longer selected.

* Adding dependency & changing position of set seed

1) Adding dependency on checkbox
2) Changing position of Repeatability to be at the end after divider
  • Loading branch information
jvli4n authored Nov 18, 2024
1 parent 7a96fa0 commit 4b48e52
Show file tree
Hide file tree
Showing 6 changed files with 1,436 additions and 118 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
^renv$
^renv\.lock$
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
Loading

0 comments on commit 4b48e52

Please sign in to comment.