search for: progamming

Displaying 20 results from an estimated 78 matches for "progamming".

Did you mean: programming
2012 Feb 01
0
Help on the progam of CGE models
Is Computable General Equilibrium modelling(CGE modelling) possible in R.... Please help as the software which does it is very costly especially for the developing countries scholars like me Thanking You Ayanendu Sanyal Institute for Social and Economic Change Nagarbhavi Bangalore India PIN 560072
2009 Mar 11
11
Progams not load after Ubuntu Security Notice USN-732-1 dash
Yesterday I was using normally my " wine programs" under Ubuntu 8.10 / Wine 1.1.16 . Ubuntu pop up a request for critical securiy update ( Ubuntu Security Notice USN-732-1 March 10, 2009 dash vulnerability CVE-2009-0854 ) . Applied . Today I logon on Ubuntu and some programs under wine do not load more . I means they do not start at all . Some other yes . Depend program by program .
2004 Jun 03
3
Sloppy argument checking for named arguments
Christian -- This is not a bug, but a feature, and the dot is not the issue here. R uses partial argument matching on function arguments. So: > f <- function(foobar = 0){print(foobar)} > f function(foobar = 0){print(foobar)} > > f(fo=1) [1] 1 > f(foo=1) [1] 1 > f(foob=1) [1] 1 > f(fooba=1) [1] 1 > f(foon=1) Error in f(foon = 1) : unused argument(s) (foon ...)
2006 Jan 19
6
Dynamic Programming in R
Hi R users, I am looking to numerically solve a dynamic program in the R environment. I was wondering if there were people out there who had expereinced success at using R for such applications. I'd rather continue in R than learn Mathlab. A concern that has been cited that may discourage R use for solving dynamic programs is its memory handling abilities. A senior researcher had a lot of
2011 Jun 10
4
running R commands asynchronously
I am interested in running R commands asynchronously. My first choice is in the same R session that I am currently in. Here, the goal would be to run something like RunAsynchSameSession(myfunction(), "outputname.rda") Once RunAsynchSameSession had started myfunction(), RunAsynchSameSession would complete immediately. myfunction would keep going. It is OK if execution of the
2011 Jun 30
1
api sdk installation
hi i need to install the api sdk for xen cloud platform can u pls tell me how to install the api sdk and, the there procedure how to develop my own program using python , can u pls tell me the steps for the sample progam -- R.G.BABUKARTHIK _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2003 Feb 17
2
Q: libreadline.so.4.1 problems on Alpha/Linux
Dear List I'm trying to run R on a DIGITAL Alpha / Linux RedHat 7.2 The .rpm requires libreadlin.so.4.1 RedHat 7.2 comes with libreadline.so.4.2 I installed the R-1.6.0-1.aplha.rpm with option --nodeps, since it otherwise complained that the required libreadline.so.4.1 was missing. This seemed to be the only unsatisfied dependency, at least that was the only one mentioned when installing
2005 Dec 14
1
Translation Dictionary (Rosetta Stone)
Dear List: A while back I found a web site called the Rosetta Stone for Computer Algebra Systems showing how to do similar operations in different symbolic programs. This has been very helpful for moving between Mathematica, Yacas and Maxima. I wonder if anyone maintains something akin to this for translating R to SAS, Minitab, Stata etc? I am familiar with the various (useful) reference
2001 Apr 15
1
the space in path
Hi, To run some progames with wine using wine /hda1/Programe File/xx.exe, can never sucess, even with c:\\Programe Files\\xx.exe. What's the way out? Thanks.
2003 Apr 25
1
Problem using the ogg-vorbis win32 SDK 1.0 [VC++6.0 XP]
Hi I am using ogg-vorbis win32 SDK 1.0 [ VC++ 6.0 , Windows XP ] I am trying to use the function "vorbis_analysis_headerout() ; " When I called the function in a stand alone small C progam it worked , but when I tried to use the same function as part of some big project it failed saying "Access violation in Vorbis.dll " and the application closed. Any clue ??? Thank you,
2005 Nov 09
2
About: Error in FUN(X[[1]], ...) : symbol print-name too long
Hi, I??m trying to use the Win2BUGS package from R and I have a similar problem that reurns with the message: Error in FUN(X[[1]], ...) : symbol print-name too long But, there is no stray ` character in the file ( Sugestions given by: Duncan Temple Lang <duncan> Date: Mon, 26 Sep 2005 07:31:08 -0700 ) The progam in R is: library(R2WinBUGS) library(rbugs) dat <-
2006 May 06
1
Mouse problems
Hi I am running Centos 4.3 and I having irratic problems with my mouse. I have the same problems with other versions of centos as well. I have search and tried everything that I could find but still it's not working right. It is a new microsoft laser wireless mouse 6000 For the most part it seems to work okay but it the buttons seem to click on there own a you move the mouse. For
2008 Mar 12
1
Negative/ positive rolling correlation
...on! There is one question I have though. I can see that worksheets and history can be saved, however I am beat as to exactly what they save? Do they save the command lines and associated data sheets and graphs? Oh, I'm using Rcmdr. In my case it is an excellent software that cuts hours off my progamming work freeing up time for other parts of the project and breaks, lol! The other, I want to do a correlation to highlight matching patterns between two columns of radon levels (96 lines each) divided by the hour they were recorded in the two machines. A scattergraph is similar but I want to produce...
2007 Apr 16
1
User space tool to extract ext3 inode information
Hello! I need to write a user space tool that can dump logical block addresses used by every file in a ext3 file system. For example, if file foo uses LBAs 2,3 and file bar uses LBAs 100,102,156, then the ouptut should read: FILENAME LBAs foo 2, 3 bar 100,102,156 Is there a tool that exists that can do this? If not, what would be a good strategy to write this tool. I am
2008 Apr 21
4
key remapping
hello, im playin worms armageddon in opensuse with wine 0.9.44, so this works fine. but in windows i became very familar with my self made keyboard layout. i changed space to num 0 for example. i tried some progs now, like key tweak for windows, this doesnt work due to the missing registry entry, which key tweak uses. autohotkey has problems with finding my keyboard layout (showes me errors in
2007 Apr 26
2
Program entries not working
Dear All After various failed attempts at using Wine I have installed this from the Mandriva 2006 DVD. I have version ?Wine 20050725?. I have installed Paint Shop Pro as follows: As a user I typed: ?Winecfg? and when in the configuration programme I went to the Application tab > Add Application button > browse to the installation executable: ?/mnt/cdrom/autorun.exe? > Open button
2001 Jul 20
1
frames and formulas
...foo(dat) and produces the error Error in model.frame.default(formula = V4 ~ ., data = dummy) : Object "dummy" not found I know the solution has something to do with terms, formulas, frames, environments, etc., but I can't figure it out (despite having read sec 3.4-3.5 of 'S progamming'). The reason I want to call 'tree' inside a function is that I am defining a tree-based Conditional Probability Distribution (CPD) class that should be able to be fit given an arbitrary number of parents. Currently I implement this as shown below. This of course fails for the reason a...
2006 Mar 21
2
A day of trying to get something to work
Well, after spending a day of working with trying to install an assortment of progams on my Wine installation for SuSe 10.0, I'm giving up. Every time I get almost to the point where I think it could be useful, something happens. The latest was a complaint at the very end of the extensive install for Brittanica encyclopedia, saying something couldn't be found. Why does everything have
2001 Aug 07
5
www.ud.com Think to work under wine.
Does anyone know how to make www.ud.com's Think Cancer Research Program Work under wine? I got it to install, but then it can't contact the server to register. Any ideas/suggestions? Thanks in advance, Dan W
2012 Feb 05
3
pxelinux search order for configuration file
Hi Everyone. is there a need to have on searching the configuration file the request for the "odd ip addresses" ? Let me explain: from /doc/pxelinux.txt : ... Next, it will search for the config file using its own IP address in upper case hexadecimal, e.g. 192.0.2.91 -> C000025B (you can use the included progam "gethostip" to compute the hexadecimal IP address for