Skip to content

question regarding rmvDAG in package pcalg

1 message · Jack Luo

#
Hi,

I am trying to use rmvDAG in pcalg package to generate data from DAG
structure. One thing I found is that when the number of variables gets
large, there can be really large numbers in the data matrix. I played
around with different parameters and it looks like the same case.

library(pcalg)
[1] 5.763518
[1] 365099508
[1] 3.880373e+90

Did anyone know how to fix this?

Thanks a lot!

-Jack