Last chance! 50% off unlimited learning
Sale ends in
subject_pronoun_type(text.var, grouping.var = NULL,
subject.pronoun.list = NULL, ...)
NULL
generates
one word list for all text. Also takes a single grouping variable or a list
of 1 or more grouping variables.termco
object_pronoun_type
,
pronoun_type
dat <- pres_debates2012
dat <- dat[dat$person %in% qcv(ROMNEY, OBAMA), ]
(out <- subject_pronoun_type(dat$dialogue, dat$person))
plot(out)
plot(out, 2)
plot(out, 3)
plot(out, 3, ncol=2)
scores(out)
counts(out)
proportions(out)
preprocessed(out)
plot(scores(out))
plot(counts(out))
plot(proportions(out))
Run the code above in your browser using DataLab