similar to: R 1.8 for debian

Displaying 20 results from an estimated 1100 matches similar to: "R 1.8 for debian"

2004 Feb 15
2
build problems on Fedora Core 1
Hello... I tried to build R-devel today on Fedora Core 1 (with gcc 3.3.2) but I am running into a couple of errors. On the same system R-1.8.1 compiles just fine, as did a previous version of R-devel. This is what I did: # change LANG as default in FC1 is UTF-8 export LANG=en_US.ISO8859-1 export LANGVAR=en_US.ISO8859-1 # get fresh sources and configure mkdir R-devel rsync -vrC
2001 Sep 07
3
State space modelling
Hi, I'm new to R and am trying to implement a state-space model, and do some simulations looking at how well it works. Does anyone have an example I could use as a template? I'm having trouble working out where to start, and haven't been able to find anything similar in the help files or on the web. My example is a surplus production fisheries model, so something similar to that
2012 Apr 11
1
bayesian gene network construction
Hello: I have looked at the bnlearn and deal packages for infering bayesian network. Can anyone suggest any other suitable package for constructing bayesian gene regulatory network using gene expression data? Thanks! John [[alternative HTML version deleted]]
2004 Jul 28
2
Collect recording before sending to extension or queue
Has anyone does this with *? Ie, ask for the caller's name and provide that to the callee before bridging? For calls to an extension, it should be doable via the dialplan. For calls to queues, some changes would be required to app_queue.c to allow an addional file to be played after the announce message. -JimC
2003 Dec 09
2
packages for ecologists
Hello R-user, sorry for this very off-topic question. But I shall present R to my dept. (pro's and con's and what it can do). The pro's and con's are easy but not what R can do (additional to the "normal" statistics). I looked through the packages, but the enormous amount of packages makes it very difficult for me to decide which one is worth mentioning. I used
2005 Oct 22
2
simple question
Its just a simple question I guess: I have a vector with missing information like x<-c(0,1,31,131,NA,133,NA,310,NA,112,3,1,2,93) How can I make a vector like this no missing in it. I used the x[x<0] commabd and tried some more, with no success. thx Korbinian
2003 Nov 03
10
USA map
R users, In S, there was a function called usa() that would draw the map of the United States, plus it had other options for graphics. I have looked but I can't find the equivalent in R. Is there one? Thanks, Jason
2001 Sep 24
0
syntax highlighting pattern for NEdit
Hi all, I have just uploaded an R syntax highlighting pattern for NEdit - for those that prefer Nedit over Emacs (like myself). NEdit: http://www.nedit.org R pattern: ftp://ftp.nedit.org/pub/contrib/highlighting/r.pats Comments welcome! Korbinian -- Korbinian Strimmer http://users.ox.ac.uk/~strimmer Dept. of Zoology, University of Oxford, South Parks Road, Oxford
2016 Jul 19
8
Getent passwd doesn't show Domain Members
Dear Support-Team, i have a problem regarding the function of winbind on a samba4 Active Directory Domain Controller. I installed samba4 from the standard debian sources. Made the domain provisioning and installed Kerberos. After that I installed winbind and linked the libnss_winbind.so.2 -> libnss_winbind.so. Wbinfo -u and wbinfo -g do work properly. The strange thing is, that
2003 Aug 06
3
problems with lda , data included, can somebody test with the new version
enclosed a simple R script (and a data file, and the output) , with calls lda similar to the example with the iris data in the documentation. it is not working and i dont understand the error message. can anybody help me? i am using R 1.5.1 (2002.06.17) on debian woody stable. I would like to avoid updating now, because i want to keep the system in "stable". can somebody test, if the
2003 Apr 21
2
name of arrays
Hello, I computed acf() and have an array as output. now I would like to have only one matrix or data frame (not yet familiar with the nomenclature) extracted from this array. or even only the first row of each matrix. the first part of my data "test" is called $acf ,1 , , 1 , , 2 1, , ... ... 2, , .. ... I tried several names but nothing wants to work, I only
2003 Apr 03
1
ts function
hello I read "Practical Time Series" (Gareth Janacek; 2001) and they presented e.g the smoothing functions msmooth(x,k) or the bivariate function crosscorr(x,y,k), but both didn't work on my machine. I only load the ts library, is another library necessary or did this function change since 2001? Is there a more recent and detailed manual for ts? thanks, cheers Martin -- Martin
2003 Apr 30
2
acf() with two df?
Hello, I have two dataframes, one with a time series of variables and another one with biological data of each plot. the column names correspond to each other plot1 plot 2....... 1983 ... .... 1984 ... .... ... and plot 1 plot2 1 ... ... 2 is it somehow possible to use acf() with two data frames and get a p values for the whole correaltion of these
2002 Oct 19
4
still problems gettin it to work
i checked all my options again. could it be, that it is a problem with my compiler? does dovecot support gcc3.2 with glibc 2.2.5? korbinian
2002 Jun 18
1
Compile Samba-2.2.4
As the list probably already knows I'm fairly new to Linux / Samba. Please bare with me. =) I've managed to compile Samba-2.2.4. The first compile went wrong using the "configure -with ldap" command (something like that). Anyway 2 days later after apt-get' ting any packages with "lib" and those that sound like they belong in the build =) I got it to compile
2007 Apr 10
4
how to install asterisk on redhat ?
Hi....asterisk users... how to install asterisk on redhat ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070410/0e647e89/attachment-0001.htm
2003 Mar 14
2
grasper installation
Hello R user, I downloaded grasper_0.3-2.tar.gz and installed it as described. $ su $ R CMD INSTALL grasper_0.3-2.tar.gz $ R that seems to work, but > grasp.GUI() doesn't work. I read the note, that graspeR need mgcv (downloaded), MASS, modreg and tcktk . I haven't found the last 3 packetages in the Suse 8.1 contrib list. Where can I find them? Or what could be the problem? thanks in
2004 Dec 14
5
sort() leaves row names unaffected
Hello, I wonder if I ran into a bug. If I do summary(df1$X1) -> df1.y df1.y a b c d e [1,] 50.74627 8.955224 17.91045 19.40299 2.985075 sort(df1.y) a b c d e [1,] 2.985075 8.955224 17.91045 19.40299 50.74627 my numbers are sorted but do not anymore correspond to the rownames. For me it is counterintuitive that solely the numbers are sorted and not the names. Is
2002 Oct 15
2
still problems getting it to work
hi all, after havong some other trouble with my server i finally managed to recompile and install dovecot. installed it in /usr/local (the dafault). below u see a dump of my config file. i want to use "normal" shadow passwords for authentification. i adjustet the pathes from /usr/ to /usr/local/. when i login with outlook express 4 example i get the error: unsupported authentification
2003 Apr 30
1
Interactive Input Problem
Hi, I built and installed R-base-1.7.0 on SuSE 8.2 without any problems, but the interactive R interpreter, has problems with cursor movement: > ls() character(0) > ^[[A^[[B^[[D^[[C^[[A^[[D^[[C^[[B^[[D^[[A These ugly characters are produced by the arrow keys. Does anyone know how to fix that problem? Ciao Sebastian