View source: R/SimulateData2P.R
| SimulateData2P | R Documentation | 
Simulate data for a node with two parents
SimulateData2P(N, P1, P2, b0.1, b1.1, b1.2, sd.1)
| N | Number of observations | 
| P1 | Data vector of the parent node, P1. | 
| P2 | Data vector of the parent node, P2. | 
| b0.1 | Intercept of b0.1 + b1.1*P1 + b1.2*P2, where P1 and P2 are the parents of the corresponding node. | 
| b1.1 | Slope of P1 for b0.1 + b1.1*P1+ b1.2*P2, where P1 and P2 are the parents of the corresponding node. | 
| b1.2 | Slope of P2 for b0.1 + b1.1*P1 + b1.2*P2, where P1 and P2 are the parents of the corresponding node. | 
| sd.1 | Standard deviation for corresponding data generated nodes. | 
Vector
Md Bahadur Badsha (mbbadshar@gmail.com)
SimulateData for simulated data generating function.
Data2P <- SimulateData2P(N = 10^3, 
                         P1 = 1, 
                         P2 = 1, 
                         b0.1 = 0, 
                         b1.1 = 1, 
                         b1.2 = 1, 
                         sd.1 = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.