search for: _id_

Displaying 14 results from an estimated 14 matches for "_id_".

Did you mean: _id
2009 Jul 09
0
Sampling a dataframe based on the length of a subset of observations within
...pendent variables associated with the event. A simplified representation follows: my.df<-data.frame("id"=c("A","A","A","B","B","C","C","C", "C", "C"), event=c(0,0,1,0,1,0,0,1,1, 0)) _id_ _event_ A 0 A 0 A 1 B 0 B 1 C 0 C 0 C 1 C 1 C 0 I need to sample my.df to select the same number of observations with event = 0 as event = 1 for each unique id. I can reshape or tapply my.df to group id and determine what sample size I need. my.df.cast=...
2007 Jun 22
0
[1059] trunk/wxruby2/doc/textile/toolbar.txtl: Update ToolBar documentation to reflect recent changes in API
...</span><del>- "ToolBarToolBase":toolbartoolbase.html *find_by_id*(%(arg-type)Integer% id) </del><ins>+ Integer *find_by_id*(%(arg-type)Integer% id) </ins><span class="cx"> </span><del>-Returns a pointer to the tool identified by _id_ or -NULL if no corresponding tool is found. </del><ins>+Returns the position of the tool identified by _id_ or nil if no +corresponding tool is found. </ins><span class="cx"> </span><span class="cx"> h3(#ToolBar_findcontrol). ToolBar#find_con...
2007 Apr 14
0
[963] branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl: Added a few missing methods and cleaned up a bit.
...;span class="cx"> h4. Parameters </span><span class="cx"> </span><del>-* _parent_ Can be NULL, a frame or another dialog box. </del><ins>+* _parent_ Can be nil, a frame or another dialog box. </ins><span class="cx"> * _id_ An identifier for the dialog. A value of -1 is taken to mean a default. </span><span class="cx"> * _title_ The title of the dialog. </span><span class="cx"> * _pos_ The dialog position. A value of (-1, -1) indicates a default position, chosen by </span...
2007 Jan 03
0
[823] trunk/wxruby2/doc/textile: Remove docs for some deprecated classes
...re that the tab background matches the dialog background.| - - -h3(#TabView_addtab). TabView#add_tab - - "TabControl":tabcontrol.html *add_tab*(%(arg-type)Integer% id, %(arg-type)String% label, - %(arg-type)TabControl% existingTab=NULL) - -Adds a tab to the view. - -_id_ is the application-chosen identifier for the tab, which will be used in subsequent tab operations. - -_label_ is the label to give the tab. - -_existingTab_ maybe NULL to specify a new tab, or non-NULL to indicate that an existing tab should be used. - -A new layer (row) is started when the current...
2007 Jun 26
0
[1082] trunk/wxruby2/doc/textile/hyperlinkctrl.txtl: Added HyperlinkCtrl and HyperlinkEvent documentation
...pe)Point% pos = DEFAULT_POSITION, + %(arg-type)Size% size = DEFAULT_SIZE, + %(arg-type)Integer% style, + %(arg-type)String% name = "hyperlink") + +Creates the hyperlink control. + +h4. Parameters + +* _parent_ Parent window. Must not be . +* _id_ Window identifier. A value of ID_ANY indicates a default value. +* _label_ The label of the hyperlink. +* _url_ The URL associated with the given label. +* _pos_ Window position. +* _size_ Window size. If the DefaultSize is specified then the window is sized +appropriately. +* _style_ Window style....
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...+ + "Colour":colour.html *get_color*(%(arg-type)Integer% id) + +The same as "get_colour":#AuiDockArt_getcolour. + +h3(#AuiDockArt_getcolour). AuiDockArt#get_colour + + "Colour":colour.html *get_colour*(%(arg-type)Integer% id) + +Get the colour of a certain setting. + +_id_ can be one of the colour values of *AuiPaneDockArtSetting*. + + +h3(#AuiDockArt_getfont). AuiDockArt#get_font + + "Font":font.html *get_font*(%(arg-type)Integer% id) + +Get a font setting. + +h3(#AuiDockArt_getmetric). AuiDockArt#get_metric + + Integer *get_metric*(%(arg-type)Integer% id)...
2007 Apr 13
0
[949] branches/wxruby2/wxwidgets_282: Changes in Gauge API 2.6->2.8, remove comment cruft in header
...; </div> </span><span class="cx"> </span><span class="lines">@@ -67,7 +81,7 @@ </span><span class="cx"> </span><span class="cx"> * _parent_ Window parent. </span><span class="cx"> * _id_ Window identifier. </span><del>-* _range_ Integer range (maximum value) of the gauge. </del><ins>+* _range_ Integer range (maximum value) of the gauge. It is ignored when the gauge is used in indeterminate mode. </ins><span class="cx"> * _pos_ Window po...
2007 Jan 06
0
[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods
...ary to optimize create_bitmap +for speed (e.g. you may create Bitmap objects from XPMs here). </ins><span class="cx"> </span><span class="cx"> h4. Parameters </span><span class="cx"> </span><span class="cx"> * _id_ ArtID unique identifier of the bitmap. </span><span class="cx"> * _client_ ArtClient identifier of the client (i.e. who is asking for the bitmap). </span><del>-This only servers as a hint. -* _size_ Preferred size of the bitmap. The function may return a bitmap of...
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...> </span><span class="cx"> h4. Parameters </span><span class="cx"> </span><del>-* _parent_ Parent window. Must not be NULL. </del><ins>+* _parent_ Parent window. Must not be nil. </ins><span class="cx"> * _id_ Window identifier. A value of -1 indicates a default value. </span><span class="cx"> * _value_ Initial selection string. An empty string indicates no selection. </span><span class="cx"> * _pos_ Window position. </span><span class="cx"&g...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...otkey </span><span class="lines">@@ -245,11 +257,11 @@ </span><span class="cx"> h4. Parameters </span><span class="cx"> </span><span class="cx"> * _parent_ Pointer to a parent window. </span><del>-* _id_ Window identifier. If -1, will automatically create an identifier. -* _pos_ Window position. DefaultPosition is (-1, -1) which indicates that Widgets </del><ins>+* _id_ Window identifier. If ID_ANY, will automatically create an identifier. +* _pos_ Window position. DefaultPosition indic...
2006 Nov 04
0
[720] trunk/wxruby2/doc/textile/menu.txtl: Update, rubyify and tidy
...e menu item after it has +been created. A menu item with a special identifier @-1@ is a separator. +Separators don''t have an associated command but just make a separator line +appear in the menu. </ins><span class="cx"> </span><del>-*NB:* Please note that _ID_ABOUT_ and _ID_EXIT_ are -predefined by Widgets and have a special meaning since entries </del><ins>+*NB:* Please note that @ID_ABOUT@ and @ID_EXIT@ are +predefined by Widgets and have a special meaning. Entries </ins><span class="cx"> using these IDs will be taken...
2006 Nov 16
0
[741] trunk/wxruby2: Fix get_item_data, hiding TreeItemData messiness, fix GC-ing (Alex Fenton)
...n class="cx"> h4. Parameters </span><span class="cx"> </span><del>-* _parent_ Parent window. Must not be @NULL@. </del><ins>+* _parent_ Parent window. Must be a valid Wx::Window, and not nil. </ins><span class="cx"> * _id_ Window identifier. A value of -1 indicates a default value. </span><span class="cx"> * _pos_ Window position. </span><span class="cx"> * _size_ Window size. If the default size (-1, -1) is specified then the window is sized </span><span class=&qu...
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
..., %(arg-type)Window% parent = nil) </del><ins>+ "Window":window.html *find_window_by_id*(%(arg-type)Integer% id, %(arg-type)Window% parent = nil) </ins><span class="cx"> </span><span class="cx"> Find the first window with the given _id_. </span><span class="cx"> </span><span class="lines">@@ -619,8 +619,7 @@ </span><span class="cx"> </span><span class="cx"> h3(#Window_findwindowbyname). Window#find_window_by_name </span><span class=&...
2009 Jul 09
2
How to Populate List
...pendent variables associated with the event.  A simplified representation follows: my.df<-data.frame("id"=c("A","A","A","B","B","C","C","C", "C", "C"), event=c(0,0,1,0,1,0,0,1,1, 0)) _id_  _event_ A     0 A     0 A     1 B     0 B     1 C     0 C     0 C     1 C     1 C     0 I need to sample my.df to select the same number of observations with event = 0 as event = 1 for each unique id. I can reshape or tapply my.df to group id and determine what sample size I need.  my.df.cast=...