Sfoglia il codice sorgente

gin commit from PC151FJ2

Modified files: 1
Regimantas Jurkus 1 anno fa
parent
commit
5487b03b19

+ 2 - 2
unittest/causality/granger/pairwise_spectral_granger/README.md

@@ -35,8 +35,8 @@ This folder contains the data used for the spectral Granger causality (GC) unit
         `python generate_test_data.py`
 
 #### grangers_estimate.R
-* Download and install [R and R-Studio](https://posit.co/download/rstudio-desktop/)
-* Install the required packages within the R-studio terminal:  
+* Download and install [R and RStudio](https://posit.co/download/rstudio-desktop/)
+* Install the required packages within the RStudio console:  
         `install.packages(c("RcppCNPy", "grangers"))`
 * Navigate to the `scripts/` folder
 * Run `grangers_estimate.R` interactively