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

Introduction

ccaR is a package ...

Installation

You can download-install the package from github and load the library:

#devtools::install_github('thdiakon/ccaR')
library(ccaR)

A case study

This is a simple example of implementation of the code for the ccaR package.

DATASET<-read.csv(system.file('extdata','miyazaki2017CCA.csv', package = 'ccaR') ,sep = ";")
t<-cca(DATASET)
#View(t)

References



thdiakon/ccaR documentation built on Sept. 4, 2022, 10:54 p.m.