Convert a Row-wise Self-Report Matrix to a CSS Matrix with Missing Observations
转换为逐行自我报告的一个CSS矩阵的矩阵与缺失观察
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a matrix in which the ith row corresponds to i's reported relations, sr2css creates a graph stack in which each element represents a CSS slice with missing observations.
给定一个矩阵,其中的第i行对应于我的报告关系,sr2css创建一个图形堆栈中的每个元素都表示一个CSS缺失的观测资料片。
用法----------Usage----------
sr2css(net)
参数----------Arguments----------
参数:net
an adjacency matrix.
邻接矩阵。
Details
详细信息----------Details----------
A cognitive social structure (CSS) is an nxnxn array in which the ith matrix corresponds to the ith actor's perception of the entire network. Here, we take a conventional self-report data structure and put it in CSS format for routines (such as bbnam) which require this.
甲认知社会结构(CSS)的是一个nxnxn的阵列,其中第i个矩阵对应的第i个演员的整个网络的感知。在这里,我们采取传统的自我报告的数据结构,并把它放在CSS格式的例程(如bbnam),要求这一点。
值----------Value----------
An array (graph stack) containing the CSS
含有的CSS的阵列(图堆栈)
注意----------Note----------
A row-wise self-report matrix doesn't contain a great deal of data, and the data in question is certainly not an ignorable sample of the individual's CSS for most purposes. The provision of this routine should not be perceived as license to substitute SR for CSS data at will.
一排明智的自我报告的矩阵不包含大量的数据,有问题的数据是个人的CSS大多数的目的肯定不是一个忽略不计的样品。这个程序的规定不应该被视为许可证来代替CSS数据意志的SR。
(作者)----------Author(s)----------
Carter T. Butts <a href="mailto:buttsc@uci.edu">buttsc@uci.edu</a>