getqofz-NetResponseModel-method: Sample-to-response matrix of probabilities P(r|s).

Description Usage Arguments Details Value Author(s) References Examples

Description

Retrieve P(r|s) from NetResponseModel model.

Usage

1
getqofz(model, subnet.id, log = FALSE)

Arguments

model

NetResponseModel object.

subnet.id

Subnetwork to investigate.

log

Output in log probabilities.

Details

Calculates probability density for each response on a given sample based on the estimated Gaussian mixture model.

Value

Samples x responses matrix. Each entry is a probability P(r|s).

Author(s)

Leo Lahti leo.lahti@iki.fi

References

See citation('netresponse').

Examples

1
# qofz <- getqofz(model, subnet.id, log = FALSE)

netresponse documentation built on Nov. 8, 2020, 5:04 p.m.