Skip to content
Prev 345577 / 398502 Next

Two dimensional likelihood surface plot

On Nov 11, 2014, at 11:17 AM, Gyanendra Pokharel wrote:

            
If the data are organized in a regular manner, then this might succeed:

with( df, contour( x=unique(para1), y=unique(para2)
                   z= matrix( likehood, length(unique(para1), length(unique(para2) )
     )           )
David Winsemius
Alameda, CA, USA