sna-internal {sna}R Documentation

Internal sna Functions

Description

Internal sna functions.

Usage

as.sociomatrix.sna(x, attrname=NULL, simplify=TRUE, force.bipartite=FALSE)
as.edgelist.sna(x, attrname = NULL, as.digraph = TRUE, 
    suppress.diag = FALSE, force.bipartite = FALSE) 
bbnam.jntlik(dat, log=FALSE, ...)
bbnam.jntlik.slice(s, dat, a, em, ep, log=FALSE)
bbnam.probtie(dat, i, j, npriorij, em, ep)
logMean(x)
logSub(x, y)
logSum(x)

Details

These are not to be called by the end user.


[Package sna version 2.0-1 Index]