[ADMB Users] likelihood profile for elements in vector?

dave fournier davef at otter-rsch.com
Sat Sep 18 17:06:56 PDT 2010


I think that one just has to get rid of the line which truncates the 
filename
in newmodmn.cpp around line 120.



  {
       adstring profrep_name=(likeprof_params::likeprofptr[ip]->label());
       int llen=length(profrep_name);
-->   //if (llen>8) profrep_name=profrep_name(1,8);
       ofstream ofs3((char*) (profrep_name+adstring(".plt")));
       sigma=likeprof_params::likeprofptr[ip]->get_sigma();
       double diff;
       ofs2 << likeprof_params::likeprofptr[ip]->label() << ":" << endl;
       ofs3 << likepro



More information about the Users mailing list