search for: frame3

Displaying 8 results from an estimated 8 matches for "frame3".

Did you mean: frame
2007 Aug 14
2
Question about unicode characters in tcltk
...The code creates all the mu's, and the 1 and 2 subscripts, but it won't create the 0. Is there a certain set of characters that R won't recognize the unicode for? Or am I input the \u2080 incorrectly? library(tcltk) m <-tktoplevel() frame1 <- tkframe(m) frame2 <- tkframe(m) frame3 <- tkframe(m) entry1 <- tkentry(frame1,width=5,bg='white') entry2 <- tkentry(frame2,width=5,bg='white') entry3 <- tkentry(frame3,width=5,bg='white') tkpack(tklabel(frame1,text='\u03bc\u2080'),side='left') tkpack(tklabel(frame2,text='\u03bc\u2...
2005 Aug 12
2
coercing created variables into a new data frame using na.omit()
...ind it into the existing old data frame data.frame2<-cbind(data.frame1,newvariable) rm(dat.frame1) attach(data.frame2) #everything o.k. so far but now the problem part... I basically want to remove all the rows with NA in the new data frame including corresponding rows in the new variable data.frame3<-na.omit(data.frame2) rm(data.frame2) attach(data.frame3) length of new.variable has not changed but the length of all the other variables in data.frame2 has? Could someone please provide an explanation or an alternative route if possible? Any suggestions much appreciated, Thankyou, Simon Pick...
2011 Mar 18
1
PREDICTIONS from a PIECEWISE LINEAR (mixed) MODEL: THEY AIN'T LINEAR BETWEEN BREAK POINTS!!
...The predicted stright line after the break point is not straight at all, instead behaves like if it was a hig order polynomial or something similar!!!! I attach the codes below, hoping someone can point me the mistake.... I sincerely express many thanks in advance ...... Federico Bonofiglio frame3<-data.frame(id,chol,cd4,rt,sex,age, nadir,pharmac2,hbs,hcv,resp2, hivbl,switch) # I run a model specifing the function (t-t*)+ = 0 if t<=t* AND (t-t*)+ = t if t>t* with the following syntax, emulating MJ Crawley (The R book 2007, Wiley), # rt+rt*(rt>15) I run the model, is...
2010 Sep 29
2
Adding two data.frames.
Hi I have two data frames that contains the same sort of data and I want do add them together to get one big data frame, anyone know how to do that? ex: data.frame1 A B C 1 2 3 4 5 6 7 8 9 and data.frame2 A B C 9 8 7 6 5 4 3 2 1 Would then become one big set: data.frame3 A B C 1 2 3 4 5 6 7 8 9 9 8 7 6 5 4 3 2 1 Thx for your help //Joel -- View this message in context: http://r.789695.n4.nabble.com/Adding-two-data-frames-tp2718771p2718771.html Sent from the R help mailing list archive at Nabble.com.
2004 Aug 06
1
auto-detection of frame boundary
I tried feeding in the 3 encoded frame in ONE BLOCK, and calling speex_decode() 3 times in a roll. Only the 1st frames came out perfectly. For the other 2, I got "corrupt" frame warning. I was supposed to get 38 bytes consumed each frame (narrow-band, VBR off). I tried speex_bits_remaining() to peek on the # of bits consumed, and got variable (clearly wrong)#s returned. But if I
2015 May 01
0
Wine release 1.7.42
...n dlls/d3d9/tests/visual.c test_fragment_coords() 38463 valgrind shows a possible leak in winhttp/tests/winhttp.c WinHttpSendRequest() ---------------------------------------------------------------- Changes since 1.7.41: Aaryaman Vasishta (3): d3drm: Move QueryInterface from frame2->frame3. d3drm: Move AddRef from frame2->frame3. d3drm: Move Release from frame2->frame3. Alex Henrie (1): comdlg32: Remove unused string resource "Borders". Alexandre Julliard (5): server: Return a valid position also in posted messages. riched20: Update rec...
1999 Nov 08
2
frame_info_add
...osition of \"valid\" samples in the frame. With these additional information it will be possible to do simple editing (like cutting or concatenating two streams) without decompressing/recompressing at sample-granularity. Simple example (size of frame==10 samples): | frame1 | frame2 | frame3 | frame4 | | | | 0000000000111111111122222222223333333333 : sample count 0123456789012345678901234567890123456789 : sample count | | | | A 0,9 B 0,9 C 0,9 D 0,9 A,B,C,D : compressed frames numbers 0,9: start and end position of va...
2001 Jan 22
0
vorbiscomment gui ideas
...t;/tooltip> <can_focus>True</can_focus> <editable>True</editable> <text></text> </widget> </widget> </widget> </widget> </widget> <widget> <class>GtkFrame</class> <name>frame3</name> <border_width>3</border_width> <label>Other Recording Information</label> <label_xalign>0</label_xalign> <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type> <child> <padding>0</padding> <expand&gt...