Skip to content

simulate_gazepoint_research_handoffs

R reference: gp3ml 0.3.0.

Simulate realistic cross-package Gazepoint research handoffs

Generates deterministic, shareable, synthetic prepared outputs representing handoffs from \code{gp3tools

R reference usage

simulate_gazepoint_research_handoffs(
  n_participants = 24L,
  n_stimuli = 6L,
  trials_per_stimulus = 1L,
  seed = 3001L
)

The Python implementation is exported as gp3mlpy.simulate_gazepoint_research_handoffs. See the runtime docstring for Python-specific typing and semantic adaptations.