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_v3 documentation built on Aug. 22, 2022, 1:49 a.m.