Skip to content

Commit

Permalink
Update r.md (#204)
Browse files Browse the repository at this point in the history
Fixes issue #203
  • Loading branch information
bob-carpenter authored Jan 29, 2024
1 parent 9030b88 commit 7c793e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/languages/r.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Create a Stan Model instance.
_Usage_

```R
StanModel$new(lib, data, rng_seed)
StanModel$new(lib, data, seed)
```


Expand All @@ -75,7 +75,7 @@ _Arguments_

- `data` Either a JSON string literal, a path to a data file in JSON format ending in ".json", or the empty string.

- `rng_seed` Seed for the RNG used in constructing the model.
- `seed` Seed for the RNG used in constructing the model.

- `stan_args` A list of arguments to pass to stanc3 if the model is not already compiled.

Expand Down

0 comments on commit 7c793e5

Please sign in to comment.