initialize-SAuR_data-method: Create an instance of the 'SAuR_data' class using...

Description Usage Arguments Author(s)

Description

Create an instance of the SAuR_data class using new/initialize.

Usage

1
2
3
4
5
6
7
8
9
## S4 method for signature 'SAuR_data'
initialize(
  .Object,
  Y = matrix(),
  X = matrix(),
  n = numeric(),
  p = numeric(),
  G = numeric()
)

Arguments

.Object

Prototype object from the class SAuR_data.

Y

A data.frame object whose only column provides the data for the model's output.

X

A data.frame object whose columns provide the data for the model's inputs.

n

A length-one numeric vector representing the number of data points.

p

A length-one numeric vector representing the number of inputs.

G

A length-one numeric vector representing the number of outputs.

Author(s)

Sergio Venturini sergio.venturini@unito.it


sergioventurini/SAuR documentation built on Dec. 8, 2019, 5:20 p.m.