Skip to content

Test case error (test_linreg_ref_class.R) #21

Description

@obiii

print = function(){ cat("Call:\n") cat("linreg(formula = ",as.character(formula[2])," ~ ",as.character(formula[3])," ,data = ",dfname,")") prdf <- as.data.frame(t(regCoefficients)) colnames(prdf) <-formulaNames cat("\n\nCoefficients:\n") print.data.frame(as.data.frame(prdf),row.names = FALSE) }

The test case test_linreg_ref_class.R for print fails even though the print function is working fine exactly same output as from lm model)

Please see the image below:

error

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