Skip to content

Commit 59ee76a

Browse files
committed
Rel 0.0.3 - Reorg package structure, added arsenic notebook
1 parent 7ab9d43 commit 59ee76a

17 files changed

Lines changed: 203 additions & 140 deletions

Example/arsenic/compare.png

-19.9 KB
Binary file not shown.

Example/roaches/roaches.jl

Lines changed: 0 additions & 77 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,19 @@ Once registered, PSIS.jl can be installed with:
1313
```
1414
Pkg.dev("PSIS")
1515
```
16-
1716
Usually I have only a few packages `permanently` installed, e.g.:
1817
```
1918
(@v1.6) pkg> st
2019
Status `~/.julia/environments/v1.6/Project.toml`
2120
[634d3b9d] DrWatson v1.16.6
2221
[44cfe95a] Pkg
2322
```
24-
2523
To use the demonstration Pluto notebooks, you can add:
2624
```
2725
[c3e4b0f8] Pluto v0.12.18
2826
[7f904dfe] PlutoUI v0.6.11
2927
```
3028

31-
and for occasional access to R datasets:
32-
```
33-
[6f49c342] RCall v0.13.10
34-
[ce6b1742] RDatasets v0.7.3
35-
```
36-
3729
### Included functions
3830

3931
psisloo

examples/arsenic/compare.png

19.7 KB
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ n, m = size(x)
1818

1919
# Model
2020
model_str = read(open(joinpath(ProjDir, "arsenic_logistic.stan")), String)
21-
tmpdir = joinpath(ProjDir, "tmp")
21+
tmpdir = mktempdir()
2222
sm1 = SampleModel("arsenic_logistic", model_str; tmpdir)
2323
println("\n-----------------------\n")
2424

examples/roaches/diag_plot_1.png

40.8 KB
Loading

0 commit comments

Comments
 (0)