Skip to content

predict and residuals have odd behavior #403

@lmiratrix

Description

@lmiratrix

Check out


dat = tibble( siteID = rep( LETTERS[1:4], each=10 ),
              X = rnorm( 40 ),
              Y = X + rnorm( 40 ) )
mod = lm_robust( Y ~ X + siteID, data=dat )
mod
predict( mod )
residuals( mod )

Should these return values?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions