search for: hotchkiss

Displaying 11 results from an estimated 11 matches for "hotchkiss".

2010 Jan 25
2
Two == expressions in bquote
...when trying to automate this by using the base x coordinate + epsilon*max(x), for example -- x <- 1:10 epsilon=0.05 text(2+esilon*max(x),8, bquote(phantom(0) == .(mu^2))) for the x position on the 2nd text function, the position of the additional text is not predictable. Thanks, Larry Hotchkiss
2006 Apr 01
3
issues with password-file
I have rsync daemon running on a fedora core 4 box that I am trying to use as a backup server for my web sites. I dont have shell access on my web host so will need to run a cron job to do the backups, which is what I want to do anyway. For testing purposes however I am using a php script using the "system()" function so I am getting some feedback. In my rsyncd.conf file I have the
2004 Aug 06
0
Web Based Front Ends
...nterface like this that integrates directly with ices and icecast. BTW, other than this request, netjuke is pretty slick the way it handles albums, artists, songs, playlists etc via PHP and a postgresql database. Thanks for any input. - --- Bill Arlofski Unix/Novell Systems Administrator The Hotchkiss School 860-425-3140 waa@hotchkiss.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE+QBPRcBKMMWOpTtwRAnn4AKDs+EFEuQQvA8as60WQfvl5eJ3/hQCdHnWt e0Dhw0CkYjsyseWU8drX4BU= =Slj4 -----END PGP SIGNATURE----- --- >8 ---- List archives...
2010 Jun 18
1
Read SPSS v 18 .sav file
...female-04-02-2010.sav: Unrecognized record type 7, subtype 18 encountered in system file > However, read.spss works for .sav files created in older versions of spss. I did just reinstall foreign to be sure I have the latest version. Does anyone know of an update that works? Thanks, Larry Hotchkiss
2007 Jul 26
2
Rd2dvi (PR#9812)
...uname -a SunOS strauss.udel.edu 5.9 Generic_112233-12 sun4u sparc SUNW,Sun-Fire <237>% R --version R version 2.5.1 (2007-06-27) ------------------------------------------------------------------------------- R was installed yesterday (7/25/2007). (I'm not the installer.) Thanks, Larry Hotchkiss Larry Hotchkiss University of Delaware IT User Services -- Smith Hall Newark, DE 19716 302-831-1989 larryh at zebra.us.udel.edu
2010 Jan 11
0
Exponential regression
...f the log of y in the log-linear regression, and var(u) is the error variance around the fitted line of the log-linear regression. 3. If your model contains an intercept term -- y = a + c*exp(b*x) You need nonlinear least-squares or maximum likelihood to fit it. Larry Hotchkiss ----------------------------------------------------------------------------------- Date: Sun, 10 Jan 2010 16:44:02 -0500 From: "Murray Cooper" <myrmail at earthlink.net> To: "chrisli1223" <chrisli at austwaterenv.com.au>, <r-help at r-project.org> Subject: Re:...
2010 Jan 08
0
solving cubic/quartic equations non-iteratively -- comparisons
...lp rts -27 0.6666666666666700 0.0000000000000000 54 0.6666666526177100 0.0000000000000000 -36 0.6666666807156100 0.0000000000000000 8 # ------------------------------------------------------------------------- # Larry Hotchkiss -------------------------------------------------------------------------------------- Message: 7 Date: Wed, 6 Jan 2010 13:03:14 +0100 From: "Kasper Kristensen" <kkr at aqua.dtu.dk> Subject: Re: [R] solving cubic/quartic equations non-iteratively To: <s02mjtj at math.ku.dk&g...
2010 Jan 14
5
To add text in a matrix
Dear colleagues, I would need to add text (some rows of information) in a matrix. For example, given this matrix 1 2 3 4 5 6 7 8 9 I would need to add this info: THIS IS AN EXAMPLE OF a 3x3 MATRIX 1 2 3 4 5 6 7 8 9 I have been looking for a function that works similar to "fopen" in matlab, but unfortunately I have not found It in R. Thank you in advance for your help! Carlos
2009 Nov 10
3
Error: cannot allocate vector of size...
I'm trying to import a table into R the file is about 700MB. Here's my first try: > DD<-read.table("01uklicsam-20070301.dat",header=TRUE) Error: cannot allocate vector of size 15.6 Mb In addition: Warning messages: 1: In scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : Reached total allocation of 1535Mb: see help(memory.size) 2: In scan(file, what,
2011 Feb 20
8
Generating uniformly distributed correlated data.
I wish to generate a vector of uniformly distributed data with a defined correlation to another vector The only function I have been able to find doing something similar is corgen from the library ecodist. The following code generates data with the desired correlation to the vector x but the resulting vector y is normal and not uniform distributed library(ecodist) x <- runif(10^5) y
2004 Feb 26
0
OS X Panther and Samba 3 give me no access to a 2003 share %3A(
I curious if you were able to find a resolution for this issue. I have exactly the same issue.