Skip to content

Commit b8fe298

Browse files
committed
Built site for ModelArray@0.1.5: e54ddd1
1 parent 4bce56a commit b8fe298

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ articles:
1212
installations: installations.html
1313
modelling: modelling.html
1414
walkthrough: walkthrough.html
15-
last_built: 2026-03-31T18:29Z
15+
last_built: 2026-04-01T17:52Z
1616
urls:
1717
reference: https://pennlinc.github.io/ModelArray/reference
1818
article: https://pennlinc.github.io/ModelArray/articles

reference/mergeModelArrays.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/mergeModelArrays.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ scalarNames(merged$data) # c("FD", "FC")
115115
head(merged$phenotypes)
116116

117117
results <- ModelArray.lm(
118-
FD ~ age + sex,
118+
FD ~ age + sex + FC,
119119
data = merged$data,
120120
phenotypes = merged$phenotypes,
121-
scalar = "FD"
121+
scalar = c("FD", "FC")
122122
)
123123
} # }
124124
```

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)