85192/error-effect-plot-model-illiteracy-could-function-effect-plot
Hi Guys,
I am trying to use the effect_plot() function in my r program. But it is showing me the below error.
$ effect_plot(model, pred = "Illiteracy") Error in effect_plot(model, pred = "Illiteracy") : could not find function "effect_plot"
Hi@akhtar,
I think you don't have jtools package installed in your system. Before using this function you need to install jtools package in your system. You can use the below command.
$ install.packages('jtools') WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding: https://cran.rstudio.com/bin/windows/Rtools/ Installing package into ‘C:/Users/Nadeem Akhter/Documents/R/win-library/4.0’ (as ‘lib’ is unspecified) also installing the dependency ‘pander’ trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.0/pander_0.6.3.zip' Content type 'application/zip' length 1581086 bytes (1.5 MB) downloaded 1.5 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.0/jtools_2.1.0.zip' Content type 'application/zip' length 2249912 bytes (2.1 MB) downloaded 2.1 MB package ‘pander’ successfully unpacked and MD5 sums checked package ‘jtools’ successfully unpacked and MD5 sums checked The downloaded binary packages are in C:\Users\Nadeem Akhter\AppData\Local\Temp\Rtmpa2D4Kj\downloaded_packages
Make sure you’ve installed the package purr ...READ MORE
I'm trying to web scrap a page ...READ MORE
If you encounter an error stating "'some.function' ...READ MORE
Yes, Just like @Maverik said, It happens ...READ MORE
Its a small spelling mistake that you've ...READ MORE
Include this line in the code: Library(shinydashboard) READ MORE
Correct the function name. dashboardSidebar() READ MORE
The error means you’re missing out on ...READ MORE
Hi@akhtar, You have to install ggplot module in ...READ MORE
Description Windows & Linux Mac Clear console Ctrl+L ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.