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

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

2000 Dec 18
1
R: Some libraries and ideas for a 'librarified' R
Well, I think the better solution would be to put them on the web: I tried to open two web pages but I forget the possword every time :-(. I see 2 quick solutions: - send the files via e-mail - put the files on CRAN (where?); However I can do these in 2-3 days only (I have sources home). Regards, Federico Spinazzi spinazzi@databankgroup.it Databank S.P.A Via Spartaco, 19, ITALY Tel. + 39 02
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 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 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 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
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
2004 Feb 17
1
logon.bat and home dir
I recently set up a samba PDC 2.2.8 for testing purposes only. Everything runs well enough now. There is one thing I can't seem to get to work. I made a logon.bat logon script for sharing a share called 'databank' on T: and it works correctly, but trying to get the windows mount the home folder too results in no mounting. That is: no databank and no home folder (on T: and Y:). My
2003 Feb 18
0
more roaming profile issues
Gladly and with the help of this list, I have solved my previous problem with Samba as a PDC. My new and improved problem is with the ntusers.ini file. Which seems to be overwritten at each and every login. This creates a problem in that that file lists directories to be excluded and THAT list includes the Local Settings directory. In someone's infinite wisdom, they decided to also keep
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
2003 Jan 02
2
nonparametrics databank for analisys
I'm looking for data to use with nonparametrics exploration technics. I'm a undergraduate student in statistics at the Unicamp (Brazil), and i've to make a project (with orientation of a professor). I choose nonparametrics statistics to make the project. But in this project i must have to use a databank and present analisys. So, if somebody give me indications where i can find
2003 Jun 09
2
ESRI shapefiles and EMME/2 packages
I just uploaded two packages to CRAN. shapefiles_0.1.tar.gz - functions to read and write ESRI shapefiles (including dbfs) emme2_0.1.tar.gz - functions to read binary data from an EMME/2 databank data (EMME/2 is a transportation modeling program) Please let me know if you find any bugs or have some suggestions. Thanks. Regards, Benjamin Stabler Transportation Planning Analysis Unit Oregon
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
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
2017 Jun 17
3
write.dna command
Hi all, I am learning R by "doing". And this is my first post. I want to use R: 1- to fetch a DNA sequence from a databank (see bellow) and 2- store it as FASTA file. The problem: neither an error is prompted nor the fasta file is created. Testing the code (see bellow), I notice that everything works until the *"write.dna" *command - which is not creating the fasta file.
2017 Jun 17
0
write.dna command
I suspect you meant WD <- "~/Documents/Scripting/R_Studio/Sequences/" but I am entirely unfamiliar with the packages you are using, and know nothing about what is on your hard drive. For future reference: A) Read the Posting Guide. This is a plain text email list, and your html formatting gets removed leaving a mess that is not always readable. B) Most frequent users of R
2000 Mar 30
0
forwarded message from Griffith Feeney
--8sD16rPb6u Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Griffith, I'm forwarding the mail to r-devel. Best, Fritz --8sD16rPb6u Content-Type: message/rfc822 Content-Description: forwarded message Content-Transfer-Encoding: 7bit Received: from isildur.ci.tuwien.ac.at (root@isildur.ci.tuwien.ac.at [128.131.51.43]) by
2007 Sep 28
0
samba-3.0.24 on openbsd: low throughput
greetings list. am serving SMB using the samba-3.0.24 package on an openbsd 4.1-release machine and am seeing really low throughput from the server, even when both the server and client are on gigabit ethernet. the maximum throughput i've been able to attain is ~6 MBps, which is pretty slow, both on 100 Mbps and 1 Gbps segments. this top speed is identical on both 100 Mbps and 1 Gbps.
1998 May 06
1
R-beta: Re: WWWADMIN: Survival Analysis & Factors in R
>>>>> On Wed, 6 May 1998 12:14:54 +0100 (British Summer Time), >>>>> Mark Tucker (MT) wrote: MT> Please could you tell me where I can find the latest MT> version of R which will run in Windows 3.11 {with MT> Microsift's 32-bit adjustment present} MT> Ideally, I am looking for a version which will do survival MT> analysis & handle