README.md

Autostats

Overview

The goal of autostats is to help you perform basics medical statistics from a dataframe, such as :

  1. Table 1 : percentage, median, mean and statistical test between groups (khi2, Fisher, student)
  2. Logistic regression : with automated multivariate variable selection

Installation

# The package is only available from github :
# install.packages("devtools")
devtools::install_github("TanguyPerennec/Autostats")

Getting started

library(autostats)

Autostats functions are :

Related work

Autostats will be used in an simulation project of multivariate logistic regression selection so as to provide a better understanding of multivariate selection process.



TanguyPerennec/Autostats documentation built on Dec. 13, 2020, 10:43 a.m.