score: Network score

View source: R/network.R

scoreR Documentation

Network score

Description

Accessor for the score from a node or network

Usage

score(x,...)

## S3 method for class 'node'
    score(x,...)
## S3 method for class 'network'
 score(x,...)

Arguments

x

an object of class node or network.

...

additional arguments for specific methods.

Value

For networks, the log network score is returned. For nodes, the contribution to the log network score is returned.

Author(s)

Susanne Gammelgaard Bottcher,
Claus Dethlefsen rpackage.deal@gmail.com.


deal documentation built on Nov. 10, 2022, 5:30 p.m.

Related to score in deal...