| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| workshops:eusn22:start [2022/09/06 16:20] – [Materials] aleszib | workshops:eusn22:start [2022/09/10 22:24] (current) – [Critical] aleszib |
|---|
| * {{ :workshops:eusn22:sharedfiles:matjasic2020.pdf |Tutorial to blockmodeling R package}} | * {{ :workshops:eusn22:sharedfiles:matjasic2020.pdf |Tutorial to blockmodeling R package}} |
| * {{ :workshops:eusn22:sharedfiles:networks_description.pdf|Description of networks}} available in the file "Data and code" | * {{ :workshops:eusn22:sharedfiles:networks_description.pdf|Description of networks}} available in the file "Data and code" |
| * {{:workshops:eusn22:sharedfiles:sar_texas_ex.html |Main script with comments that will be used in the workshop}} | * {{:workshops:eusn22:sharedfiles:sar_texas_ex.html |Main script with comments that will be used in the workshop}}, [[http://www2.arnes.si/~aziber4/eusn22/SAR_texas_ex.html|Main script with comments that will be used in the workshop - external server, images showing without problems]] |
| * {{ :workshops:eusn22:sharedfiles:dataandcode.zip |Data and code (Zip file)}} | * {{ :workshops:eusn22:sharedfiles:dataandcode.zip |Data and code (Zip file)}} |
| * {{ :workshops:eusn22:sharedfiles:further_reading.pdf |Additional reading material}} | * {{ :workshops:eusn22:sharedfiles:further_reading.pdf |Additional reading material}} |
| ==== Critical ==== | ==== Critical ==== |
| * Working R environment (I recommend R Studio, but essentially anything you are familiar with) with fairly recent R (4.0.2 and later are ok, but the exact version is not important, more recent is better) | * Working R environment (I recommend R Studio, but essentially anything you are familiar with) with fairly recent R (4.0.2 and later are ok, but the exact version is not important, more recent is better) |
| * The package ''[[https://cran.r-project.org/web/packages/blockmodeling/index.html|blockmodeling]]'', preferably version 1.1.3 from [[https://cran.r-project.org/web/packages/blockmodeling/|CRAN]]. The most recent (but sometimes testing) version is also available on [[https://r-forge.r-project.org/R/?group_id=203|R-forge]].\\ Can be installed using ''install.packages("blockmodeling")'' | * The package ''[[https://cran.r-project.org/web/packages/blockmodeling/index.html|blockmodeling]]'': |
| | * Preferably version 1.1.3.9000 from [[https://r-forge.r-project.org/R/?group_id=203|R-forge]], which can be installed using ''install.packages("blockmodeling", repos="http://R-Forge.R-project.org")''. Warning: [[https://r-forge.r-project.org/R/?group_id=203|R-forge]] always contains the latest versions, but they are sometimes not sufficiently tested. |
| | * Almost as good version 1.1.3 [[https://cran.r-project.org/web/packages/blockmodeling/|CRAN]], which can be installed using ''install.packages("blockmodeling")'' |
| ==== Very useful ==== | ==== Very useful ==== |
| * The packages that blockmodeling package suggest - ''sna'', ''doRNG'', ''doParallel'', ''foreach''.\\ Can be installed using: ''install.packages(c("sna", "doRNG", "doParallel", "foreach"))'' | * The packages that blockmodeling package suggest - ''sna'', ''doRNG'', ''doParallel'', ''foreach''.\\ Can be installed using: ''install.packages(c("sna", "doRNG", "doParallel", "foreach"))'' |