Learn R Programming

dnc (version 1.2)

print.dnc: Print dnc object

Description

Print description of a dnc object.

Usage

"print"(x,printDens=FALSE,...)

Arguments

x
A dnc class object.
printDens
Logical. Should the density of the network at each time point be computed and printed?
...
additional optional arguments.

Examples

Run this code
  data(friendship)
  set.seed(123)
  dncObj <- dnc(friendship,M=4,p=3,method="Gibbs",
                controls=list(nDraws=250,burnin=50,
                              MaxItStg2=25,epsilonStg2=1e-15))
  print(dncObj)

Run the code above in your browser using DataLab