-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting the monty section #6
Merged
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
8fd6b67
Starting the monty section
MJomaba 94d487f
More editing
MJomaba ba7c859
More editing
MJomaba 995024d
Add code at beginning of pages to homogenise content and improve visu…
MJomaba 69c1611
Correct plot labelling
MJomaba a7bebc3
Starting the monty section
MJomaba a2c25f6
More editing
MJomaba 44f526f
More editing
MJomaba 6685184
Add code at beginning of pages to homogenise content and improve visu…
MJomaba de186bd
Correct plot labelling
MJomaba 89d33e1
Merge branch 'monty-general' of https://github.com/mrc-ide/odin-monty…
MJomaba 8048ac1
Expand text
MJomaba cde7aab
Update branch with main contentMerge branch 'main' into monty-general
MJomaba 6343ebf
Restructuring and adding content + placeholders
MJomaba 0fff7b2
Merge main into current branchMerge branch 'main' into monty-general
MJomaba 57ce74b
some light edits
edknock 87a98a9
Spacing of formula
MJomaba 8a501b1
Ironing up spacing
MJomaba c9a44a3
Amending text
MJomaba 4a13741
Consistent spacing
MJomaba 99e02d2
Intect to use allow_multiple_parameters to replace Vectorize
MJomaba 1b09bf5
Merge branch 'main' into monty-general
MJomaba 093f609
Update _quarto.yml
MJomaba 737b139
Change name of files to match book style
MJomaba 211104d
Remove mcstate to avoid confusion and WinBUGS and JAGS as example of …
MJomaba 83a5ca7
Remove mcstate to avoid confusion and WinBUGS and JAGS as example of …
MJomaba c4c0b72
Removing advanced monty section as too little content for now
MJomaba 8f5632c
Remove composability section as too little content for now, will be p…
MJomaba de2fcba
Changing 'l_distribution' to more explicit name 'mixture_model'
MJomaba f8543c6
Change variance of 1-D VCV matrix to avoid confusion between dimensio…
MJomaba 40c0dac
Removing runners section as too little content
MJomaba d8b94bc
Working on the rewording and deleting a miniscule section that was ou…
MJomaba 037dc79
Reworking of the parameter section
MJomaba 93bba6a
Merge branch 'main' into monty-general
richfitz 42291a8
Correct typo
MJomaba eb3a878
Merge branch 'monty-general' of https://github.com/mrc-ide/odin-monty…
MJomaba af8ce8d
Update monty.qmd
MJomaba d3be774
Update monty.qmd
MJomaba 7f40429
Amend text to remove missing link
MJomaba c5ae337
Merge branch 'monty-general' of https://github.com/mrc-ide/odin-monty…
MJomaba e0e036a
Correct spelling
MJomaba File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add code at beginning of pages to homogenise content and improve visu…
…al appearance of pages
- Loading branch information
commit 668518490c1de97043a290a36c69058827b6b23c
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Advanced monty | ||
|
||
```{r} | ||
#| include: false | ||
source("common.R") | ||
``` | ||
|
||
## Observers | ||
|
||
## Working with other packages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Composability {#sec-monty-combine} | ||
|
||
```{r} | ||
#| include: false | ||
source("common.R") | ||
``` | ||
|
||
```{r} | ||
library(monty) | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# Runners | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Drop this file There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
|
||
```{r} | ||
#| include: false | ||
source("common.R") | ||
``` | ||
|
||
One of the focus of `monty` is tailoring implementation to optimise usage of available hardware while ensuring reproducible results accross platforms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably this is the right place for the paragraph from before