-
Notifications
You must be signed in to change notification settings - Fork 136
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
plot tab for linear regression #211
Comments
I'm not able to reproduce this issue. See the screenshot below. Can you try upgrading to the latest version of the radiant packages using the command below and try again? If you can share a state file (save icon in navbar) then I can try to reproduce your settings exactly. options(repos = c(RSM = "https://radiant-rstats.github.io/minicran", CRAN = "https://cloud.r-project.org"))
install.packages("remotes")
remotes::install_github("radiant-rstats/radiant.update", upgrade = "never")
radiant.update::radiant.update() |
Please find the state file attached. Interestingly some students in the class did not have this issue but some others had this issue. They all installed Radiant at around the same time (last 10 days of August). After running your code I still face the same error. |
Sorry but I don't know how to do that. |
Just run that code mentioned in Rstudio (console) and copy-and-paste results back here. |
Can you update to the latest version of the |
In the diamonds dataset, I regress price on x. After that I go to the plot tab. I choose scatter plot but it gives me this error:
Interestingly, if I choose two explanatory variabels, it makes the plot:
The text was updated successfully, but these errors were encountered: