Learn R Programming

MRPC (version 2.0.0)

Case_NP: Case for No Parent Generating Simulated Data

Description

The gene to have data generated has no parents.

Usage

Case_NP(N, b0.1, sd.1)

Arguments

N

Number of observations

b0.1

Intercept of the corresponding simulated gene.

sd.1

Standard deviation for corresponding data generated gene.

Value

Vector

See Also

SimulatedData for simulated data generating function.

Examples

Run this code
# NOT RUN {
Case_NP(N = 10^3, b0.1 = 0, sd.1 = 1)
# }

Run the code above in your browser using DataLab