R/coef.Gestimation.R

Defines functions coef.Gestimation

coef.Gestimation<-function(x){
  object<-x
  rm(x)
  if(inherits(object,"Gestimation")){
    object$thetahat
    }
}
mcl868/PhdProjectFirst documentation built on May 23, 2019, 3:05 p.m.