Learn R Programming

sivipm (version 1.1-4.2)

polyX-class: Class "polyX"

Description

An S4 class container for a transformed dataset of inputs and its polynomial description.

Arguments

Slots

dataX.exp

Transformed X-inputs. A data.frame. The variables are the result of the calculation of the monomials of a polynomial on raw X-inputs.

Pindic

Object of class '>poly.

Objects from the Class

Objects from this class are created by "new" or by the functions vect2polyX, vect2polyXT, crpolyX, crpolyXT

Methods

  • summary, print, show: display functions. print has an optional argument, all=FALSE. When it is set to TRUE, all the monomes are displayed. Otherwise, only the polynomial degree, the number of monomials, the number of variables and the number of observations.

  • bind: bind several polyX objects. See bind.polyX