similar to: R: Some libraries and ideas for a 'librarified' R

Displaying 20 results from an estimated 200 matches similar to: "R: Some libraries and ideas for a 'librarified' R"

2000 Dec 20
0
R: R: Some libraries and ideas for a 'librarified' R
I've just uploaded the files Thanks for your attention, Federico Spinazzi spinazzi@databankgroup.it Databank S.P.A Via Spartaco, 19, ITALY Tel. + 39 02 55002251 -----Messaggio originale----- Da: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> A: Federico Spinazzi <spinazzi@databankgroup.it> Cc: r-devel@stat.math.ethz.ch <r-devel@stat.math.ethz.ch> Data: lunedì 18 dicembre 2000
2000 Dec 15
0
Some libraries and ideas for a 'librarified' R
Hy you all, Short version: I think I have some code that could be interesting to make the R architecture evolve towards better thread support, easier memory management, better user interface programming (progress bar, logs), powerful debugging without recompiling (hach!) some years ago I start learning C with an ambitious project: write a C library for multivariate data analysis. On the route I
2000 Dec 06
1
R: RE:
A trick I use is to give tab-delimited text files created by excel or R the .xls extension: this may apply, and it may be better, to CSV: R couldn't see any difference whichever the extension will be, and windows will be foolished by the .xls extension an will open the file with Excel that will handel it CORRECTLY. If you need to have the data always alligned in Excel and R this trick will
2000 Nov 27
0
R: R: RODBC
It seems to work smoothly now. Thank you very much. Federico Spinazzi spinazzi@databankgroup.it Databank S.P.A Via Spartaco, 19, ITALY Tel. + 39 02 55002251 -----Messaggio originale----- Da: Prof Brian Ripley <ripley@stats.ox.ac.uk> A: Federico Spinazzi <spinazzi@databankgroup.it> Cc: R-devel@r-project.org <R-devel@r-project.org> Data: lunedì 27 novembre 2000 11.03 Oggetto:
2000 Nov 27
1
R: RODBC
Under which version of R is it supposed to run ? With 1.1.0 under windows NT 4.0 against Access databases it doesn't work, I cannot get the name of the tables, every query I execute returns with "No Data". I'm surely doing something wrong ... Federico Spinazzi spinazzi@databankgroup.it Databank S.P.A Via Spartaco, 19, ITALY Tel. + 39 02 55002251 >Several of you have kindly
2000 Oct 19
2
weighting observations
Dear R users, I wonder how to weight observationswhen computing statistics and creating tables (e.g. of counts) I'm used to the SPSS paradigm (WEIGHT by foo.) where any subsequent command will weight any variable ... Suppose that I want to compute a table of weighted counts: is the right R-approach to write a little custom function or it could be better to write a new class
2000 Oct 20
0
R: weighting observations
>Functions that handle probability weights and frequency weights (I think >the latter is what you want) are on my To Do list, but they are a long way >off so it would be great if someone else were to handle them. > I never wrote a package for R, but I'm quite fluent in other programming languages. Even if I don't use R from much time I think I can help. I basically need two
2016 Jun 08
3
password expire warning for dovecot users in IMAP/POP login
Alec-san, Thanks for your comment. Please lemme make sure one more thing. >IMAP has ALERT response which is supported by some clients. To make it happen, no need to add any other configurations on LDAP end once possword policy is correctly set? Thanks, Masaharu Kawada On 2016?06?08? 17:27, A.L.E.C wrote: > On 06/08/2016 10:05 AM, mkawada at redhat.com wrote: >> Whatever ways
2004 Jan 07
1
samba across subnets problems
I have a suse 8.0 server running samba 2.2.3, its ip adress is in 134.84.86.x and I'm trying to get it so that it works for both its subnet and 160.94.148.x. I have it configured how I want it for its own subnet, but I can't get it to work in the 160.94.148 subnet. This is what my smb.conf file looks like: [global] netbios name = muskrat workgroup = Statistics server string
2010 Aug 09
0
PCA analysis, presence-absence of mammals in parks
Hi everyone, So I am trying to see which ecological parameter of different parks in nyc influence the most the diversity of the medium-sized mammals in those parks. I have a bunch of different parameters for each park I'm done studying and the presence (1) and absence (0) of each mammal. I wanted to do a principal component analysis of those data to know which ones of those parameters are the
2016 Jun 08
2
password expire warning for dovecot users in IMAP/POP login
Aki-san, Thanks for your feedback. Whatever ways will do. For instance, in a thunderbird mail client, a pop-up message or notification email telling client that the password will be expired in XX days, something like this, would be nice. Thanks, Masaharu Kawada On 2016?06?08? 15:49, Aki Tuomi wrote: > > On 08.06.2016 09:37, mkawada at redhat.com wrote: >> Dear list, >>
2000 Jul 25
1
R: Use of libmath.a
>For example, > >> cc -I/usr/local/lib/R/include -lmath test.c ??? I guess it should be > cc test.c -I/usr/local/lib/R/include -lmath The order specified for object files (libraries are) on the compiler command line is IMPORTANT to the linker as it searches for symbols from left to right. Hope that helps. Regards, federico
2000 Aug 28
0
R: various ordinations
-----Messaggio originale----- Da: Michael Camann <camann at babylon.cnrs.humboldt.edu> A: r-help at stat.math.ethz.ch <r-help at stat.math.ethz.ch> Data: marted? 22 agosto 2000 21.02 Oggetto: [R] various ordinations >Colleagues, > >I'm developing a library of functions for community ecology analyses and >have a couple of questions that I've not been able to answer
2005 Mar 29
2
Asterisk@Home 0.7 released Question/Problem
I'm new to this and have tried to find the answer in the discussions and docs but to no avail. I even read the posting saying the password issue has already been discussed. So, at he risk of being exiled, here goes. Question 1: I've installed 0.7 and can log into the asterisk server from windows by typing http://192.168.1.11 I can log in with wwwadmin and the password I set myself
2003 Oct 08
1
Unsolicited change of group
Using rsync to copy files on the localhost, the group is being preserved even though I have not used the -g or -a options. My source files: $ ls -l ~/working/source/path -rwxr-xr-x 1 blakjak blakjak 115 Oct 8 01:37 foo.php -rwxr-xr-x 1 blakjak blakjak 6285 Oct 8 01:37 bar.php My destination: $ ls -l /active/path -rwxr-x--- 1 blakjak wwwadmin 115 Oct 8 02:06
2007 Jan 26
1
Asterisk Recording & Volume
Hi, I have Asterisk 1.2 + Adit600 Channel bank(which gives analog output and also takes PSTN lines into the Asterisk system). Conversations recorded by the ASTERISK comes in two separate Files: xxxxxx.0-in (GSM Audio) for the Asterisk Extension Side of the conversation; xxxxxxx.0-out (GSM Audio) for the Caller's side of the conversation. I have Quick Time Player to playback the
2004 Aug 06
2
icecast.conf and wwwadmin
I recently installed for the first time: icecast latest version: 1.3.12 ices latest version: 0.2.3 Things are moving along pretty well. Found out that I needed libxml-devel as well as the regular libxml to get the ices XML conf file read. Otherwise, functionality is great. CPU usage is low and Im very happy. My question is... the docs say I need to set the http_admin to 1 to allow access to web
2002 Jan 27
1
cran@ci.tuwien.ac.at is not responding?
Hi, I have submitted a package to CRAN in ftp://ftp.tuwien.ac.at/incoming/pastecs_1.0.tar.gz. The R extension manual advises to send a mail to cran at ci.tuwien.ac.at about it, but it fails. I have also tried WWWadmin at ci.tuwien.ac.at. Are these email adresses still valid? Best, Philippe Grosjean ...........]<(({?<...............<?}))><............................... ) ) ) )
2001 Oct 26
1
ks.test (PR#1004)
The note to 1004 says "fixed for 1.3.1" Uh. No. It ain't. The problem was more serious than guessed as even the simplest testing would show. For example, Example 5.4 in Hollander and Wolfe (Nonparametric Statistical, Methods, 2nd ed., Wiley, 1999, pp. 180-181) R Version 1.3.1 (SuSE Linux 7.1) > X <-
2002 Feb 03
1
Bounced mail to CRAN
Sorry to bother the help list with this, but I've sent two messages to: cran at r-project.org to notify about an upload and both have bounced due to: <cran at r-project.org>: Mail Server is down or unreachable. Thanks Jim This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate,