intervention.lvm | R Documentation |
Define intervention in a 'lvm' object
## S3 method for class 'lvm'
intervention(object, to, value, dist = none.lvm(), ...)
object |
lvm object |
to |
String defining variable or formula |
value |
function defining intervention |
dist |
Distribution |
... |
Additional arguments to lower level functions |
regression lvm sim
m <- lvm(y ~ a + x, a ~ x)
distribution(m, ~a+y) <- binomial.lvm()
mm <- intervention(m, "a", value=3)
sim(mm, 10)
mm <- intervention(m, a~x, function(x) (x>0)*1)
sim(mm, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.