logLik.mkinfit.RdThis function simply calculates the product of the likelihood densities
  calculated using dnorm, i.e. assuming normal distribution,
  with of the mean predicted by the degradation model, and the
  standard deviation predicted by the error model.
The total number of estimated parameters returned with the value of the likelihood is calculated as the sum of fitted degradation model parameters and the fitted error model parameters.
# S3 method for mkinfit logLik(object, ...)
| object | An object of class  | 
|---|---|
| ... | For compatibility with the generic method | 
An object of class logLik with the number of
  estimated parameters (degradation model parameters plus variance
  model parameters) as attribute.
#>#> Warning: Observations with value of zero were removed from the data#> Warning: Observations with value of zero were removed from the data#> Warning: Observations with value of zero were removed from the data#> df AIC #> f_nw 5 204.4486 #> f_obs 6 205.8727 #> f_tc 6 141.9656# }