NA.mcnode | R Documentation |
‘is.na’, ‘is.nan’, ‘is.finite’ and ‘is.infinite’ return a logical ‘mcnode’ of the same dimension as ‘x’.
## S3 method for class 'mcnode'
is.na(x)
## S3 method for class 'mcnode'
is.nan(x)
## S3 method for class 'mcnode'
is.finite(x)
## S3 method for class 'mcnode'
is.infinite(x)
x |
A ‘mcnode’ object. |
A logical ‘mcnode’ object.
is.finite
, NA
x <- log(mcstoc(rnorm, nsv=1001))
x
is.na(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.