Stereogram: Stereogram fusion

StereogramR Documentation

Stereogram fusion

Description

Results of an experiment on the effect of prior information on the time to fuse random dot steregrams. One group (NV) was given either no information or just verbal information about the shape of the embedded object. A second group (group VV) received both verbal information and visual information (e.g., a drawing of the object).

Format

A data frame with 78 observations on the following 2 variables.

time

time until subject was able to fuse a random dot stereogram

group

treatment group: NV(no visual instructions) VV (visual instructions)

Source

These data are available at DASL, the data and story library (https://dasl.datadescription.com/).

References

Frisby, J. P. and Clatworthy, J. L., "Learning to see complex random-dot stereograms," Perception, 4, (1975), pp. 173-178.

Cleveland, W. S. Visualizing Data. 1993.

Examples


data(Stereogram)
favstats(time ~ group, data = Stereogram)
gf_violin(time ~ group, data = Stereogram, alpha = 0.2, fill = "skyblue") %>%
gf_jitter(time ~ group, data = Stereogram, height = 0, width = 0.25)


rpruim/fastR documentation built on Nov. 12, 2023, 12:26 p.m.