group_split_recounter_desc: Group Split Recounter Descriptives

Description Usage Arguments Examples

Description

Contains basic descriptive info for each level of a single grouped recounted dataset

Usage

1

Arguments

list

A split data frame

behaviorstream

A column representing the observation stream. Contains actor behaviors and environmental (or partner) consequences

behavior

A character string indicating the target behavior to be reinforced

consequence

A character string indicating the environmental consequence acting as a reinforcer

actor

An optional argument indicating the column containing the actor ID

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# Create a split DF
split_df_1 <- group_splitter(two_person_picture,behaviorstream = BEH,
                             behavior = "o", consequence = "A", group = "TAR")

group_split_recounter_desc(split_df_1,"BEH","o","A","TAR")

## The function is currently defined as
group_split_recounter_desc <- function(list, behaviorstream, behavior,consequence,actor){
  list 
}

delaneyj1786/REINFORCINATOR documentation built on Jan. 14, 2022, 3:47 a.m.