print.Rd
print method for class "ilse" or class "fiml".
print(object) # S3 method for ilse print(object) # S3 method for fiml print(object)
object | an object of class "ilse" or "fiml". |
---|
For "ilse", print the basic information of ilse estimation and algorithm and return a list including
a named vector of coefficients
a named matrix that summary the estimated beta in every iteration.
the residuals, that is response minus fitted values.
the fitted mean values.
a nonnegative value, vlaue of relative variation rate of objective function value
a nonnegative value, relative variation rate of estimated parametric vector when algorithm stopped.
a positive integer, iterative times in total.
A named vector of coefficients
A positive integer, iterative times in total.
The stop code returned by nlm.
print.lm
#> $beta #> (Intercept) bmi hyp chl #> 2.06942664 -0.11656313 0.62109971 0.01056364 #> #> $d.fn #> [1] 6.654795e-08 #> #> $d.par #> [1] 1.096466e-07 #> #> $iterations #> [1] 5 #>a#> $beta #> (Intercept) bmi hyp chl #> 2.06942664 -0.11656313 0.62109971 0.01056364 #> #> $d.fn #> [1] 6.654795e-08 #> #> $d.par #> [1] 1.096466e-07 #> #> $iterations #> [1] 5 #>#> $beta #> intercept bmi hyp chl #> 2.37216291 -0.13518966 0.46886921 0.01253721 #> #> $formula #> age ~ . #> <environment: 0x00000000136f73b0> #>b#> $beta #> intercept bmi hyp chl #> 2.37216291 -0.13518966 0.46886921 0.01253721 #> #> $formula #> age ~ . #> <environment: 0x00000000136f73b0> #>