Skip to content

Commit 21e20cd

Browse files
committed
update
1 parent b6ee294 commit 21e20cd

File tree

8 files changed

+217
-211
lines changed

8 files changed

+217
-211
lines changed

Data/errors.xlsx

14.1 KB
Binary file not shown.

Data/mdata.csv

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
ID,EVID,TIME,DUR,DOSE,ADDL,II,INPUT,OUT,OUTEQ,CENS,C0,C1,C2,C3,COV
2-
GH,1,0,0,400,.,.,1,.,.,.,.,.,.,.,10
3-
GH,0,0.5,.,.,.,.,.,0.42,1,none,.,.,.,.,.
4-
GH,0,1,.,.,.,.,.,0.46,1,none,.,.,.,.,.
5-
GH,0,2,.,.,.,.,.,2.47,1,none,.,.,.,.,.
6-
GH,4,0,0,150,.,.,1,.,.,.,.,.,.,.,.
7-
GH,1,3.5,0.5,150,.,.,1,.,.,.,.,.,.,.,.
8-
GH,0,5.12,.,.,.,.,.,0.55,1,none,.,.,.,.,.
9-
GH,0,24,.,.,.,.,.,0.52,1,none,.,.,.,.,.
2+
GH,1,0,0,400,.,NA,1,.,.,.,.,.,.,.,10
3+
GH,0,0.5,.,.,.,NA,.,0.42,1,none,.,.,.,.,.
4+
GH,0,1,.,.,.,NA,.,0.46,1,none,.,.,.,.,.
5+
GH,0,2,.,.,.,NA,.,2.47,1,none,.,.,.,.,.
6+
GH,4,0,0,150,.,NA,1,.,.,.,.,.,.,.,.
7+
GH,1,3.5,0.5,150,.,NA,1,.,.,.,.,.,.,.,.
8+
GH,0,5.12,.,.,.,NA,.,0.55,1,none,.,.,.,.,.
9+
GH,0,24,.,.,.,NA,.,0.52,1,none,.,.,.,.,.
1010
1423,1,0,1,400,-1,12,1,.,.,.,.,.,.,.,34.5
1111
1423,1,0.1,0,100,.,.,2,.,.,.,.,.,.,.,.
1212
1423,0,1,.,.,.,.,.,-99,1,none,0.01,0.1,0,0,.

docs/Data/errors.xlsx

14.1 KB
Binary file not shown.

docs/Data/mdata.csv

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
ID,EVID,TIME,DUR,DOSE,ADDL,II,INPUT,OUT,OUTEQ,CENS,C0,C1,C2,C3,COV
2-
GH,1,0,0,400,.,.,1,.,.,.,.,.,.,.,10
3-
GH,0,0.5,.,.,.,.,.,0.42,1,none,.,.,.,.,.
4-
GH,0,1,.,.,.,.,.,0.46,1,none,.,.,.,.,.
5-
GH,0,2,.,.,.,.,.,2.47,1,none,.,.,.,.,.
6-
GH,4,0,0,150,.,.,1,.,.,.,.,.,.,.,.
7-
GH,1,3.5,0.5,150,.,.,1,.,.,.,.,.,.,.,.
8-
GH,0,5.12,.,.,.,.,.,0.55,1,none,.,.,.,.,.
9-
GH,0,24,.,.,.,.,.,0.52,1,none,.,.,.,.,.
2+
GH,1,0,0,400,.,NA,1,.,.,.,.,.,.,.,10
3+
GH,0,0.5,.,.,.,NA,.,0.42,1,none,.,.,.,.,.
4+
GH,0,1,.,.,.,NA,.,0.46,1,none,.,.,.,.,.
5+
GH,0,2,.,.,.,NA,.,2.47,1,none,.,.,.,.,.
6+
GH,4,0,0,150,.,NA,1,.,.,.,.,.,.,.,.
7+
GH,1,3.5,0.5,150,.,NA,1,.,.,.,.,.,.,.,.
8+
GH,0,5.12,.,.,.,NA,.,0.55,1,none,.,.,.,.,.
9+
GH,0,24,.,.,.,NA,.,0.52,1,none,.,.,.,.,.
1010
1423,1,0,1,400,-1,12,1,.,.,.,.,.,.,.,34.5
1111
1423,1,0.1,0,100,.,.,2,.,.,.,.,.,.,.,.
1212
1423,0,1,.,.,.,.,.,-99,1,none,0.01,0.1,0,0,.

docs/PTA.html

Lines changed: 69 additions & 69 deletions
Large diffs are not rendered by default.

docs/search.json

Lines changed: 54 additions & 54 deletions
Large diffs are not rendered by default.

docs/simulation.html

Lines changed: 76 additions & 70 deletions
Large diffs are not rendered by default.

models.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ There are three pathways to creating models in Pmetrics.
7272

7373
- Use the new Pmetrics Model Builder app, coming soon. The Shiny app is retired.
7474
- Write a model list in R
75-
- Load an existing model text file
75+
- Load an existing model text file. This is for legacy purposes only; we strongly recommend using model lists in R for all new modeling work.
7676

7777
Each of these use sections to define the model. In the app, the sections correspond to tabs. In the list, they are named elements. In the model file, they are code blocks delimited by "\#" and the name of the block. The sections are largely the same across the three model pathways, and we'll cover the details in this document.
7878

@@ -165,7 +165,7 @@ mod1 <- PM_model$new("src/model.txt")
165165
166166
```
167167

168-
The above code will copy the following to your clipbarod, allowing you to paste it into your script or Quarto document.
168+
The above code will copy the following to your clipboard, allowing you to paste it into your script or Quarto document.
169169

170170
:::{code-copy='false'}
171171
```{r}

0 commit comments

Comments
 (0)