similar to: Macmilan dictionary gives me an error

Displaying 20 results from an estimated 90 matches similar to: "Macmilan dictionary gives me an error"

2012 Nov 13
4
for loop
HI, You can do this in many ways: dat1<-read.table(text=" med1,med2,med3???? ?1,0,1?????? 0,1,1??? 2,0,0 ",sep=",",header=TRUE)?? #1st method library(reshape) dat2<-melt(dat1) dat3<-aggregate(dat2$value,by=list(dat2$variable),sum) ?colnames(dat3)<-c("name","sum(n11)") ?dat3 #? name sum(n11) #1 med1??????? 3 #2 med2??????? 1 #3 med3??????? 2
2011 Jan 03
0
Macmillan dictionary (gold App) fails first run
Hello I'm trying to get Macmillan Dictionary 2nd ed to work http://appdb.winehq.org/objectManager.php?sClass=version&iId=15607 Under self compiled Wine 1.3.10 on Debian Lenny (I do not know of (packaged wine) deb publicly available) It is told to be a Gold app so maybe it'll work somehow. Installs ok - I followed the instruction NOT to install QuickFind and - I Installed the
2010 Nov 18
3
Plotting number of patients at risk below survival curve
Dear list, does anyone know of a R-package that has implemented the increasingly popular inclusion of the number of patients at risk below Kaplan-Meier curves like in http://bloodjournal.hematologylibrary.org/content/vol116/issue19/images/large/zh89991058760001.jpeg any hint (or negative answer) is much appreciated. Thanks Thorsten -- Thorsten Raff 2nd Medical Department, University
2011 Jul 31
2
XML and odfWeave
Dear R-helpers, this is just a notice to inform everyone that the current versions of XML and odfWeave don't seem to be playing nice with each other. Since it took me quite some time to figure that out, I thought that I let you know. In my case it helped to install an older version of XML but your mileage of course may vary. Best regards Thorsten -- Thorsten Raff 2nd Medical
2012 Mar 27
1
survplot function
Dear R-helpers I am wondering if there is an option to the survplot function in the design package that allows for drawing Kaplan-Meier plots starting from 0 instead of 1, similar like fun = 'event' in the standard plotting function used on a survfit object. I apologize in advance for having missed any obvious informational sources but I really didn't find anything in the
2008 Nov 12
3
R- transform data frame into matrix
Hello I have the problem that I want to transform a dataframe as generated by diagnosis <- rep(diagnosis[1:3], 3) marker <- gl(3,3) values <- rnorm(9) dataframe <- cbind(diagnosis, marker, values) dataframe <- dataframe[c(1:5, 7:9), ] into a matrix where levels(diagnosis) is indicating the rows of the matrix, levels(marker) the columns and values are the actual content of the
2013 Feb 24
0
BA.plot with logarithmic axes (MethComp)
Dear R-helpers, I am trying to plot a Bland-Altman-Plot using the BA.plot function from the package MethComp. While there is a function to transform the values for analysis as shown in the snippet below, I would like to have logarithmic axes for display as well. The usual log = 'xy' does not work because of the properties of the y-asxis (positive and negative values). I am sure that
2008 Sep 16
0
Package implementing unconditional tests for comparing two binomials
Hello, I am looking for a package implementing unconditional tests for comparing two binomials (Barnard's test or derivatives). As I am looking for rare genotypes within my groups, my number of subjects in one of the cells of the 2x2 table is often 2-4 resulting in a too conservative result by Fisher's exact test due to the discrete sample space of the test statistic. As I want to use
2010 Nov 29
4
subset
?Hi: I always use subset the same way but now is returning 0 rows. What's wrong with the way I am subsetting? library(ggplot2) structure(list(first = c(38.2086, 43.1768, 43.146, 41.8044, 42.4232, 46.3646, 38.0813, 40.0745, 40.4889, 38.6246, 40.2826, 41.6056, 34.5353, 40.0768), second = c(43.3295, 42.4326, 38.8994, 37.0894, 42.3218, 46.1726, 39.1206, 41.2072, 42.4874, 40.2657, 38.7766,
2010 May 15
1
Installing Comet Buserts!
Hi everyone. I'm trying to install an old game called Comet Busters, and I get this error messages: Code: $ wine Install.exe fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 0/00/0000, dlt (d/m/y): 0/00/0000 wine: Unhandled page fault on read access to 0xffffffff at address 0x128f:0x0000b250 (thread 003b), starting
2008 Dec 12
1
aggregate and median
Hello R-experts, I have a simple question: how do I aggregate data using the median function with na.rm = TRUE, i.e. aggregate(x, list(x$y, x$z), FUN = '????') I have tried 'median(x, na.rm = TRUE)' but that doesn't help. Any suggestions are very much appreciated, Thorsten
2008 Jun 11
2
QuickBooks Installation Failure
I have a Ubuntu 8.04 (Hardy Heron) PC running Wine 1.0-rc4 and am attempting to install QuickBooks Premier 2007 for a customer who hates Vista and will switch to Linux if I can get this to work. However, the install program keeps failing. QuickBooks insists on having .NetFrame 1.1 installed but always fails when it tries to install it. So, I did a rm -rf ~/.wine to start fresh and then installed
2008 Mar 13
1
Open/Save issue
I'm not sure if this is a bug, or if this is specifically related to my current install. I remember about six months ago using Wine on Ubuntu, and I believe it worked fine... So maybe it's an issue with my install. (I'm on PCLinuxOS 2007 if that helps. I'm running the latest Wine, I had to compile it myself... the latest one in the Synpatic is about 7 versions old.) Anyways,
2009 Jul 13
3
Cant run installer for FLVplayer on amd64
Hey I am a total wine newbie - what is going wrong here ? This is what I get in the console Code: gareththomasnz at thomaspc:~$ winefile fixme:mixer:ALSA_MixerInit No master control found on USB Camera, disabling mixer err:ole:CoGetClassObject class {56fdf344-fd6d-11d0-958a-006097c9a090} not registered err:ole:CoGetClassObject no class object {56fdf344-fd6d-11d0-958a-006097c9a090} could be
2009 May 19
3
can't run program - Exception EAccessViolation in module
Hello, on my work onli me work under Linux Fedora 10. Most we work with telnet and web-interface but for more comfort some of my collegs write program on delphi. This program good run and work under Windows xp, but doesn't work under my OS with wine 1.1.18. I have some chagrin because do little more work then other do =( That what I have, when run program in command page: Code: [Anton at
2009 Aug 07
3
Wine 1.1.26 crash on civ IV
Hi, recently I did update my system to xorg 1.6.3 mesa 7.5 and intel driver 2.8.0 and glew , prior to this update I had this game working ... now it gives me this error : > There may be more fonts available - try increasing the value of MAX_FONTS > There may be more fonts available - try increasing the value of MAX_FONTS > fixme:system:SystemParametersInfoW Unimplemented action: 55
2008 Jun 21
2
Error running Hearts of Iron 2 Doomsday and Armageddon
When I run wine Hoi2.exe, in addition to the usual alsa warnings, i get this: Code: wine: Unhandled page fault on execute access to 0x006e9118 at address 0x6e9118 (thread 0009), starting debugger... Unhandled exception: page fault on execute access to 0x006e9118 in 32-bit code (0x006e9118). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:006e9118 ESP:0309ff0c EBP:0309ffe8
2009 Jul 26
4
Wine Failing Miserably
I have a fully functional wine install on my Ubuntu parition. However, I have two relitively recent partitions, my Arch and my Xubuntu installs. I have attempted to get wine to work with either of thse installations and I have had absolutely no luck. I have uninstalled wine competely. I have deleted my ~/.wine directory. I have compiled from source on both 32bit and 64bit systems. I have
2008 Jul 01
0
Ubuntu 8.04, Wine - Microsoft NAVISION 4
I read a post about wine and Navision 4 SP2 at this url: http://appdb.winehq.org/objectManager.php?sClass=version&iId=4993&iTestingId=27140 I was very happy for this... and I have installed wine on my Ubuntu 8.04... after, I have installed Navision 4. Everything seemed ok but Navision 4 does not run. When I try to start navision by menu NAVISION does not start. I hope in your help !!!
2008 Jul 01
0
Blitzkrieg+Linux
Hi, I installed Blitzkrieg (I'm using wine 1.1.0): Burning Horizon, but game crashes after intro movies. There's only black screen and I can hear sound for few seconds and then I have to kill wine process: fixme:win:EnumDisplayDevicesW ((null),0,0x32f098,0x00000000), stub! fixme:msxml:domdoc_QueryInterface interface {df0b3d60-548f-101b-8e65-08002b2bd119} not implemented