similar to: Willing to pay to get a program to run on Ubuntu

Displaying 20 results from an estimated 4000 matches similar to: "Willing to pay to get a program to run on Ubuntu"

2004 Nov 05
1
Error message from vignette strucchange-intro example
Hello, I am just studying the following example from vignette: strucchange-intro, contineousely ending up in an error. This is the given code: 1. library(strucchange) 2. data(USIncExp) 3. if (!"package:stats" %in% search()) library(ts) 4. USIncExp2 <- window(USIncExp, start = c(1985, 12)) A.Modelling: coint.res <- residuals(lm(expenditure ~ income, data = USIncExp2))
2012 Jul 31
3
Help with NaN when 0 divided by 0
Hi All, I have some data where I am doing fairly simple calculations, nothing more than adding, subtracting, multiplying and dividing. I’m running into a problem when I divide one variable by another and when they’re both 0 I get NaN. I realize that if you divide a non-zero by 0 then you get Inf, which is, of course, correct. But in my case I never get Inf, just NaN because of the structure
2011 Apr 13
6
Winevdm launchs a second, unwanted black window.
Hello, A couple of years ago I installed Wine on my Ubuntu 8.04 in order to be able to run Winisis, the Unesco program for managing library databases. Everything worked fine, until I decided to upgrade the Ubuntu. Now that I have wine 1.2 installed on a Ubuntu 10.04, I am experiencing the following problem. Each time I run Winisis, Winevdm launchs a second, black window. You may say it is not a
2005 Aug 16
1
Fwd: Documenting data sets with many variables
Hi, since nobody answered to my first message, I try to explain my problem more clearly and more general this time: I have a data set in my R package "micEcon", which has many variables (82). Therefore, I would like to avoid to describe all variables in the "\format" section of the documentation (.Rd file). However, doing this lets "R CMD check" complain about
2011 Apr 04
0
PERT/CPM on R
Hi! I was wondering if PERT or CPM was implemented in R. I looked in the search engines but didn't find anything. Since there are so many packages, I thought I'd double check via the discussion. Thanks, Laura. [[alternative HTML version deleted]]
2015 Nov 03
0
Thoughts on virt-builder --output-alloc sparse|preallocated
I had a good go at implementing $subject, but it's not as easy as it seems. There was a customer request for this, although I don't think they ended up filing a BZ for it. Anyway, these are my random thoughts in no particular order. It would be nice to use `-oa sparse' etc for compatibility with virt-v2v, but that possibly closes off future options for replacing the horrible OCaml
2005 May 04
1
Double hurdle model in R
I am interested in utilizing this so called "double hurdle" model in my study. We can write the model in the following way: if (z'a + u > 0 & x'b + e > 0) y = x'b + e, else y = 0 In the model, consumption y is the (left-) censored dependent variable. e and u are the normally distributed error terms. z'a is the participation equation and x'b is the
2006 Sep 04
1
generating loglogistic distribution in R
Hi Dear, Can someone please inform me on genreating random variables of Loglogistic, and PERT beta distributions? Thanks for your time and help, in advance. Regards, Murthy.
2006 May 16
2
Engel curve
Hi, has anybody an example of an Engel curve analysis in R or does there exist a package to estimate and plot Engel curves from expenditure / income data in R? Thanks a million for your hints, Werner
2009 Mar 03
3
winedos.dll question
I'm trying to install a Win95 vintage program, EWview, from a set of three floppies in WINE 1.1.9, buy all I'm seeing is: $ wine setup.exe err:dosmem:load_winedos Could not load winedos.dll, DOS subsystem unavailable winevdm: unable to exec 'D:\ewview3.08.2\one\setup.exe': DOS support unavailable However, I would seem to have winedos.dll installed: $ locate winedos.dll
2011 Feb 26
3
tbx player and asymgrid.vbx
Hello, I've got wine 1.2 in ubuntu and try to run an english course for windows. It uses the tdk player and it runs ok, until i choose a lesson. When I choose a lesson, a window appears with title "Add Extension" It's a file open type dialog, and in the field "File name", says "ASYMGRID.VBX". I navigate to "windows\system32" in the "C:"
2008 Jul 17
2
Warcraft 1 won't work.
Hello everybody. I want to play Warcraft 1 on my Ubuntu 8.04 (wine-1.1.1). But first of all, i get this error: Code: winevdm: unable to exec 'Z:\Warcraft\SETUP.EXE': DOS memory range unavailable Then i have read PreloaderPageZeroProblem. Now the error has changed to: Code: Not enough memory on exec What can i do to get Warcraft 1 to work? thanks Sorry for my bad English.
2008 Nov 30
1
Cannot run Win16 installer for Judaic Classics
Hi, I am trying to install Davka Judaic Classics IIc, a bookshelf kind of software with Hebrew books. It is a win32 program that was designed for running also on win3.11, hence the installer is, I believe, win16. I have used this software on Win95 and Win98. The program happily runs off emulated cdroms. I have now tried to install this program under wine, but can't even get the installer to
2010 Oct 07
2
Re: running 16 bit real mode executables on mac
Hey guys, i know this post is old, but i'm also having the same problem. I'm trying to compile MASM 6.1.5 programs in wine, and using ml.exe compiles and links everything perfectly and outputs a .exe file with no complaints. Then, when i try and run the program it give me an error like Code: fixme:module:__wine_load_dos_exe DOS executables not supported on this platform winevdm:
2008 May 26
4
running 16 bit real mode executables on mac
Hello all, first of all congratulation to all the wine stuff for the great job. I was trying to run some old 16 bit executables using wine (darwine) for mac, but from what i understand darwine is still not able to execute those exe. On Linux, doing wine TASM.EXE works fine, under mac, typing the same command (but using darwine) i get fixme:module:wine_load_dos_exe DOS executables not
2008 Nov 10
1
plotting graph in different device
Hi, i try to plot my graph into different device using x11(), but when i do this comes up: > x11(print(plot(A5e$ECAB,A5e$EXPEND,type='p',main='Per capita expenditure > against economic + ability index without outliners',xlab='ECAB',ylab='EXPEND',xlim=c(0,150),ylim=c(150,400), + col='red',col.axis='blue'))) NULL Warning message:
2008 Oct 10
2
linear expenditure model
Hi, I would like to estimate a linear expendire with Systemfit package. (method: "SUR") As someone could show me how to define the equations? Thanks. -- Think before you print ! ********************************************************************** Disclaimer: This e-mail may contain confidential informa...{{dropped:9}}
2016 May 17
0
Re: Can I specify qcow2 preallocation method with virt-builder?
On Tue, May 17, 2016 at 6:01 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Tue, May 17, 2016 at 05:53:31PM +0300, Yaniv Kaul wrote: > > On Tue, May 17, 2016 at 5:48 PM, Richard W.M. Jones <rjones@redhat.com> > > wrote: > > > > > On Tue, May 17, 2016 at 03:41:53PM +0100, Richard W.M. Jones wrote: > > > > On Tue, May 17, 2016 at
2016 May 17
2
Re: Can I specify qcow2 preallocation method with virt-builder?
On Tue, May 17, 2016 at 05:53:31PM +0300, Yaniv Kaul wrote: > On Tue, May 17, 2016 at 5:48 PM, Richard W.M. Jones <rjones@redhat.com> > wrote: > > > On Tue, May 17, 2016 at 03:41:53PM +0100, Richard W.M. Jones wrote: > > > On Tue, May 17, 2016 at 05:15:57PM +0300, Yaniv Kaul wrote: > > > > When creating qcow2 images using virt-builder, is there a way to
2009 Jan 09
2
Trying to run really old Macromedia Director game
Hello, I have wine v1.1.10 installed from portage on a Gentoo x86_64 box running KDE 3.5.9 and Linux kernel 2.6.27-gentoo-r7. Wine built cleanly and the included apps (iexplore.exe, notepad.exe, explorer.exe, winhlp32.exe regedit.exe and even cmd.exe) all run fine. Networking works with no trouble in iexplore.exe. I am very impressed with this app. I tested multimedia by downloading and