SimulateData1P function

Simulate data for a node with one parent

Simulate data for a node with one parent

SimulateData1P(N, P1, b0.1, b1.1, sd.1)

Arguments

  • N: Number of observations
  • P1: Data vector of the parent node P1.
  • b0.1: Intercept of b0.1 + b1.1*P1, where P1 is the parent of the corresponding node.
  • b1.1: Slope of P1 for b0.1 + b1.1*P1, where P1 is the parent of the corresponding node.
  • sd.1: Standard deviation for corresponding data generated nodes.

Returns

Vector

Author(s)

Md Bahadur Badsha (mbbadshar@gmail.com)

See Also

SimulateData for simulated data generating function.

Examples

Data1P <- SimulateData1P(N = 10^3, P1 = 1, b0.1 = 0, b1.1 = 1, sd.1 = 1)
  • Maintainer: Audrey Fu
  • License: GPL (>= 2)
  • Last published: 2022-04-11

Useful links