Welcome to the repository for the Statistics Tutorial. This resource is designed to provide a practical foundation in statistical analysis applied to science and research using R.
Bienvenido al repositorio del Tutorial de Estadística. Este recurso está diseñado para proporcionar una base práctica en el análisis estadístico aplicado a las ciencia y la investigación utilizando R.
To follow this course, you need to install two main components: the R language and the RStudio interface.
Para seguir este curso, es necesario instalar dos componentes principales: el lenguaje R y la interfaz RStudio.
- English: Go to CRAN, choose your operating system (Windows, macOS, or Linux), and download the latest version.
- Español: Ve a CRAN, elige tu sistema operativo (Windows, macOS o Linux) y descarga la versión más reciente.
- English: Download RStudio Desktop (Free) from the Posit website.
- Español: Descarga RStudio Desktop (Gratis) desde la página oficial de Posit.
Note: You must install R before RStudio. / Nota: Debes instalar R antes que RStudio.
If you are not familiar with Git or GitHub, the easiest way to get all the materials is by downloading a ZIP file.
Si no estás familiarizado con Git o GitHub, la forma más sencilla de obtener todos los materiales es descargando un archivo ZIP.
- Go to the main page of this repository: https://github.com/arubio2/Statistics.
- Click the green "<> Code" button located at the top right.
- Select "Download ZIP".
- Unzip the file on your computer and open the
.Rprojfile (if available) or the scripts to start.
- Ve a la página principal del repositorio: https://github.com/arubio2/Statistics.
- Haz clic en el botón verde "<> Code" situado en la parte superior derecha.
- Selecciona "Download ZIP".
- Descomprime el archivo en tu ordenador y abre el archivo
.Rproj(si está disponible) o los scripts para comenzar.
This repository includes / Este repositorio incluye:
- Scripts: R files with step-by-step code. / Archivos de R con código paso a paso.
- Data: Datasets for practice. / Conjuntos de datos para practicar.
- Docs: Additional theoretical explanations. / Explicaciones teóricas adicionales.