print.dnc: Print 'dnc' object

Description Usage Arguments Examples

View source: R/DNCRPackageRCode.R

Description

Print description of a dnc object.

Usage

1
2
## S3 method for class 'dnc'
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

1
2
3
4
5
6
  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)

dnc documentation built on May 29, 2017, 10:56 a.m.