similar to: Vis5D interface package

Displaying 20 results from an estimated 700 matches similar to: "Vis5D interface package"

1999 Sep 17
2
Non-interactive sessions
Greetings, Quick Summary: How does R function non-interactively? I can't print graphics to an X11 window. I set up what appears to be called a "noninteractive" R session using the Perl code at the end of this message. Everthing seems to work fine as written. I get a nice postscript file with my graphics. However, I would like to display X11 R-graphics for the Perl-script
2002 May 15
0
Reading multi-line FWF data
I keep getting these fixed-width format (FWF) data files where variables for a single subject are spread across multiple lines and each line has a different format (apparently created with SAS or SPSS). To read them I stole some stuff from `read.fwf' in base R and threw together the function included below. Please feel free to test this function with your own data and let me know of any
2010 Aug 31
1
Wrong MySQL sintax, I can't login
Hi guys: I can't login as a user: The output of mail.log: Aug 31 08:39:45 socrates dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=imap^Ilip=178.63.82.247^Irip=81.39.27.227^Ilport=143^Irport=33715^Iresp=AHBhYmxvLnJvZHJpZ3VlekBlc2N1ZWxhc3VwZXJpb3JkZWNvYWNoaW5nLmNvbQBwZXJpa2l0YS4= Aug 31 08:39:45 socrates dovecot: auth-worker(default): sql(pablo.rodriguez at
2010 Sep 01
3
Dovecot creating aditional folders?
Hi guys. My conf: # 1.2.9: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-23-server x86_64 Ubuntu 10.04.1 LTS reiserfs log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap imaps pop3 pop3s ssl_cert_file: /etc/ssl/mail/dovecot.crt ssl_key_file: /etc/ssl/mail/dovecot.key disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /usr/lib/dovecot/imap-login
2003 Aug 06
1
adddriver rpc command generates segmentation fault
Hi, I'm trying to add a printer driver to samba 2.2.7, part of the RedHat 9 distro. I have all the associated files under print$/W32X86 (I verified that they were where I thought they were from samba's POV by looking via smbclient). Below is the output from a getdriver command issued to a W2K PDC to get the names of all the required files for the particular printer: [Windows NT x86]
2000 Sep 17
1
Weighted Histogram
Greetings, I'm having trouble finding a simple way to calculate a weighted histogram where there may be zero raw counts in a given interval. Given equal-length vectors of data 'data' and weights 'w', and breaks (intervals) for the histogram, I calculate a weighted histogram as follows (see MASS's 'truehist' for an unweighted histogram): bin <- cut(data,
2009 Jul 29
0
R programming class - Boston USA area - or online
Hello - I am just beginning to look into R Programming and have written some basic R code. Do you know of anyone in the Boston-USA area that might be offering any courses on R Programming? Or possibly a course online? Many thanks Mike Boucher Michael Boucher | Quantitative Analyst - Portfolio Manager | Fidelity Strategic Advisers | 82 Devonshire Street Boston MA V5D | 617-563-2691
2001 Mar 02
0
[OT] correspondence analysis w/ non-mutually-exclusive ca tegories
Andy, Take a look at Greenacre, Theory and Applications of Correspondence Analysis. He has many example of dealing with all sorts of data. Basically, the technique is relevant for 2-way tables -- MCA is an extenstion. It is not clear in your example whether CA is really appropriate -- you want to make an observation (if at all possible) fall in one cell, treating the others layers as
2002 Jun 27
2
GUI bug (PR#1711)
Full_Name: Socrates Alikhanidi Version: 1.5.1 OS: Windows 2000 Submission from: (NULL) (133.15.3.28) During resizing of 'R Console' windows the fatal error of forbidden memory access appears. To reproduce that with a guaranty, resize windows by mouse with small steps. Probably the faster computer is, the earlier that event appears. I have PIV 1.8 GHz. Waiting time was near 1 second.
2013 Oct 01
1
9.2-PRE: switch off that stupid "Nakatomi Socrates"
> > Message: 6 > Date: Mon, 30 Sep 2013 20:23:16 +0200 > From: David Demelier <demelier.david at gmail.com> > To: freebsd-stable at freebsd.org > Subject: Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates" > Message-ID: <5249C194.8030504 at gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > On 30.09.2013 15:50, Matthieu Volat
2003 Sep 19
2
About PLS analysis
Dear colleagues, May you point me out to the PLS module in R system? I could not find it at all using "PLS" or "partial" as the search keywords. Thank you. Sokratis. ---------------------------------- Sokratis ALIKHANIDI, Ph.D. Department of Knowledge-based Information Engineering Toyohashi University of Technology 1-1 Hibarigaoka, Tempaku-cho, Toyohashi 441, JAPAN TEL:
2012 Feb 07
2
[LLVMdev] clang errors on void main()
Is there any way to stop this ? /home/socrates/llvm/llvm-3.0.src/benchmarks/powerstone/crc/crc.c:67:1: error: 'main' must return 'int' void main() ^ 1 error generated. Thanks
1999 Mar 15
3
dos?
I have an old dos app that doesn't run in the win95 shell very well. There are problems with the graphics. Is it possible to connect to a samba server from real dos? I assume the answer is no but I thought I would check. Verne Ball vball@socrates.berkeley.edu
2002 Jul 30
5
Samba running as PDC and BDC
I am in the process of investigating whether it's viable to replace our NT server domain with a linux server domain using SAMBA. The key is if Samba can act as a PDC, with other Samba BDCs in remote locations. Is this possible? ---------------------------------------------- Gabriel Matthews gabriel@cinergycom.com Network Support Cinergy Communications When life hands you
2010 Nov 17
2
help on IDE
I am new comer in R.There r few IDE like Tinn R,VIM etc.I mean How to use them? Do I need to install R and then install them to use or they can work alone? Also does one install packages on R or IDEs? Can I call/use the package from IDEs? regards Parth -- Socrates, proclaimed: "I came to know one thing; that I know nothing".
2012 Feb 07
0
[LLVMdev] clang errors on void main()
On Mon, Feb 6, 2012 at 6:51 PM, Xin Tong <xerox.time.tech at gmail.com> wrote: > Is there any way to stop this ? > > /home/socrates/llvm/llvm-3.0.src/benchmarks/powerstone/crc/crc.c:67:1: > error: 'main' must return 'int' > void main() > ^ > 1 error generated. You mean besides fixing the source of your benchmark so it's valid C? Not at the moment...
2012 Feb 08
1
[LLVMdev] clang errors on void main()
07.02.2012 07:27, Eli Friedman пишет: > On Mon, Feb 6, 2012 at 6:51 PM, Xin Tong<xerox.time.tech at gmail.com> wrote: >> Is there any way to stop this ? >> >> /home/socrates/llvm/llvm-3.0.src/benchmarks/powerstone/crc/crc.c:67:1: >> error: 'main' must return 'int' >> void main() >> ^ >> 1 error generated. > You mean besides
2006 Sep 16
1
CentOS 3 fails yum update
Here's what I get: [root at socrates root]# yum update Gathering header information file(s) from server(s) Server: CentOS-3 - Addons Server: CentOS-3 - Base Server: CentOS-3 - Extras Server: CentOS-3 - Updates Finding updated packages Downloading needed headers Resolving dependencies .IOError - # 2 - No such file or directory I've tried yum clean and yum clean all, rpm --rebuilddb.
2014 Aug 10
1
"Fastest" way to merge 300+ .5MB dataframes?
Good afternoon, Today I was working on a practice problem. It was simple, and perhaps even realistic. It looked like this: ? Get a list of all the data files in a directory ? Load each file into a dataframe ? Merge them into a single data frame Because all of the columns were the same, the simplest solution in my mind was to `Reduce' the vector of dataframes with a call to `merge'. That
2001 Mar 01
1
How to coerce data frame elements into factors?
Greetings - In trying to do a multiple correspondence analysis, I need to coerce a data frame such that each of its columns will be a factor. Can someone offer advice on how to make this happen? I've tried this: > logic.resources.f.df<-apply(logics.resources.df, 2, factor) but: > is.factor(logic.resources.f.df$interests) [1] FALSE I've also tried individually, >