README.md

An R Package for Trivial Two-Dimensional Regression by Direct Constant or Linear Interpolation from the Data.

Travis CI Build Status

Introduction

This package provides methods for fitting models which are direct (linear or constant) interpolation from data.

Installation

You can install the package directly from GitHub by using the package devtools as follows:

library(devtools)
install_github("thomasWeise/regressoR.direct")

If devtools is not yet installed on your machine, you need to FIRST do

install.packages("devtools")

License

The copyright holder of this package is Prof. Dr. Thomas Weise (see Contact). The package is licensed under the GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007.

Contact

If you have any questions or suggestions, please contact Prof. Dr. Thomas Weise of the Institute of Applied Optimization at Hefei University in Hefei, Anhui, China via email to tweise@hfuu.edu.cn.



thomasWeise/regressoR.direct documentation built on May 17, 2019, 7:58 a.m.