Dmisc
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Miscellaneous functions that I want
Dmisc
==========

The `Dmisc` package provides functions that don't fit elsewhere that I want.  A quick overview of what you will find in the package so far:

* getargs - Grabs the function arguments ignoring those set by defaults.
* goldenratiocolors -      Choose n colors using the golden ratio
* holm - Transform p-values based on Holm's method
* holtwinters -             Holt winters smoothing no seasonality
* linfinder -               Finds linear combinations
* lsos -                   Improved list of objects
* sinkReset - Resets any connections from sink
* shadeplot -              Shade a section of a pdf
* traintest -              Create training/testing sets
* unfactor -               Change factors to characters
    
## Installation

Currently there isn't a release on [CRAN](http://cran.r-project.org/).

You can, however, download the [zip ball](https://github.com/Dasonk/Dmisc/zipball/master) or [tar ball](https://github.com/Dasonk/Dmisc/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:

```r
## Make sure your current packages are up to date
update.packages()
## devtools is required
library(devtools)
install_github("Dmisc", "Dasonk")
```

## Naming Convention

This package uses camelCase as its naming convention

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。