regInterval: Regression for Interval

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/regInterval.R

Description

Builds a regression of a set of interval based on the centroids of each interval

Usage

1
regInterval(dados, headersMin, headersMax)

Arguments

dados

It's an table data that contains the information which the regression will be used

headersMin

Header of the columns associated with the inferior boundaries of intervals that will be used in regression

headersMax

Header of the columns associated with the superior boundaries of intervals that will be used in regression

Details

The header of which interval must be in the same order in headerMin and headerMax

Value

The regression of the interval

Author(s)

Ricardo Jorge de Almeida Queiroz Filho <rjaqfcin@gmail.com>, Roberta Andrade de Araujo Fagundes <raaf@cin.ufpe.br>

See Also

table

Examples

1
2
3
4
Dados =data(mushroom)
vetormin = c("xmin","ymin","zmin")
vetormax = c("xmax","ymax","zmax")
a= regInterval (mushroom,vetormin,vetormax)

ISDA.R documentation built on May 31, 2017, 5:18 a.m.