forked from ngopal/Statistical-Analysis-Functions
-
Notifications
You must be signed in to change notification settings - Fork 0
A set of R scripts that perform certain statistical analyses, wrapped up into a function that can be called on the commandline. Currently performs PCA, K-means, and hierarchical clustering using tab-delimited input with a header row
fionakim/Statistical-Analysis-Functions
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a general wrapper that performs a few statistical analysis tests on tab-delimited files with a header. It is meant to run on unix environments. The statistical tests currently performed are: -PCA -Kmeans Clustering -Hierarchical Clustering There are additional scripts in the package which aren't used by default because they require special R packages to be downloaded. The plots are output into PDF files in the CWD. The warnings and interim data structures are printed to STDOUT. -Nikhil
About
A set of R scripts that perform certain statistical analyses, wrapped up into a function that can be called on the commandline. Currently performs PCA, K-means, and hierarchical clustering using tab-delimited input with a header row
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- R 95.3%
- Shell 4.7%