主要内容

Correlation

Correlation matrix for linear model parameters

    Description

    stats = Correlation(linearmodel) calculates the correlation matrix for the linear model parameters.

    example

    Examples

    collapse all

    Calculate correlation of knot linear model.

    Stats = Correlation(knot_model)

    Input Arguments

    collapse all

    Linear model whose correlation is being calculated, specified as a mbcmodel.linearmodel object.

    Output Arguments

    collapse all

    Correlation of linear model, specified as a matrix.

    Version History

    Introduced in R2007a