TSS: The Use of Inflected or Uninflected Determiners in the...

Description Format Source Examples

Description

The distribution of the Belgian Dutch -e(n)-suffix with 14 determiners in 14 registers and for several speaker characteristics.

Format

A data frame with 40778 rows and 13 variables.

Source

Plevoets, K. (2008) Tussen spreek- en standaardtaal. Leuven, Doctoral dissertation. Available online here.

Examples

1
2
3
4
5
6
7
8
9
data(TSS)
# The execution of corregp may be slow, due to bootstrapping:  
tss.crg <- corregp(Variant ~ Register2 * Region, data = TSS, part = "Variable", b = 3000)
tss.crg
summary(tss.crg, parm = "b", add_ci = TRUE)
screeplot(tss.crg, add_ci = TRUE)
anova(tss.crg, nf = 2)
tss.col <- ifelse( xtabs(~ Variant + Inflected, data = TSS)[, 1] > 0, "blue", "red")
plot(tss.crg, x_ell = TRUE, xsub = c("Register2", "Region"), col_btm = tss.col, col_top = "black")

corregp documentation built on May 1, 2019, 10:08 p.m.