cmdstanr
cmdstanr copied to clipboard
Allow selecting subset of variables when using `as_cmdstan_fit()`
Submission Checklist
- [x] Run unit tests
- [x] Declare copyright holder and agree to license (see below)
Summary
Adds variables argument to as_cmdstan_fit() to allow creating objects from a subset of variables in the CSV files.
Copyright and Licensing
Please list the copyright holder for the work you are submitting (this will be you or your assignee, such as a university or company): Columbia University
By submitting this pull request, the copyright holder is agreeing to license the submitted work under the following licenses:
- Code: BSD 3-clause (https://opensource.org/licenses/BSD-3-Clause)
- Documentation: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)