psPeople: Construct tibble with additional participant information

Description Usage Arguments See Also Examples

View source: R/people.R

Description

Constructs S3 class for pensieve.

Usage

1
psPeople(people)

Arguments

people

A dataframe or tibble, with one row per participant. First column must be (short form of) participant name and valid R name. Later columns can have arbitrary additional information about participants. Columns must be named.

See Also

Other S3 classes from pensieve: correlate(), extract(), psClosedSorts(), psGrid(), psItemContent(), psOpenSorts(), psOpenSort(), score()

Examples

1
2
3
people <- psPeople(data.frame(Name = c("Ann", "Kim", "Joe"),
                                    Gender = c("female", "other", "male"),
                                    stringsAsFactors = FALSE))

maxheld83/pensieve documentation built on Jan. 21, 2020, 9:16 a.m.