estimate function

Estimate Result of smam Estimators

Estimate Result of smam Estimators

estimate function returns the estimate result of smam::fitXXXX from smam package.

estimate(x, ...) ## S3 method for class 'smam_mrme' estimate(x, ...) ## S3 method for class 'smam_mr' estimate(x, ...) ## S3 method for class 'smam_mm' estimate(x, ...) ## S3 method for class 'smam_mrh' estimate(x, ...) ## S3 method for class 'smam_bmme' estimate(x, ...)

Arguments

  • x: a fitted object from one of smam::fitXXXX functions
  • ...: other arguments

Examples

## time consuming example #tgrid <- seq(0, 100, length=100) #set.seed(123) #dat <- rMRME(tgrid, 1, 0.5, 1, 0.01, "m") ## fit whole dataset to the MRME model #fit <- fitMRME(dat, start=c(1, 0.5, 1, 0.01)) #fit ## get covariance matrix of estimators #estimate(fit)
  • Maintainer: Chaoran Hu
  • License: GPL (>= 3.0)
  • Last published: 2024-01-10