tabmmph: Tableau multivarie

Description Usage Arguments Value Examples

View source: R/tableaumultiv.R

Description

Tableau multivarie

Usage

1
2
3
4
5
6
7
tabmmph(
  ll,
  titre = "Analyse multivariée",
  lab = "tabmulti",
  export = 0,
  kable = 0
)

Arguments

ll

Regression logistique

titre

Titre - "Analyse multivariee" by default

lab

Label - "tabmulti" by default

export

1 : export csv (0 by default)

kable

si 1 : sortie via kable sinon xtable (0 par defaut)

Value

un tableau LaTeX , tableau csv

Examples

1
2
ll <- lm(carb~wt + am, data= mtcars)
tabmmph(ll)

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