Coder Social home page Coder Social logo

rsm's Introduction

R package rsm: Response-surface methods and visualization

Build Status cran version downloads total downloads Research software impact

Features

  • Response-surface methods have to do with conducting a series of small experiments to find the optimum operating conditions for a process. The rsm package provides tools for designing response-surface experiments, analyzing the results, finding promising new settings for future experiments, and visualization of fitted response surfaces.
  • The package has three vignettes that will help orient the first-time user. An overview of the package -- also available via vignette("rsm", package = "rsm") describes all of its functionality. A tutorial -- also available via vignette("rs-illus", package = "rsm") -- gives an illustration of how the package is used. And one on rsm's plotting capabilities -- also available via vignette("rsm-plots", package = "rsm") -- shows how to construct contour, image, or perspective plots.
  • Includes support for a coded-data structure, important for expressing the design layout relative to a central location.
  • Standard first- and second-order designs may be generated and appropriately randomized.
  • Facilities are provided for augmenting a design -- for example, adding a foldover block or a set of axis points.
  • The rsm function is a special extension of lm that facilitates fitting and evaluating first- and second-order models. Special functions FO(), SO(), PQ(), and TWI() are used to generate first-order, second-order, pure quadratic, and two-way-interaction predictors for a model.
  • Functions such as steepest() allow for finding follow-up experiments in terms of coded or decoded predictors.
  • Graphical tools are provided for creating contour and other plots -- not just for rsm objects, abut for any lm object with continuous predictors.

Installation

  • To install latest version from CRAN, run
install.packages("rsm")

Release notes for the latest CRAN version are found at http://cran.r-project.org/web/packages/rsm/NEWS -- or do news(package = "rsm") for notes on the version you have installed.

  • To install the latest development version from Github, have the newest devtools package installed, then run
devtools::install_github("rvlenth/rsm", dependencies = TRUE)

For latest release notes on this development version, see the NEWS file

rsm's People

Contributors

rvlenth avatar pasturm avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.