print.mple {NScluster} | R Documentation |
Print Process for Maximizing Log-Palm Likelihood Function
Description
Print the process for minimizing the negative log-Palm likelihood function
and/or the process for optimizing the normalized parameters depending on a
given initial guess of each parameter by the simplex method.
Usage
## S3 method for class 'mple'
print(x, print.level = 0, ...)
Arguments
x |
an object of class "mple" returned by mple.cppm .
|
print.level |
We have the following processes:
- 0
output initial values and MPLE.
- 1
output the process for minimizing the negative log-Palm
likelihood function, in addition. (x$process1 )
- 2
output the process for optimizing the normalized parameters
depending on a given initial guess of each parameter by the
simplex method, in addition. (x$process2 )
- 3
output both processes.
|
... |
ignored.
|
[Package
NScluster version 1.3.1
Index]