powered by
The function prints parameter estimation results given by tpfit.
tpfit
# S3 method for tpfit print(x, ...)
Estimation results are printed on the screen or other output devices. No values are returned.
an object of the class tpfit, typically with the output of the function tpfit.
further arguments passed to or from other methods.
Luca Sartore drwolf85@gmail.com
# \donttest{ data(ACM) # Estimate the parameters of a # one-dimensional MC model MoPa <- tpfit(ACM$MAT5, ACM[, 1:3], c(0, 0, 1)) # Print results print(MoPa) # }
Run the code above in your browser using DataLab