ch.getMoralsItemsInOverlap: A function to get the Items in a single Overlap

View source: R/ch.getMoralsItemsInOverlap.r

ch.getMoralsItemsInOverlapR Documentation

A function to get the Items in a single Overlap

Description

This function outputs a dataframe containing the items in a single overlap.

Usage

ch.getMoralsItemsInOverlap(data, overlapCol, itemCols, overlap)

Arguments

data

a dataframe.

overlapCol

a string specifying the name of the column in the dataframe containing the overlap variable.

itemCols

a vector containing strings that specify the names of the columns in the dataframe containing the item variables.

overlap

a number specifying the overlap that you want to find the items for.

Value

a dataframe containing the items that overlapCol == overlap

Examples

ch.getItemsInOverlap (df, "overlapRound", c("Item1", "Item2"),0.1)

ccpluncw/ccpl_R_chMorals documentation built on Feb. 4, 2024, 3:30 p.m.