powered by
is.na, is.nan, is.finite and is.infinite return a logical mcnode of the same dimension as x.
# S3 method for mcnode is.na(x) # S3 method for mcnode is.nan(x) # S3 method for mcnode is.finite(x) # S3 method for mcnode is.infinite(x)
A logical mcnode object.
A mcnode object.
is.finite, NA
is.finite
NA
x <- log(mcstoc(rnorm, nsv=1001)) x is.na(x)
Run the code above in your browser using DataLab