Prints basic information and statistics from a netdx
object.
# S3 method for netdx
print(x, digits = 3, ...)
an object of class netdx
number of digits to print in statistics tables
additional arguments (currently ignored)
Given a netdx
object, print.netdx
prints the diagnostic method
(static/dynamic), number of simulations, and (if dynamic) the number of time
steps per simulation used in generating the netdx
object, as well as
printing the formation statistics table and (if present) the duration and
dissolution statistics tables. The statistics tables are interpreted as
follows.
Each row has the name of a particular network statistic. In the formation
table, these correspond to actual network statistics in the obvious way.
In the duration and dissolution tables, these correspond to dissolution
model dyad types: in a homogeneous dissolution model, all dyads are of the
edges
type; in a heterogeneous dissolution model, a dyad with a
nonzero nodematch
or nodemix
change statistic in the
dissolution model has type equal to that statistic, and has type equal to
edges
otherwise. The statistics of interest for the duration and
dissolution tables are, respectively, the mean age of extant edges and the
edge dissolution rate, broken down by dissolution model dyad type. (The
current convention is to treat the mean age and dissolution rate for a
particular dissolution dyad type as 0 on time steps with no edges of that
type; this behavior may be changed in the future.)
The columns are named Target
, Sim Mean
, Pct Diff
, and
Sim SD
. For the formation table, Sim Mean
refers to the mean
statistic value and Sim SD
refers to the standard deviation in the
statistic value, across all time steps in all simulations in the dynamic
case, and across all sampled networks in the static case. For the duration
and dissolution tables, Sim Mean
refers to the mean across
simulations of the mean across time steps within simulation, and
Sim SD
refers to the standard deviation across simulations of the
mean across time steps within simulation, for the age and dissolution
statistics defined above. The Target
column
indicates the target value (if present) for the network statistic, mean edge
age, or edge dissolution rate, and the Pct Diff
column gives
(Sim Mean - Target)/Target
when Target
is present.