similar to: Macmillan dictionary (gold App) fails first run

Displaying 20 results from an estimated 100 matches similar to: "Macmillan dictionary (gold App) fails first run"

2008 Aug 10
1
Macmilan dictionary gives me an error
Hi! As the subject line says, Macmillan dictionary gives me an error msg: Code: wine: Unhandled page fault on read access to 0x003ad6a1 at address 0x36a2e5 (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x003ad6a1 in 32-bit code (0x0036a2e5). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:0036a2e5 ESP:0032feb4 EBP:0032febc
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
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,
2011 Sep 29
1
Fallout: NV crashes on Launcher - Arch 64
After following the instructions on the App page, I am having issues launching the launcher for Fallout New Vegas. It gives me the (splash?) image, and then crashes. What is in the terminal: Code: [alec at Anya Fallout New Vegas]$ optirun wine FalloutNVLauncher.exe ERROR: ld.so: object 'libdlfaker.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object
2006 Feb 16
0
wine crashes when creating .wine
Dear All, Sorry if the following is well known. I could find two or three similar reports elsewhere, which were never answered. When I first run wine, I get a page fault. This is with wine 0.9.7, using ubuntu 5.10 (but I also had the same problem with gentoo with 0.9.x, x=1,2,3,4,5), ati fglrx 8.22.5 drivers (but the same also occured with 8.16.x) correctly installed. as you can see below,
2012 Aug 06
1
bibtex::read.bib -- extracting bibentry keys
I have two versions of a bibtex database which have gotten badly out of sync. I need to find find all the entries in bib2 which are not contained in bib1, according to their bibtex keys. But I can't figure out how to extract a list of the bibentry keys in these databases. A minor question: Is there someway to prevent read.bib from ignoring entries that do not contain all required fields?
2010 Nov 14
2
Cannot install directx9 using winetricks
I have a problem since reinstalling my computer with Ubuntu 10.10 x64. Previously I used Ubuntu 10.04 32 bit and things worked nicely, so I am not sure if the problem is the step from 10.04 to 10.10, or the step from 32 to 64 bits. Now when I try to use winetricks to install directx9 (needed for Fallout3), I get an unhandled page fault when DXSETUP.exe starts to run: Code: Executing wine
2010 Nov 09
1
IDriver crash on install
Hello all, I use Silkypix Pro on Wine (a licensed RAW file converter). It worked fine in the last few versions but the current one won't install: I get a popup "The program IDriver.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience" the "InstallShield 1628: Failed to complete installation". A more complete log is below. Google
2008 Mar 31
2
Finding a mean value of a variable holding a dummy variable fixed
I have time-series data on approval ratings of British Prime Ministers. The prime ministers dating from MacMillan onward till today are coded as dummy variables and the approval ratings are entered for each month. I want to know the mean value of the approval rating of each Prime Minister in the dataset and the approval rating during his/her first month and last month as PM. What R code should
2006 Nov 06
2
receptionist - large number of concurrent calls - example needed
Hello, Can anyone provide me with an example of how they have set up their dialplan and handset for a receptionist desk that handles a large volume of concurrent calls? I'm having a problem with transferring calls while several calls are either answered or coming into a receptionist's telephone at the same time. Thanks, Colin -------------- next part -------------- An HTML attachment
2000 Jan 10
1
DCE/RPC over SMB: Samba and Windows NT Domain Internals
It's now available from Macmillan Technical Publishing. The only source of information publicly available on Windows NT authentication and password-update methods, including NTLMv1, NTLMv2, NTLMSSP, the Domain Logon Protocol (NETLOGON and NETLOGON "Secure Channel"), Windows 95 user, NT user and NT Administrative password changes, and how the SAM database is encrypted when
2007 Feb 22
0
Lastest upgrade of smb on RedHat doesn't work
The latest upgrade of from samba 3.0.9 to samba 3.0.10 has caused problems on my samba server. On the Windows computers you can no longer see the WINS server ( the RedHat server) in the Network Neighborhood, say server1. The printers that we have added through the network neighborhood no longer work. One has to search for the full name of the server ( server1.xxx.xxx.edu) with the
2000 Jan 26
0
coding volunteers needed for msrpc server-side API conversion
ok, people, i _really_ need help with this. i estimate that if i work on this full-time it's going to take about... two weeks. i have one volunteer for the samr functions. it's been two days, already, and i'm only half-way through samr. that means, nothing else gets done, and samba-tng current cvs is broken because the _samr_lookup_rids() function goes into an infinite loop on that
2002 Jan 08
3
Finding functions in uninstalled libraries
(Many thanks to David Barron & Jonathan Baron for pointing me to 'recode' in the 'car' package). I think I've been told this before, but how do I search for a function/keyword in libraries I don't yet have installed? (ie. on the CRAN site I tried the search engines with "recode" etc., but didn't pick up the car package this way) Stuart Dr Stuart Leask