The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

segRDA

SegRDA provide functions for performing a piecewise redundancy analysis. This package is designed for (1) ordering the target data, (2) identifying the breakpoints using a spli-moving analysis and (3) performing a piecewise regression.

Installation

Either install from CRAN, or directly from GitHub using the code below. Note that GitHub is the development version of the package, which may or may not differ from what’s on CRAN.

# fom CRAN
install.packages("segRDA")
# fom GitHub
# install.packages("devtools")
install_github("DaniloCVieira/segRDA")
library("segRDA")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.