Displaying 2 results from an estimated 2 matches for "live3".
Did you mean:
live
2012 Apr 13
1
Coding columns for survival analysis
...und alive and is not just found, and "mort" when it was
previously alive but is now dead.
Given the following:
> tree_live = data.frame(tree =
c("tree1","tree2","tree3","tree4","tree5"), live1 = c(0,0,0,1,1), live2
= c(0,0,1,1,0), live3 = c(0,1,1,0,0), live4 = c(1,1,0,0,0), live5 = c(1,
0, 0, 0, 0))
tree live1 live2 live3 live4 live5
1 tree1 0 0 0 1 1
2 tree2 0 0 1 1 0
3 tree3 0 1 1 0 0
4 tree4 1 1 0 0 0
5 tree5 1 0...
2009 Jun 11
1
Thusnelda - Floating point exception in encoder_toplevel.c:209
...rame (cpi=0x7f8d0c14f010, recode=0)
at enc/encoder_toplevel.c:278
#2 0x00007f8d0e3d08ce in theora_encode_YUVin (t=0x7fff1660eb00,
yuv=0x7fff1660ecb8) at enc/encoder_toplevel.c:473
#3 0x0000000000403a29 in l3_theora_encode (s=0x7fff1660e8e0,
im=<value optimized out>, eos=0) at live3.c:636
#4 0x0000000000405696 in main (argc=<value optimized out>,
argv=<value optimized out>) at live3.c:1403
--
Any ideas?
-Phil