R Under development (unstable) (2023-12-13 r85679 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > > library(aster) > load("foobar.Rdata") > aster:::setfam(famlist) > aster:::mloglhelper(parm.mlh, pred.mlh, fam.mlh, x.mlh, root.mlh, + modmat.mlh, origin.mlh, deriv.mlh, type.mlh) $value [1] Inf $gradient [1] NaN NaN NaN NaN NaN NaN NaN $hessian [,1] [,2] [,3] [,4] [,5] [,6] [,7] [1,] NaN NaN NaN NaN NaN NaN NaN [2,] NaN NaN NaN NaN NaN NaN NaN [3,] NaN NaN NaN NaN NaN NaN NaN [4,] NaN NaN NaN NaN NaN NaN NaN [5,] NaN NaN NaN NaN NaN NaN NaN [6,] NaN NaN NaN NaN NaN NaN NaN [7,] NaN NaN NaN NaN NaN NaN NaN > > > proc.time() user system elapsed 0.17 0.00 0.17