View source: R/synthetic-workflows.R
| create_gazepoint_synthetic_manifest | R Documentation |
Create a synthetic governed feature manifest
create_gazepoint_synthetic_manifest(
outcome,
predictors,
participant_id = "participant_id",
stimulus_id = "stimulus_id",
trial_id = "trial_id"
)
outcome |
Name of the observed synthetic outcome. |
predictors |
Predictor names to declare. |
participant_id |
Participant identifier column. |
stimulus_id |
Stimulus identifier column. |
trial_id |
Trial identifier column. |
A gazepoint_feature_manifest produced by
create_gazepoint_feature_manifest().
create_gazepoint_synthetic_manifest(
outcome = "quality_status",
predictors = c("tracking_ratio", "blink_rate", "gaze_dispersion")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.