FirstLevelContinuousVariationInsight: BaseFirstLevelVariationInsight & {
    magnitude: number;
    slope: number;
    type: "continuous";
    yIntercept: number;
}

Type declaration

  • magnitude: number

    R² measure of how much variation can be explained by this independent variable using a linear regression

  • slope: number

    Slope of the best-fit line

  • type: "continuous"

    The constant value 'continuous'

  • yIntercept: number

    Y-Intercept of the best-fit line