oclo: Order Constrained Linear Optimization

Description Usage Arguments Examples

View source: R/oclo.R

Description

This function allows you to do silly things.

Usage

1
oclo(x, ...)

Arguments

blah

does blah things

Examples

1
2
3
4
5
6
7
# Generate some data
n <- 25
x1 <- rnorm(n)
x2 <- nrorm(n)
y <- 10 + 5*x1 + 2*x2 + rnorm(n)

fit.oclo <- oclo(y~x1+x2)

joetidwell/OCLO documentation built on May 19, 2019, 3:01 p.m.