Report the negative log-likelihoods

report_NLL(assess)

Arguments

assess

An object of class Assess

Value

A data.frame

Examples

MyData <- Import(Example_Data()[2])
MyAssess <- Assess(MyData)
#> Parameters pass all checks
#> Index, Effort, and Catch detected. Only fitting to Index and Catch. Set `Data$Fit_Effort=1` to fit to Effort as well.
report_NLL(MyAssess)
#>                                Component     Value
#> CAW                      Catch-at-Weight 26495.011
#> Effort                   Index of Effort     0.000
#> CPUE                  Index of Abundance    73.881
#> Catch                     Index of Catch    18.575
#> RecDevs           Recruitment deviations    55.947
#> RW_F                       Random Walk F    66.671
#> RW_R0   Random Walk Seasonal Recruitment     9.596
#>                                    Total 26719.682