summary.rsm: Summarizes results of Random Subgraph Model estimates.

Description Usage Arguments See Also Examples

View source: R/summary.rsm.R

Description

Returns a summary of rsm function results.

Usage

1
2
## S3 method for class 'rsm'
summary(object,...)

Arguments

object

An object of class rsm. This is assumed to be the result of function rsm.

...

Additional options for the summary function.

See Also

rsm, plot.rsm

Examples

1
2
3
data(Regions)
res <- rsm(Regions$X, Regions$sub, Klist=2:4, nbredo=1, maxit=5) 
summary(res)

Example output

Loading required package: sna
Loading required package: statnet.common

Attaching package:statnet.commonThe following object is masked frompackage:base:

    order

Loading required package: network
network: Classes for Relational Data
Version 1.16.1 created on 2020-10-06.
copyright (c) 2005, Carter T. Butts, University of California-Irvine
                    Mark S. Handcock, University of California -- Los Angeles
                    David R. Hunter, Penn State University
                    Martina Morris, University of Washington
                    Skye Bender-deMoll, University of Washington
 For citation information, type citation("network").
 Type help("network-package") to get started.

sna: Tools for Social Network Analysis
Version 2.6 created on 2020-10-5.
copyright (c) 2005, Carter T. Butts, University of California-Irvine
 For citation information, type citation("sna").
 Type help(package="sna") to get started.

Initial settings:
 30 vertices 
 2 subgraphs
 3 relations types

 The optimal number of cluster is K =  3 ; 
 with the lower bound equal:  -739.5941 

Rambo documentation built on May 2, 2019, 1:26 p.m.