Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Authors@R: c(
person("Michael C", "Sachs", role = c("aut", "cre"), email = "sachsmc@gmail.com"),
person("Erin E", "Gabriel", role = "aut"),
person("Arvid", "Sjölander", role = "aut"),
person("Gustav", "Jonzon", role = "ctb", comment = "(improved vertex enumeration)"),
person("Gustav", "Jonzon", role = "aut"),
person("Alexander A", "Balke", role = "ctb",comment ="(C++ code)"),
person("Colorado", "Reed", role = "ctb", comment = "(graph-creator.js)")
)
Expand Down
4 changes: 2 additions & 2 deletions doc/shinyapp.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ In the main window below the text, Shift+click to add nodes. When a node is adde

![Naming nodes](screen2.png)

Click on an existing node to select it, and shift+click on a node to change the name. Shift+drag to connect nodes. Remember than no edges may go from the right side to the left side. Click a node to select and then press 'u' to mark it as unobserved/latent. Select a node and press a digit to set that number of possible categorical values (all variables default to binary), or press 'c' and enter a number into the prompt. Click to select nodes/edges and press delete to remove. If there are problems selecting nodes, try restarting your browser.
Click on an existing node to select it, and shift+click on a node to change the name. Shift+drag to connect nodes. Remember than no edges may go from the right side to the left side. Click a node to select and then press 'u' to mark it as unobserved/latent. Select a node and press a digit to set that number of possible categorical values (all variables default to binary), or press 'c' and enter a number into the prompt. Click to select nodes/edges and press 'd' to remove. If there are problems selecting nodes, try restarting your browser.

![Connections](screen3.png)

Expand Down Expand Up @@ -144,6 +144,6 @@ cat(latex_bounds(results$bounds.obs$bounds, results$obj$parameters))
```


Please sends any bugs or feedback to sachsmc@gmail.com or file an issue on https://github.com/sachsmc/causaloptim .
Please sends any bugs or feedback to michael.sachs@ki.se or file an issue on https://github.com/sachsmc/causaloptim .


2 changes: 1 addition & 1 deletion docs/404.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE.html

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

60 changes: 30 additions & 30 deletions docs/articles/example-code.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

16 changes: 8 additions & 8 deletions docs/articles/shinyapp.html

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

24 changes: 12 additions & 12 deletions docs/articles/vertexenum-speed.html

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

10 changes: 5 additions & 5 deletions docs/authors.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/index.html

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

2 changes: 1 addition & 1 deletion docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ articles:
example-code: example-code.html
shinyapp: shinyapp.html
vertexenum-speed: vertexenum-speed.html
last_built: 2023-05-02T10:09Z
last_built: 2023-05-08T09:20Z

Loading