Learn R Programming

sparsebnUtils (version 0.0.8)

num.samples: num.samples

Description

Extracts the number of samples used to estimate the associated object.

Usage

num.samples(x)

# S3 method for sparsebnData num.samples(x)

# S3 method for sparsebnFit num.samples(x)

# S3 method for sparsebnPath num.samples(x)

Arguments

Value

Number of samples as integer.

Methods (by class)

  • sparsebnData: Extracts the number of samples of sparsebnData object.

  • sparsebnFit: Extracts the number of samples of sparsebnFit object.

  • sparsebnPath: Extracts the number of samples of sparsebnPath object.