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

Help for R -- Error in FUN(X[[i]], ...) : object 'descr' not found #4

Open
gsebehat opened this issue Nov 1, 2018 · 0 comments
Open

Comments

@gsebehat
Copy link

gsebehat commented Nov 1, 2018

Hello,

I am working on my project in RStudio using Rmarkdown and I got the following error:
Error in FUN(X[[i]], ...) : object 'descr' not found
A due date will be today. Please help!
Here is the code:

# First save the results
dataset_stats_by_Grade <- by(data = dataset, INDICES = dataset$Grade, 
                    FUN = descr, stats = c("mean", "sd", "min", "med", "max"),transpose = TRUE)

# Then use view(), like so:
View(dataset_stats_by_Grade, method = "pander", style = "rmarkdown")
When I run, I found the following error:
Error in FUN(X[[i]], ...) : object 'descr' not found 

Thanks!!
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