Description Usage Arguments See Also Examples
Check whether a BNDataset
object actually contains raw data.
1 2 3 4 | has.raw.data(x)
## S4 method for signature 'BNDataset'
has.raw.data(x)
|
x |
a |
has.imputed.data
, raw.data
, imputed.data
1 2 3 4 5 6 7 8 | ## Not run:
x <- BNDataset()
has.raw.data(x) # FALSE
x <- read.dataset(x, "file.header", "file.data")
has.raw.data(x) # TRUE, since read.dataset() actually reads raw data.
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.