search for: dataformat

Displaying 15 results from an estimated 15 matches for "dataformat".

Did you mean: data_format
2012 Feb 15
1
read.spss issues
...has a 'string' variable that is longer than 200 characters, it generates a bunch of warnings and then additional variables in the dataset. E.g: library(foreign) x <- read.spss("http://www.stat.ucla.edu/~jeroen/spss/longstring.sav"); str(x); The second problem is that the spss dataformat allows to specify 'duplicate labels', whereas this is not allowed for factors. read.spss does not deal with this and creates a bad factor x <- read.spss("http://www.stat.ucla.edu/~jeroen/spss/duplicate_labels.sav", use.value.labels=T); levels(x$opinion); which causes issues d...
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X and MS Windows. Please report any bugs or feature requests here: http://rubyforge.org/tracker/?group_id=35 Changes in this release include: * Added XRC (Xml Resource File) support. * Added totally awesome HTML widget from Tobi
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all, Ruby 1.8.1 Solaris 9 wxwindows 2.4.2 (package from blastwave.org) wxruby 0.3.0 I''m having trouble getting this sucker to build on my Solaris box. Here''s how I''m building: ruby extconf.rb --with-xrc-dir=/opt/csw --with-xrc-include=/opt/csw/lib/wx The include directive I added because the setup.h file is there (for whatever reason). And yes, /opt/csw/bin and
2008 Jan 17
1
wxSockets
Hello guys, Alright Alex..... I need a few tips on where to start. I know that I''m going to need to rewrite the wxSocket header files, in order to incorperate them into wxRuby. But some advice on stuff such as wxSocketClient::new/connect, where it takes a wxIPAddress, and so forth. I know they are pretty friviolous structures for holding information about Addresses in which to make
2005 Jan 25
0
COURSE: Statistical practice in Epidemiology with R
...ta. The course requires basic knowledge of epidemiological concepts and study types. These will only be briefly reviewed, whereas the more advanced epidemiological and statistical concepts will be treated in depth. Contents: --------- History of R. Language. Objects. Functions. Interface to other dataformats. Dataframes. Classical methods: Mantel-Haenszel etc. Tabulation of data. Logistic regression for case-control-studies. Poisson regression for follow-up studies. Parametrization of models. Graphics in R. Graphical reporting of results. Time-splitting & SMR. Survival analysis in continuo...
2004 Aug 05
2
libraries needed to distribute app
Hi I''m making an installer for my WxRuby app, using exerb. I''ve included wxruby.so in the package, and it seems to work fine on my computer, but are there any other dlls or whatever I''m likely to need, for example for WxWidgets itself? Cheers alex
2003 Feb 02
0
bitrate
Hi all, a hope, someone can help me: i have encode a wav-file into the ogg-format. Then i decode the ogg-file to a wav-file again. But the wav-file does not play in the MS-Mediaplayer and my own written J2audioPlayer. In WinAmp it`s all ok. The following wav-dataformats are running good: ACM, DVI/IMA, MU-LAW, PCM. The BitRate from my OGG-wav is: 1203537 kBit/s The BitRate from my PCM-wav is: 1411 kBit/s Why has the OGG-wav so a high BitRate? Is it variabel? Can anyboby give me a link, to a BitRate measurement tool or something else? Best regards Andreas Lan...
2001 Jul 05
1
ERP software
I was just playing around with the R-streams package, reading in some data from an old experiment we did here, and was again amazed by the flexibility of the R environment. The eaze with wich I was able to generate simple plots of my EEG data made me wonder if someone tried to implement an ERP package. For the non-cognitive scientists ou there: EEG is electrical activity measured from the scalp
2007 Mar 09
0
[878] trunk/wxruby2/TODO: Update with 0.0.39 changes and items now in tracker
...an><span class="cx"> rename them to "init" </span><span class="cx"> </span><del>-- Add classes that were supported in wxruby 0.6.0 </del><ins>+- Add classes that were supported in wxruby 0.6.0 - now only DataObject + and DataFormat classes remain to be added </ins><span class="cx"> </span><span class="cx"> - Try to get rid of compile warnings </span><span class="cx"> </span></span></pre> </div> </div> </body> </html>
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...obj/Clipboard.o obj/ClipboardTextEvent.o obj/CloseEvent.o obj/CollapsiblePane.o obj/CollapsiblePaneEvent.o obj/Colour.o obj/ColourData.o obj/ColourDialog.o obj/ComboBox.o obj/CommandEvent.o obj/ContextHelpButton.o obj/ContextMenuEvent.o obj/Control.o obj/ControlWithItems.o obj/Cursor.o obj/DC.o obj/DataFormat.o obj/DataObject.o obj/DataObjectComposite.o obj/DataObjectSimple.o obj/DateEvent.o obj/DatePickerCtrl.o obj/Dialog.o obj/DirDialog.o obj/Display.o obj/DragImage.o obj/DropSource.o obj/DropTarget.o obj/EraseEvent.o obj/Event.o obj/EvtHandler.o obj/FileDataObject.o obj/FileDialog.o obj/FileDropTarge...
2004 Feb 08
5
wxruby 0.2 for osx panther release
A first draft of the wxruby binary release for the macintosh is now available at: http://www.nicreations.net/wxruby-0.2-osx-panther.dmg Install the metapackage (mpkg). You will need to choose a folder for the sample apps. wxruby.bundle is installed in /usr/lib/ruby/1.6/powerpc-darwin7.0 A few questions: 1) Should I just leave the samples in a folder instead of making the user
2011 Jul 08
0
Wine release 1.3.24
...nput8/tests: Testing BuildActionMap and SetActionMap with keyboard input. dinput: SetActionMap setting the device buffer. dinput8/tests: BuildActionMap and input tests for mouse. dinput: Keyboard and mouse implementation of BuildActionMap. dinput: SetActionMap constructing a dataformat for keyboard and mouse. dinput: SetActionMap and queue_event setting mapped data. include: Corrected the value of the DIEDFL_ATTACHEDONLY flag. Maarten Lankhorst (1): winegstreamer: Fix setcaps call. Marcus Meissner (19): oleaut32: Unshadow cmp to make code work (Coverity)...
2004 Sep 28
9
Open call to try wxruby-swig
Hi Everyone, Over the past couple of weeks wxruby-swig has made a lot of progress. Over 100 classes have been added with attempts to mimic the existing wxruby interfaces. While still not as stable as wxruby, stability has increased dramatically. Finally, it has been built on Linux, Mac, and MSVC. This email is an invitation to try out wxruby-swig for yourself. The source code is in CVS and
2007 Jan 25
0
Wine release 0.9.30
...ototypes. comctl32: Fix InitCommonControlsEx prototype. shell32: Implement the property sheet extension array functions. Vitaliy Margolen (22): dinput: Fix trace formatting. dinput: Remove duplicate Keyboard->Poll it is the same as base class. dinput: Pass complete DataFormat structure to find_property. dinput: [joystick_linux] Copy and modify default data format. dinput: [joystick_linux] Reuse the same properties array. dinput: [joystick_linux] Use correct offset to queue events. dinput: [joystick_linuxinput] Copy and modify default data format....
2009 Mar 15
11
Grand prix legends recognize only two joystick axis
...8 trace:dinput:alloc_device {9e573ed9-7734-0000-8d4a-23903fb6bdf7} 0x7ee71b00 0x139588 0x32e5a8 0 trace:dinput:IDirectInputAImpl_AddRef (0x139588) incrementing from 1 trace:dinput:_dump_DIDATAFORMAT Dumping DIDATAFORMAT structure: trace:dinput:_dump_DIDATAFORMAT - dwSize: 24 trace:dinput:_dump_DIDATAFORMAT - dwObjsize: 16...