Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test case error (test_linreg_ref_class.R) #21

Open
obiii opened this issue Sep 23, 2018 · 0 comments
Open

Test case error (test_linreg_ref_class.R) #21

obiii opened this issue Sep 23, 2018 · 0 comments

Comments

@obiii
Copy link

obiii commented Sep 23, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant