Skip to content

create fitted model object with subset of variables #499

@jgabry

Description

@jgabry

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

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions