Learn R Programming

MRPC (version 2.0.0)

Case_2P: Case for Two Parents Generating Simulated Data

Description

The gene to have data generated has two parents.

Usage

Case_2P(N, P1, P2, b0.1, b1.1, b1.2, sd.1)

Arguments

N

Number of observations

P1

Data vector of the parent gene, P1.

P2

Data vector of the parent gene, P2.

b0.1

Intercept of b0.1 + b1.1*P1 + b1.2*P2, where P1 and P2 are the parents of the corresponding gene.

b1.1

Slope of P1 for b0.1 + b1.1*P1+ b1.2*P2, where P1 and P2 are the parents of the corresponding gene.

b1.2

Slope of P2 for b0.1 + b1.1*P1 + b1.2*P2, where P1 and P2 are the parents of the corresponding gene.

sd.1

Standard deviation for corresponding data generated genes.

Value

Vector

See Also

SimulatedData for simulated data generating function.

Examples

Run this code
# NOT RUN {
Case_2P(N = 10^3, P1 = 1, P2 = 1, 
        b0.1 = 0, b1.1 = 1,
        b1.2 = 1, sd.1 = 1)
# }

Run the code above in your browser using DataLab