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

plot tab for linear regression #211

Open
koushr89 opened this issue Sep 20, 2023 · 6 comments
Open

plot tab for linear regression #211

koushr89 opened this issue Sep 20, 2023 · 6 comments

Comments

@koushr89
Copy link

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:

image

Interestingly, if I choose two explanatory variabels, it makes the plot:

image

@vnijs
Copy link
Contributor

vnijs commented Sep 21, 2023

I'm not able to reproduce this issue. See the screenshot below.

image

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()

@koushr89
Copy link
Author

plot.state.zip

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.

@vnijs
Copy link
Contributor

vnijs commented Sep 23, 2023

Very odd. I still can't reproduce using your state file.

image

Can you share the output from

devtools::session_info()

@koushr89
Copy link
Author

Sorry but I don't know how to do that.

@vnijs
Copy link
Contributor

vnijs commented Sep 24, 2023

Just run that code mentioned in Rstudio (console) and copy-and-paste results back here.

@vnijs
Copy link
Contributor

vnijs commented Dec 19, 2023

Can you update to the latest version of the radiant.data package and report if you still see this issue?

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

2 participants