powered by
S3 method for class 'MixNRMI2'
# S3 method for NRMI2 print(x, ...)
A fitted object of class NRMI2
Further arguments to be passed to generic function, ignored at the moment
A visualization of the important information about the object
# NOT RUN { #' ## Example for censored data data(acidity) out <- MixNRMI2(acidity, Nit = 20) print(out) data(salinity) out <- MixNRMI2cens(salinity$left, salinity$right, Nit = 20) print(out) # }
Run the code above in your browser using DataLab