create_gazepoint_synthetic_manifest: Create a synthetic governed feature manifest

View source: R/synthetic-workflows.R

create_gazepoint_synthetic_manifestR Documentation

Create a synthetic governed feature manifest

Description

Create a synthetic governed feature manifest

Usage

create_gazepoint_synthetic_manifest(
  outcome,
  predictors,
  participant_id = "participant_id",
  stimulus_id = "stimulus_id",
  trial_id = "trial_id"
)

Arguments

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.

Value

A gazepoint_feature_manifest produced by create_gazepoint_feature_manifest().

Examples

create_gazepoint_synthetic_manifest(
  outcome = "quality_status",
  predictors = c("tracking_ratio", "blink_rate", "gaze_dispersion")
)

gp3ml documentation built on Aug. 23, 2026, 5:11 p.m.