dsldBnlearn | R Documentation |
Wrappers for functions in the bnlearn package. (Just
(Presently, just iamb
.)
dsldIamb(data)
data |
Data frame. |
Under very stringent assumptions, dsldIamb
performs causal
discovery, i.e. fits a causal model to data
.
Object of class 'bn' (bnlearn object). The generic plot
function is callable on this object.
N. Matloff
data(svcensus)
# iamb does not accept integer data
svcensus$wkswrkd <- as.numeric(svcensus$wkswrkd)
svcensus$wageinc <- as.numeric(svcensus$wageinc)
iambOut <- dsldIamb(svcensus)
plot(iambOut)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.