We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
require("nlme") require("papeR") data(Orthodont, package = "nlme") test = function(type) { a1 = Orthodont print(summary(a1)) ## Get summary for continuous variables (tab1 <- summarize(a1, type = type)) } test("factor") ## Error in mySapply(data[, variables], is.factor) : object 'a1' not found test("numeric") ## Error in summarize_numeric(data = a1) : object 'a1' not found
(spotted by Douglas Ezra Morrison)
The text was updated successfully, but these errors were encountered:
5869382
hofnerb
No branches or pull requests
(spotted by Douglas Ezra Morrison)
The text was updated successfully, but these errors were encountered: