search for: ss

Displaying 20 results from an estimated 4340 matches for "ss".

2007 Sep 10
2
Are the error messages of ConstrOptim() consisten with each other?
Dear Friends. I found something very puzzling with constOptim(). When I change the parameters for ConstrOptim, the error messages do not seem to be consistent with each other: > constrOptim(c(0.5,0.3,0.5), f=fit.error, gr=fit.error.grr, ui=ui,ci=ci) Error in constrOptim(c(0.5, 0.3, 0.5), f = fit.error, gr = fit.error.grr, : initial value not feasible > constrOptim(c(0.5,0.9,0.5), f=fit.error, gr=fit.error....
2007 Sep 09
2
What does it mean by "initial value not available"?
Dear friends. I use ConstrOptim( ) and got error message "initial value not available". My understanding of "initial value not available" is that one of the following 3 cases happens: 1.The objective function is not well defined at the point of the initial value. 2. The differentiation of the objective function is not well defined...
2009 Apr 20
1
Matrix package,solve() errors and crashes
...tol = tol) : Reached total allocation of 1535Mb: see help(memory.size).I increased the memory size and still it is not helpful Help on this would be great. These are steps I followed 1. Created graph object using Igraph version 0.6 on R 2.8.1 windows XP 2. Bonpow(g) 3. Bonpow.sparse function sessionInfo() R version 2.8.1 (2008-12-22) i386-pc-mingw32 locale: LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils dataset...
2008 Jul 20
0
Off topic: SS formulae for 3-way repeated measure anova (for when aov() fails)
...uld not use AOV to perform an anova on my large data set, I'm now trying to code the analysis "by hand" so to speak. However, as demonstrated below, when comparing my attempt to aov() using a smaller data set, I seem to betray some sort of misunderstanding when I try to compute SSerr for the first interaction. Obviously I have missed something and although I have looked around for the explicit SSerr formulas for this design (my work thus far was extrapolated from understanding of a 2-way design), I can't seem to find any. Any help would be much obliged. N = 20 l...
2006 Apr 24
3
Store results of for loop
I have what I'm sure will turn out to be straightforward. I want to store the results of a loop for some operations from a patterned vector. For example, the following doesn't give what I would hope for ss <- c(2,3,9) results <- numeric(length(ss)) for (i in seq(along=ss)){ results[i] <- i + 1 } The following does give what I expect, but creates a vector of length 9. ss <- c(2,3,9) results <- numeric(length(ss)) for (i in ss){ results[i] <- i + 1 } What I am hoping fo...
2000 May 01
1
tick marks on mfrow=c(3,3) plot
...thing works fine except the plot only puts y-axis tick marks on cells in column one and x-axis tick marks on cells in row three. I would like tick marks on both the x and y axix of all 9 plots in my array. I am generating plots using the following two functions three.by.three.plot <- function(ss) { par(mfrow=c(3,3)) sub.plot(ss,1.5,0.02) sub.plot(ss,1.5,0.04) etc par(mfrow=c(1,1)) } sub.plot <- function(ss,gamma, prv) { plot(c(5,20,50),ss[ss[,"gam"]==gamma & ss[,"prev"]==prv,"x_Power"], type = "n", xlab="4Nc", ylab="Power...
2005 Mar 10
1
R: LIST function and LOOPS
hi all another simple question. i've written a dummy program so that you get the concept. (the code could be simplfied such that there are no loops. but lets leave the loops in for now.) z1<-function(w) { for (i in 1:w) { set.seed(i+6) ss<-0 for (j in 1:5) { set.seed(j+1+(i-1)*6) r<-rnorm(1) ss<-ss+r } list(ss=ss) } } check.1<-z1(3) check.1 the results is: $ss [1] -0.01516304 what i want is something that looks like this: j=1 $ss [1] -2.213343 j=2 $ss [1] -2.904235 j=3 $ss [1] -0.01516304 i know that i c...
2013 Dec 18
0
[Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
...nvapoke 10200c 10 > > WARN: Can't probe 0000:01:00.0 > > PCI init failure! > You need to run these as root. Ouch - sorry - could have indeed had this idea myself... :-( Here are the results as root: [aloew at aloew-lap envytools-master]$ sudo ./nva/nvapeek 10200c 10 0010200c: SS SS SS SS SS SS SS SS SS SS SS SS SS SS SS SS [aloew at aloew-lap envytools-master]$ sudo ./nva/nvapoke 10200c 10 0010200c: ERR S [aloew at aloew-lap envytools-master]$ sudo ./nva/nvapeek 10200c 10 0010200c: SS SS SS SS SS SS SS SS SS SS SS SS SS SS SS SS [aloew at aloew-lap envytools-master]$ And...
2013 Dec 18
0
[Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
...0000:01:00.0 > > > PCI init failure! > > > You need to run these as root. > > Ouch - sorry - could have indeed had this idea myself... :-( > > Here are the results as root: > > [aloew at aloew-lap envytools-master]$ sudo ./nva/nvapeek 10200c 10 > 0010200c: SS SS SS SS SS SS SS SS SS SS SS SS SS SS SS SS nvapeek 10200c without the 10. (Not sure what that does.... maybe reads out 0x10 regs) > [aloew at aloew-lap envytools-master]$ sudo ./nva/nvapoke 10200c 10 > 0010200c: ERR S Oh well. Some sort of error. > [aloew at aloew-lap envytools-maste...
2009 May 15
1
Matrix package,solve() errors and crashes Please help
...*% degree(graph, mode="all")* * if (rescale) { ev <- ev/sum(ev) } else { ev <- ev * sqrt(vcount(graph)/sum((ev)^2)) }* * ev[as.numeric(nodes) + 1] }* ** I realised that the error is in Matrix Package *Error: cannot allocate vector of size 3.3 Gb In addition: Warning messages: 1: In solve(id - exponent * d, tol = tol) : Reached total allocation of 1535Mb: see help(memory.size) 2: In solve(id - exponent * d, tol = tol) : Reached total allocation of 1535Mb: see help(memory.size) 3: In solve(id - exponent * d, tol = tol) : Reached total allocation of 1535Mb: see...
2009 Jul 16
6
Best way to replace :SS with :00
Not sure if there is an R way to do this or a regular express way, but here is what I am trying to do. I've got lots of data where the format is HH:MM:SS, but I need to format it like HH:MM:00, i.e. round the second down to zero. What is the best way to do this? Thanks again. Jason
2001 Oct 04
1
Many smbd processes per user
Hi, We're encountering severe load problems associated with multiple smbd processes running per user. As an example below, this user has only five files open yet many smbd's running. Is there a reason for this occurring? I've been experimenting with file locking etc to try and get around it. Thanks Tim tim@hostname:~> smbstat...
2007 Oct 29
1
biserial correlation with pkg polycor
Een ingesloten tekst met niet-gespecificeerde tekenset is van het bericht gescrubt ... Naam: niet beschikbaar Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071029/b29e9bd5/attachment.pl
2008 Mar 08
1
Deleting rows satisfying a certain condition (sum of some colums>2)
...etes a row, the dimension changes so it gets out of bound. I tried to fix those problems but it did not work. Any suggestions please? Thank you. S1=c(2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2, 1,1,1,1,1,1,2,1,1,0,0,0,2,1,1,0,0,0,2,1,1,0,0,0,2,2,1,2,1,0,2,2,1,2,1,0,2,2,1,2,1,0); SS=matrix(S1,nrow=18); nr =dim(SS)[1]; nc =dim(SS)[2]/2; nt=2; ms=2; for (i in 1:nr){ for (j in 1:nc){ #print(paste("Sum=",SS[i,j]+SS[i,j+nt]," ms=",ms)); if (SS[i,j]+SS[i,j+nt]> ms){ SS=SS[-i,] nr=dim(SS)[1] #this doesn't update nr...
2006 Jun 13
2
Cleaning Up My Process Table
I'm upgrading my primary server from RH 7.2 to CentOS-4.3.ServerCD. I REALLY like the ServerCD. Who needs all the fluff that comes with a standard distro? If I want a system-config-gooey I can run Xnest [1] and ssh -X from my laptop. Anyway I have two questions: 1) How can I collectively stop all the NFS, portmap, whatever? I'm hoping it can be manipulated as a group because occationally I actually will want to use NFS. 2) Can I safely turn off dbus, hal, and/or xfs? Or will something really bad happen...
2009 Mar 27
2
Server Hang
...have Cent OS 5.1 I also have http://phpsysinfo.sourceforge.net/ I have asterisk running . Now when I look at System Information , I see that "Physical Memory" keep increasing and at one point it reaches 96%. Then my sever get hang and then I have to restart it. I have 4 GB RAM. Processors 2 Model Intel(R) Core(TM)2 Duo CPU E7200 @ 2.53GHz CPU Speed 2.53 GHz Cache Size 3.00 MB System Bogomips 10135.71 Kernel Version 2.6.18-53.el5 (SMP) Distro Name CentOS release 5 (Final) Load Averages 0.27 0.35 0.31 What could be the reason ? ps ax shows : PID TTY STAT TIME COMMAND 1 ? Ss...
2005 Mar 29
1
strange result of acos
Hi all, I have to calculate an expression using acos -function. A strange result of acos appears *1. case with error* ss <- sin(10.74*pi/180)**2 +(cos(10.74*pi/180)*cos(10.74*pi/180)*cos(0*pi/180)) ss acos(ss) [1] NaN Warning message: NaNs produced in: acos(ss) *2. case without error* ss <- sin(10.7*pi/180)**2 +(cos(...
2010 May 26
3
error "variable names are limited to 256 bytes" when sourcing code
...data output from a simulation model and creates some graphs. It's not very complicated code, and it works perfectly fine if I just run the code as is. But I have converted it into a function so we call it externally, and when I try to source the code to test the function, I get the error message "variable names are limited to 256 bytes". I've tried searching online for a solution to this, but everything I have come across deals with this error in relation to input data, not a function. The code is 389 lines long, so I'd rather not paste it here and clog up inboxes....
2004 Apr 01
1
[patch] net/rsync: problems in client name lookup code
>Submitter-Id: current-users >Originator: Alex Vasylenko >Organization: >Confidential: no >Synopsis: [patch] net/rsync: problems in client name lookup code >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 4.8-RELEASE-p16 i386 >Environment: System: FreeBSD 4.8-RELEASE-p16 >Description: rsync does reverse name lookups on a client address in lookup_name (called from client_name) in clientname.c The code in client_name does two things incorrectly: - fails to s...
2000 Mar 07
0
AW: R-crash using cut-and-paste (PR#472)
...abrueck.de wrote: > > > Dear R-Team, > > > > sorry for bugging (:-)), it's me again. In the FAQ coming along with > the > > R distribution it reads: > > > > If R executes an illegal instruction, or dies with an operating > system > > error message that indicates a problem in the program (as opposed to > > something like "disk full"), then it is certainly a bug. > > > > This encourages me to describe a crash I encountered a few minutes > ago. > > > > I had written a function in an editor, copie...