Revision 63c8e8a453ea587001e2438a8ce51cf0e1e1675c authored by Charles J. Geyer on 23 March 2009, 00:00:00 UTC, committed by Gabor Csardi on 23 March 2009, 00:00:00 UTC
1 parent b524c08
Raw File
foobar.Rout.save

R : Copyright 2006, The R Foundation for Statistical Computing
Version 2.3.1 (2006-06-01)
ISBN 3-900051-07-0

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)
Loading required package: trust
>  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

> 
> 
back to top