Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wnarifin/medicalstats-in-r

Sharing of codes for common analyses in medical statistics using R
https://github.com/wnarifin/medicalstats-in-r

medical statistics

Last synced: about 8 hours ago
JSON representation

Sharing of codes for common analyses in medical statistics using R

Awesome Lists containing this project

README

        

# Medical statistics in R
In this repository, I share a number of R scripts that I usually use for statistical analyses in medical statistics.

The the R scripts and their descriptions are listed below. Each of the scripts are well commented, there shouldn't be any problem to follow the steps in the scripts.

Name | Description
-- | --
data/ | Data folder
functions/ | Contains a number of useful custom made functions
cfa.R | Confirmatory factor analysis
corr.R | Correlations
datamx.R | Data management
efa.R | Exploratory factor analysis
explore.R | Exploratory data analysis
intro.R | Getting started with R
irt_2PL.R | Item Response Theory Analysis: 2-Parameter Logistic
linear.R | Linear regression
mean.R | Comparing means
plot.R | Draw path diagrams without data
poisson.R | Poisson Regression
prop.R | Comparing proportions
sem.R | Structural Equation Modeling (Basics)