Skip to content
/ fss Public

R package that provides various statistical tests just using sample statistics

License

Notifications You must be signed in to change notification settings

Dasonk/fss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fss

R package that provides various statistical tests just using sample statistics.

Installation

Currently there isn't a release on CRAN.

You can, however, download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the devtools package to install the development version:

## Make sure your current packages are up to date
update.packages()
## devtools is required
library(devtools)
install_github("Dasonk/fss")

Note: Windows users need Rtools and devtools to install this way.

Contact

You are welcome to:

About

R package that provides various statistical tests just using sample statistics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages