-
-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Labels
featureNew feature or requestNew feature or request
Milestone
Description
Following up on this forum post from @ihrke, we should add a way to create fitted model objects using only a subset of the variables in the CSV files.
My first thought is we could add a variables argument to as_cmdstan_fit(). However, we would then need to either eliminate the variables from the CSV files or add some functionality to prevent them from being read in by subsequent calls to draws() or other methods that result in reading in variables.
@rok-cesnovar (or anyone else) any altnernative ideas or suggestions for how to handle not reading the unwanted variables in later when draws() is called after as_cmdstan_fit()?
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request