How to install my favorite R package and run the functions inside Exploratory?

There are more than 10,000 R packages on CRAN and hundreds of statistical and machine learning algorithms available. Here’s an example of how you can install your preferred package, write a custom R function, then call it in the command line mode, all in Exploratory.

This is example installs the ‘psych’ package and calls ‘alpha’ function, which is to estimate Cronbach’s coefficient.

1 Like

Looks like the link needs to be updated, here is my attempt: https://docs.exploratory.io/extend-with-r/r_script

1 Like

Thank you, Stephanie for pointing it out!

1 Like