Learn R Programming

missSBM (version 0.3.0)

dyadSampling_fit: Class for fitting a dyad sampling

Description

Class for fitting a dyad sampling

Class for fitting a dyad sampling

Arguments

Active bindings

vExpec

variational expectation of the sampling

Methods

Public methods

Method new()

constructor

Usage

dyadSampling_fit$new(partlyObservedNetwork, ...)

Arguments

partlyObservedNetwork

a object with class partlyObservedNetwork representing the observed data with possibly missing entries

...

used for compatibility

Method clone()

The objects of this class are cloneable with this method.

Usage

dyadSampling_fit$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.