Description Usage Arguments Examples
This is useful for performing inference tasks for NPRUM
1 | Generate.NPRUM.Data(Estimate, n, bw = 0.1)
|
Estimate |
fitted NPRUM object |
n |
number of agents that we want in our sample |
bw |
smoothing parameter to use when sampling data |
1 2 3 | Data.Tiny <- matrix(c(1, 2, 3, 3, 2, 1, 1, 2, 3), ncol = 3, byrow = TRUE)
Estimate <- Estimation.RUM.Nonparametric(Data.Tiny, m = 3, iter = 3)
Generate.NPRUM.Data(Estimate, 3, bw = 0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.