R/surveygraph.R

#' surveygraph: network representations of attitudes
#'
#' This page is a work in progress.
#'
#' The surveygraph package functions can be summarised as follows.
#'
#' @section reading functions:
#' The reading functions import survey datasets to R so they can be 
#' passed to C++ routines. A bunch of file formats need to be accounted for.
#'
#' @section network generating functions:
#' The network functions are implemented in C++.
#'
#' @docType package
#' @name surveygraph
#' @importFrom stats runif
#' @importFrom stats rpois
#' @useDynLib surveygraph
NULL

Try the surveygraph package in your browser

Any scripts or data that you put into this service are public.

surveygraph documentation built on June 22, 2024, 9:19 a.m.