lionel riou fransca univariate bivariate
play

Lionel Riou Fransca Univariate & bivariate Two kind of analysis - PowerPoint PPT Presentation

Christophe Genolini Bernard Desgraupe Lionel Riou Fransca Univariate & bivariate Two kind of analysis Univariate Bivariate Two possible output LaTeX HTML Four functions Output LaTeX HTML r2latexUniv r2htmlUniv


  1. Christophe Genolini Bernard Desgraupe Lionel Riou Fransca

  2. Univariate & bivariate  Two kind of analysis  Univariate  Bivariate  Two possible output  LaTeX  HTML

  3. Four functions Output LaTeX HTML r2latexUniv r2htmlUniv Univariate Analysis r2latexBiv r2htmlBiv Bivariate

  4. Automatic dispatch  According to the type of variable  Logical  Factor (3 or +)  Ordered  Discrete  Continuous

  5. Automatic dispatch  According to the type of variable  Logical  Factor (3 or +)  Univariate analysis  Ordered  Discrete  Frequency  Continuous  Summary  Barplot  Boxplot  histogram

  6. r2latexUniv(logical) R LaTeX Gender Male Male Female Female Female Male Female Male Male …

  7. r2latexUniv(factor) R LaTeX Field STAPS STAPS SEGMI STAPS SJAP STAPS SEGMI SEGMI STAPS …

  8. r2latexUniv(ordered) R LaTeX YearOfStudy L1 L3 L2 L3 L3 L2 NA M2 L3 …

  9. r2latexUniv(discrete) R LaTeX BrotherSister 2 0 0 1 4 2 0 1 0 …

  10. r2latexUniv(continuous) R LaTeX CheatScore 2 11 3 8 7 21 15 4 0 …

  11. r2latexUniv (data.frame) Gender Age CheatScore Male 22 2 Male 21 11 Female 18 3 Female 23 8 Female 19 7 Male 24 21 Female 23 15 Male 22 4 Male 19 0 … … …

  12. Automatic dispatch  According to the cross type of variable  Logical x Logical  Logical x Factor (3 or +)  Logical x Ordered  …  Continuous x Continuous (25 possibility)

  13. Automatic dispatch  According to the cross type of variable  Logical x Logical  Logical x Factor (3 or +)  Logical x Ordered  Bivariate analysis  …  Frequency  Continuous x Continuous  Summary  Graph (25 possibility)  Test parametric  Test non parametric

  14. r2latexBiv(logical~logical) R Gender BacCheat LaTeX Male TRUE Male FALSE Female FALSE Female FALSE Female TRUE Male TRUE Female FALSE Male FALSE Male TRUE … …

  15. r2latexBiv(logical~logical)

  16. r2latexBiv(continuous~logical)

  17. r2latexBiv LaTeX (continous ~ ordered)

  18. r2latexBiv (logical ~ data.frame)

  19. Very simple code ### Read the data myData <- read.csv(…) ### Preparing ordered variable(s) myData$YearOfStudy <- ordered(myData$YearOfStudy ,…) ### Univariate analysis r2latexUniv(myData[,c(3,9:18,22)]) ### Bivariate analysis r2latexBiv(myData[,22]~myData[,c(3,9:18)])

  20. Questions? genolini@u-paris10.fr

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend