Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.39 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.39 KB

AnxietySleep

CRAN status R-CMD-check Lifecycle: stable

This R package contains data to facilitate the exploration and reproducibility of the analyses carried out for the study of Anxiety and Confinement conducted by Caren Alvarado-Aravena, Matías Castillo-Aguilar and Cristian Núñez-Espinosa.

About

R is a high-level statistical programming language used for data analysis, as well as for the development of software tools such as web sites, reports, applications, digital books, etc. For more information you can visit the R-project website.

Installation

To install the latest stable version from CRAN you may use the following:

install.packages("AnxietySleep")

To install the latest development version, you can type in your R console the following:

# install.packages("devtools")
devtools::install_github("NIM-ACh/AnxietySleep")