network reporting methods in R

The R package networkreporting implements the methods I develop in my dissertation, and also several related techniques.

You can download the package from CRAN by typing

install.packages("networkreporting")

at the R prompt. The most recent development version is available from the github respository.

Prof. Sadeqi of Yazd University (Iran) has developed a GUI based on RShiny to help researchers use the networkreporting package.

survey bootstrap in R

The R package surveybootstrap implements the bootstrap of Rao, Wu, and Yue, which can be used for estimating sampling distributions from survey data. Part of the code is written in C++ for speed.

You can download the package from CRAN by typing

install.packages("surveybootstrap")

at the R prompt. The most recent development version is available from the github respository.