getqofz,NetResponseModel-method {netresponse}R Documentation

Sample-to-response matrix of probabilities P(r|s).

Description

Retrieve P(r|s) from NetResponseModel model.

Usage

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


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


[Package netresponse version 1.48.0 Index]