Learn R Programming

netresponse (version 1.32.2)

getqofz,NetResponseModel-method: 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.

Value

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

Details

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

References

See citation("netresponse").

Examples

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

Run the code above in your browser using DataLab