ligff: Tableau variable factorielle Pour une variable factorielle,...

Description Usage Arguments Value Examples

Description

Tableau variable factorielle Pour une variable factorielle, écrit les lignes par niveau.

Usage

1
ligff(nom, varp, trip, kk)

Arguments

nom

: names of the studied variable

varp

: studiet variable

trip

: explicative variable

kk

: TRUE pour sortie kable, FALSE pour xtable (default)

Value

a table, first line with name and p-value, and one line by levle of varp with n(

Examples

1
2
3
petal <- iris$Sepal.Length
          type <- iris$Species
          ligff("petale", petal, type, kk = TRUE)

philippemichel/thesisph documentation built on Dec. 22, 2020, 11:08 a.m.