knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
RO-Statictics un paquete de software gráfico para realizar métodos estadísticos básicos para universitarios desarrollado por el PADLAB de la Universidad Catolica de Cuenca
Características:
Abrir RStudio e instalar remotes con el comando:
install.packages("remotes")
Iniciar Remotes e instalar la versión inicial con los siguientes comandos:
library(remotes) remotes::install_github("PAD-LAB/Ro-Statistics")
Este ejemplo básico muestra como correr el paquete:
library(RoStatistics) run_app() ## basic example code
Versión en desarrollo, se podrían presentar algunos problemas.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.