NA.mcnode {mc2d} | 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.
x <- log(mcstoc(rnorm, nsv=1001)) x is.na(x)