similar to: Two brief questions concerning sapply. Can anyone please help?!

Displaying 13 results from an estimated 13 matches similar to: "Two brief questions concerning sapply. Can anyone please help?!"

2012 Feb 17
2
Error message in gamm. Problem with temporal correlation structure
HELLO ALL, I AM GETTING AN ERROR MESSAGE WHEN TRYING TO RUN A GAMM MODEL LIKE THE ONE BELOW. I AM USING R VERSION 2.14.1 (2011-12-22) AND MGCV 1.7-12. M1 <-gamm(DepVar ~ Treatment + s(Year, by =Treatment), random=list(Block=~1), na.action=na.omit, data = mydata, correlation = corARMA(form =~ Year|Treatment, p = 1, q = 0)) THIS IS THE ERROR MESSAGE Error in `*tmp*`[[k]] : attempt to
2002 Jul 18
3
Error Trying to Join Win2k to Samba 2.2.5 Domain
I've got 2.2.5 running on a test server (RH Linux 6.2), and I'm trying to get a Win2k box to join the domain, but I'm getting the following errors: (at log level 3) [2002/07/18 12:26:25, 2] passdb/pdb_smbpasswd.c:startsmbfilepwent(170) startsmbfilepwent_internal: unable to open file /etc/smbpasswd. Error was Permission denied [2002/07/18 12:26:25, 0]
2006 Nov 03
1
question of one matrix column being treated as list rather than vector
Hi, I have one matrix derived from my function. It is as following: Browse[1]> each.uaa.data [,1] [,2] [1,] 33 152.3530 [2,] 33 264.7059 [3,] 51 583.3333 [4,] 33 323.3333 [5,] 50 292.549 [6,] 33 300 [7,] 56 104.1176 [8,] 52 246.6667 [9,] 53 242.5490 [10,] 33 212.9412 when I tried to get each.uaa.data[,2], it gave me a list, when I expect a vector so that
1998 Jul 10
3
Custom Print Command
I'm trying to setup my public printers to do 4 pages per sheet, and am having nothing but problems making it work. The system is a Redhat 4.2 box running Samba 1.9.18p4, and the printers are postscript capable HP 4000 and 8000 machines. Using Redhat's printtool to set 4 page per sheet output works when printing via lpr, but as soon as I print from a Win95 box through samba, it's
2007 May 09
3
rsync mechanics question
Hey All, I've been using rsync (2.6.9) to migrate a 90g message store volume and I'm running into some interesting results. I have two FC storage arrays attached to a Sunfire V280R, running Solaris 8. My 100gig volume is on a Sun StoreEdge 3510, and my new 500gig partition is on an HP EVA. I used the syntax: rsync -a --stats --delete $SRC/$dir/ $DST/$dir At present time, the
2000 Jun 07
6
Inquiry
Good day everyone... I downloaded SAMBA from http://freeware4sun.com and install it to my Solaris 2.6 OS. I can't make it work. Do you have an step-step procedure on how to install and configure this software? Where can I have it? info and scenario: * I want to share /appl directory of Solaris 2.6 to win2000 and winNT pc with read-write and read only on other users * the Unix hostname is OV
1997 Jul 19
0
Different Create Masks for Files/Dirs
Is it possible to set different create masks depending on whether the object is a file or a directory? For instance, I want to set up a share to a point in my web tree, and I want files to be mode 754 and directories to be mode 755 (I don't want anything to have 'world' execute permissions except directories) Thanks, Mike -- Mike Tibor University of Alaska Anchorage (907)
2000 Jan 28
0
User's Home Dir Looks Empty
If anyone can shed some light on this, I'd appreciate it. I've got a user who connects a drive on her Win95 laptop to her home directory on a Red Hat 6.0 Linux box, and she now cannot see anything. The unix file permissions all appear fine, and explicitly sharing her home directory in smb.conf is the only way I've found to fix the problem. Oddly enough when I run smbstatus, I see
2001 Apr 04
1
anova table
I am taking a stats class and need to do a single factor anova table with four treatments for an assignment. The instructor showed the class how to do it with minitab, and I am unsure how to proceede in R. Here is the data: I. .8 .2 1.4 .9 .9 1.0 1.0 1.1 1.4 1.2 1.0 II. 1.6 1.1 .2 1.3 1.5 .7 .5 1.3 1.3 .4 III 1.8 .3 1.1 2.0 2.8 1.5 1.3 2.9 1.7 .8 IV. 2.4 2.6 2.82.9 1.7 2.6 2.7 2.1
2003 Aug 15
2
Oja median
I discovered recently that the phrase "Oja median" produces no hits in Jonathan Baron's very valuable R search engine. I found this surprising since I've long regarded this idea as one of the more interesting notions in the multivariate robustness literature. To begin to remedy this oversight I wrote a bivariate version and then decided that writing a general p-variate version
2013 Apr 22
7
Multiple lon lat points in the map with ggplot2
Hello R users, For the last few days I am struggling with the following task: my data.frame: A1 A2 A3 B1 B2 B3 58.81 53.292 54.501 13.013 17.39 19.407 56.02 56.251 54.033 20.099 13.15 10.411 55.376 53.099 57.625 13.396 21.031 13.22 58.584 53.194 54.218 13.038 16.854 19.289 55.7 55.921 53.847 19.942 13.153 9.828 55.093 52.934
2005 Oct 06
4
Problems with ipp2p
Hello every body: I have RedHat fedora core 2 machine, using iptables and squid. I am having a lot of problems with peer2peer traffic. (bittorrent, kazaa, etc.) so I have installed ipp2p from rpm. Every thing was ok until I use iptables rules. I get this error. [root@router iptables]# iptables -A INPUT -p tcp -m ipp2p --ipp2p -j DROP iptables: No chain/target/match by that name sames
2005 Dec 21
1
How do I edit the x-axis on a time series plot?
I am merely trying to reproduce Figure 1.2 of Chris Chatfield's 6th edition of his The Analysis of Time Series: An Introduction (page 2). The S-PLUS code is on pages 305-306. I am almost there but I am having a heck of a time trying to modify and change the x-axis per the book. The book shows the x-axis with 10 tick marks, correctly positioned, and labeled "Jan 53", ...,