主要内容

DoubleResponseData

Data being used as output to model for fitting

    Description

    Y = DoubleResponseData(R, TestNumber) returns an array containing the response data used for fitting the model R. You can optionally specify a test number with TestNumber.

    Input Arguments

    collapse all

    Response model whose alternative response models you want to compare, specified as an mbcmodel.response object, mbcmodel.hierarchicalresponse object, or mbcmodel.localresponse object.

    Test number, specified as a real positive integer. This argument is optional.

    Output Arguments

    collapse all

    Response data used for fitting the model, returned as a vector.

    Data Types: double

    Version History

    Introduced before R2006a