makeMatch: Make a match object

Description Usage Arguments Value See Also Examples

View source: R/match.R

Description

Make a match object

Usage

1
makeMatch(resp, variables.in.columns = F)

Arguments

resp

a vector of match responses from TAO

variables.in.columns

Boolean. Set to use columns as variables instead of rows.

Value

Returns a matchObject

See Also

scoreMatch(), explodeMatch()

Examples

1
2
matchresponse<-c("[mail1 annoyed; mail4 annoyed; mail2 angry]","[mail1 confused]")
matchObject<-makeMatch(matchresponse)

openPCI/OpenPCIScoring documentation built on June 10, 2021, 1:18 p.m.