Skip to content

Update cure-setup.md #3151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/statsig-warehouse-native/cure/cure-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@ In project settings under Experimentation, specify default covariates for your c

![Project Settings](/img/cure/project_setting.png)

Properties with an EPS name attached come from a property source and will always be included. Properties without an EPS come from an assignment source, and will be used if the column exists on the assignment source of a given experiment.
Covariates can be sourced from the assignment source for the experiment, or from Entity Property Sources.

Properties with an Entity Property Source name attached come from a property source and will always be included on the experiment. Properties without an EPS come from an assignment source, and will be used if the column exists on the assignment source of a given experiment.

## Experiment Settings

Per-experiment, specify additional covariates or remove covariates specific to your analysis:

![Experiment Settings](/img/cure/experiment_setting.png)

Like with the experiment settings, this list is sourced from the experiment assignment source columns as well as relevant Entity Property Sources.

## Metric:Metric

One tool our framework enables is using metric:metric covariates; for example, using units' pre-experiment clicks as a covariate for units' in-experiment revenue. We decided against using this for several reasons:
Expand Down