Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
compute_stats_sender <- function(effects, edgelist, actors, weights, covariates, interactions, memory, memory_value, scaling, start, stop, method, display_progress) {
.Call(`_remstats_compute_stats_sender`, effects, edgelist, actors, weights, covariates, interactions, memory, memory_value, scaling, start, stop, method, display_progress)
}
compute_stats_receiver <- function(effects, edgelist, actors, weights, covariates, interactions, memory, memory_value, scaling, start, stop, method, display_progress) {
.Call(`_remstats_compute_stats_receiver`, effects, edgelist, actors, weights, covariates, interactions, memory, memory_value, scaling, start, stop, method, display_progress)
}
get_riskset <- function(actorID, typeID, directed) {
.Call(`_remstats_get_riskset`, actorID, typeID, directed)
}
convert_to_risksetMatrix <- function(riskset, N, C) {
.Call(`_remstats_convert_to_risksetMatrix`, riskset, N, C)
}
calculate_inertia <- function(edgelist, weights, risksetMatrix, memory, memory_value, start, stop, display_progress, method) {
.Call(`_remstats_calculate_inertia`, edgelist, weights, risksetMatrix, memory, memory_value, start, stop, display_progress, method)
}
compute_stats_tie <- function(effects, edgelist, riskset, risksetMatrix, inertia, covariates, interactions, memory, memory_value, scaling, consider_type, start, stop, directed, display_progress, method) {
.Call(`_remstats_compute_stats_tie`, effects, edgelist, riskset, risksetMatrix, inertia, covariates, interactions, memory, memory_value, scaling, consider_type, start, stop, directed, display_progress, method)
}
combine_stats <- function(array_list, keep_list) {
.Call(`_remstats_combine_stats`, array_list, keep_list)
}
# Register entry points for exported C++ functions
methods::setLoadAction(function(ns) {
.Call(`_remstats_RcppExport_registerCCallable`)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.