vizBySubject: Vizualize data .csv Files

Description Usage Arguments Examples

View source: R/VizFunctions.R

Description

Use these functions to vizualize Detection Response Task outcome variables according to your subjects, conditions, etc. See Examples for more.

Usage

1
vizBySubject(dataname, plottype, subid, cond, DV)

Arguments

dataname

The data.frame object you're going to vizualize

plottype

Specify the type of plot you'd like to produce

subid

The name of the column for your Subject ID numbers.

cond

The name of the column for your condition.

DV

Dependent Variable of either HR (Hit Rate) or RT (Reatction Time)

Examples

1
dat <- combineCSV(fpath = getwd(), dataname = newdf)

sccastro/DRTr documentation built on May 17, 2019, 1:15 a.m.