Learn R Programming

PFIM (version 5.0)

Response-class: Class "Response"

Description

Class Response represents a structural model.

Arguments

Objects from the class

Response objects are typically created by calls to Response and contain the following slots model_error = g(sigma_inter, sigma_slope , f(x, theta)), this part is considered in class ModelError. There are different possibilities to calculate g.

Slots for <code>Response</code> objects

name:

A character string giving the name for model error.

model_error:

An object model_error from the Class ModelError

.