Skip to content

Commit

Permalink
ANCCR vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-navarro committed Mar 19, 2024
1 parent 8203bb4 commit cb50049
Show file tree
Hide file tree
Showing 25 changed files with 245 additions and 24 deletions.
2 changes: 1 addition & 1 deletion R/ANCCR.R
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ ANCCR <- function(
# }
# Total dopamine
tda <- sum(das[event, , timestep])
# Update meaningful causes index
# Update meaningful causal target index
imct[event] <- imct[event] |
(
(tda + parameters$betas[event]) >
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ articles:
- PKH1982
- SM2007
- HD2022
- ANCCR
- RAND
- title: Demos
navbar: Demos
Expand Down
3 changes: 2 additions & 1 deletion docs/404.html

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

3 changes: 2 additions & 1 deletion docs/LICENSE.html

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

3 changes: 2 additions & 1 deletion docs/articles/calmr_app.html

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

3 changes: 2 additions & 1 deletion docs/articles/calmr_basics.html

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

3 changes: 2 additions & 1 deletion docs/articles/calmr_fits.html

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

3 changes: 2 additions & 1 deletion docs/articles/heidi_similarity.html

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

5 changes: 4 additions & 1 deletion docs/articles/index.html

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

3 changes: 2 additions & 1 deletion docs/authors.html

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

4 changes: 3 additions & 1 deletion docs/index.html

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

9 changes: 7 additions & 2 deletions docs/news/index.html

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

3 changes: 2 additions & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pandoc: 3.1.12.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles:
ANCCR: ANCCR.html
calmr_app: calmr_app.html
calmr_basics: calmr_basics.html
calmr_fits: calmr_fits.html
Expand All @@ -14,7 +15,7 @@ articles:
RW1972: RW1972.html
SM2007: SM2007.html
using_time_models: using_time_models.html
last_built: 2024-03-13T22:01Z
last_built: 2024-03-19T15:36Z
urls:
reference: https://victornavarro.org/calmr/reference
article: https://victornavarro.org/calmr/articles
Expand Down
3 changes: 2 additions & 1 deletion docs/reference/CalmrFit-class.html

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

3 changes: 2 additions & 1 deletion docs/reference/CalmrRSA-class.html

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

3 changes: 2 additions & 1 deletion docs/reference/RSA.html

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

3 changes: 2 additions & 1 deletion docs/reference/compare_models.html

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

3 changes: 2 additions & 1 deletion docs/reference/fit_model.html

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

3 changes: 2 additions & 1 deletion docs/reference/graph.html

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

Loading

0 comments on commit cb50049

Please sign in to comment.