tie_intrans: Calculate Intransitivity

Description Usage Arguments Value

View source: R/tie_intrans.R

Description

The tie_intrans function loads the raw data

Usage

1
2
3
4
5
6
7
tie_intrans(
  mydata = NULL,
  idcolumn = "ID",
  I1 = "img1",
  I2 = "img2",
  response = "pref_img1"
)

Arguments

mydata

input data frame

idcolumn

name of the ID column in the input data

I1

name of the test image column in the input data

I2

name of the other (tested) items column in the input data

response

name of the response variable

Value

intranscount intransitivity counts


mytalbot/tiefightR documentation built on July 16, 2020, 5:44 p.m.