Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.59 KB

README.md

File metadata and controls

52 lines (41 loc) · 1.59 KB

GmrcShinyStats

GMRC Shiny Stats permet de faire facilement des analyses statistiques sans coder.


How to install and run GmrcShinyStats

if(!require(devtools)){install.packages("devtools")}
devtools::install_github("jgodet/gmrcfun")
devtools::install_github("jgodet/GmrcShinyStats")
require(gmrcfun)
require(GmrcShinyStats)
GO()

Alternative way

if(!require(devtools)){install.packages("devtools")}
devtools::install_github("jgodet/gmrcfun")
devtools::install_github("jgodet/GmrcShinyStats", INSTALL_opts = c('--no-lock'))
require(gmrcfun)
require(GmrcShinyStats)
GO()

Once installed, anytime you want to run GmrcShinyStats - just type the two last lines

require(shiny)
GO()

Citation

Thibaut Fabacher, Michael Schaeffer, Nicolas Tuzin, François Séverac, François Lefebvre, Marie Mielcarek, Erik-André Sauleau, Nicolas Meyer, Julien Godet. Biostatistiques médicales avec GMRC Shiny Stats - un outil de formation par la pratique, Annales Pharmaceutiques Françaises,2020. ISSN 0003-4509, https://doi.org/10.1016/j.pharma.2020.06.001.


License

This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.

A copy of the GNU General Public License, version 3, is available at https://www.r-project.org/Licenses/GPL-3