主要内容

SingleVIF

Single VIF matrix for linear model parameters

    Description

    vif = SingleVIF(linearmodel) calculates the single Variance Inflation Factor (VIF) matrix for the linear model parameters.

    example

    Examples

    collapse all

    Calculate single VIF of knot model.

    VIF = SingleVIF(knot_model)

    Input Arguments

    collapse all

    Model object, specified as a mbcmodel.linearmodel object.

    Output Arguments

    collapse all

    Single variance inflation factor, returned as a matrix.

    Version History

    Introduced in R2007a