A generic S3 function for evaluating the criteria of models, eg. squares of residuals for linear regression, negative log of individual likelihoods for MLE, etc.

crit_obs(object)

Arguments

object

the object to be passed to the concrete class constructor c_crit()