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()?
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
variablesargument toas_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 todraws()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 afteras_cmdstan_fit()?