search for: barnhart

Displaying 9 results from an estimated 9 matches for "barnhart".

Did you mean: barchart
2006 Sep 13
0
Of fixed column format (and more fixed mindsets)
...t;AnupTyagi at yahoo.com> > Cc: r-help at stat.math.ethz.ch > Message-ID: <3EBEC9D3-559C-4607-838D-46042D36A3AA at virginia.edu> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > On Sep 12, 2006, at 2:47 AM, Anupam Tyagi wrote: > > > Jason Barnhart <jasoncbarnhart <at> msn.com> writes: > > > >> > >> These posts may be helpful. > >> http://tolstoy.newcastle.edu.au/R/help/05/06/5776.html > >> https://stat.ethz.ch/pipermail/r-help/2002-May/021145.html > >> > >> Using scan di...
2000 Jun 27
1
SWAT and authentication
What's the deal with SWAT authentication? I have a Freebsd 4-Stable box running SWAT from the Samba 2.0.7 port and I can log into SWAT as a regular user (ie, not root but has a smbpasswd entry) and make any changes I want to the smb.conf file -- which is 0644 root.wheel. I'm presuming this is because my inetd.conf entry for SWAT has it running as root as per the example. Is this how
2006 May 27
1
Trouble passing list or non-list to function using ...
Hello, Simply put, I'm trying to call a function "testme" with value "age=NA". I wish to use "dotlist<-list(...)" inside the function and have dotlist become: $age [1] NA I'm modifying existing code and need to minimize changing that code so it's easiest to conform how I call the existing function. My sample code fragment, results, and R.version
2024 Jun 06
2
R Shiny Help - Trouble passing user input columns to emmeans after ANOVA analysis
..."rep" For this example, the final two drop-down selections should be: - "Which variable would you like to graph? "genotype" - "Which ANOVA model do you want to graph? "Main effects model" Any help would be great. Thank you so much! Sincerely, Isaac Barnhart, PhD *Here is my dataset:* data <- data.frame(rep = c(1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3), genotype = c('a','a','a','a','b','b','b','b','c','c','c',&...
2007 Feb 25
8
Double-banger function names: preferences and suggestions
What do you prefer/recommend for double-banger function names: 1 scale.colour 2 scale_colour 3 scaleColour 1 is more R-like, but conflicts with S3. 2 is a modern version of number 1, but not many packages use it. Number 3 is more java-like. (I like number 2 best) Any suggestions? Thanks, Hadley
2007 May 18
1
AIX testers needed
Per the request to test the latest tarball referenced below, I have built R on AIX 5.3. There is a memory issue, please see 3) below. 1) Build with --enable-BLAS-shlib option. Builds and passes "make check". 2) GNU libiconv was installed; R configured *without* the --without- iconv option. Builds and passes "make check." 3) Memory issue: a)
2006 May 05
5
large data set, error: cannot allocate vector
Why am I getting the error "Error: cannot allocate vector of size 512000 Kb" on a machine with 6 GB of RAM? I'm playing with some large data sets within R and doing some simple statistics. The data sets have 10^6 and 10^7 rows of numbers. R reads in and performs summary() on the 10^6 set just fine. However, on the 10^7 set, R halts with the error. My hunch is that
1999 Jun 04
9
"because you dance to disco and you don't like rock" [Win2000 vs Samba/Linux]
Hey, so i finally got it working thanks to your list (found the right place for EnablePlainTextPassword here, the existing 3-4 matches in the default registry don't seem to do a thing). It was all brilliant. I got connected to all my 4 samba servers. I was happy... 'til the next boot (you know, during installation of system, boots happen). Now it connects to 3 sambas (1 on FreeBSD, 1 on
2000 Jun 25
2
Login script
Is there a file I can place in the netlogin directory (or anywhere else for that matter) that will represnet a logon script? I want to have my workstations auto-mount particular shares on the samba server, without the user having to make the mount. This way when I add new users, the shares are automatically present. If there is a script I can place somwehre, please tell me what it's name is