require(knitr)
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

1- Pour installer KefiR

# Sélectionner le package tar.gz de façon manuelle

  #install.packages(file.choose(), repos = NULL, type="source")
  # install.packages(c("lmtest","plot3D", "rgl", "plotly", "igraph", "plot3Drgl", "htmlwidgets", "WRS2", "agricolae", "fda.usc", "lawstat","onewaytests", "vioplot"))
#install.packages(file.choose(), repos = NULL, type="source")

library(KefiR)

Voici comment utiliser la commande corrigraph :

data(swiss)
corrigraph(swiss)


Antoine-Masse/KefiR documentation built on July 4, 2024, 11:40 a.m.