estimate: Estimate Result of smam Estimators

View source: R/generics.R

estimateR Documentation

Estimate Result of smam Estimators

Description

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

Usage

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)


smam documentation built on Aug. 21, 2023, 9:09 a.m.

Related to estimate in smam...