search for: sterr

Displaying 10 results from an estimated 10 matches for "sterr".

Did you mean: stderr
2009 Dec 26
2
Question regarding if statement in while loop
Hi all, I'm running R version 2.9.2 on a PC. I'm having a problem with a loop, and have tried using an if statement within to fix it, but to no avail. Any advice would be appreciated. Here is my code: ***************************************************** eblest <- function(i,dir, sterr, weight, aux) { n <- nrow(dir) Y <- as.matrix(dir[,i], ncol=1) sigma2ei <- as.matrix(sterr[,i]^2, ncol=1) w <- as.matrix((weight[,3])*(sigma2ei), ncol=1) X <- as.matrix(subset(aux, select=c(3,5:7,9:10,13))) a <<- EBLUP.area(Y,cbind(w,1),sigma2ei,n) #The EBLUP.area fu...
2009 Sep 29
1
Interesting function in a function problem....
...cally, I want to run a tapply to calculate the mean and st. err. by factor. #The problem is, I want to add a finite correction to the variance prior to calculating the standard error. #Now I know I could just do this in 3/4 steps by calculating the var, applying the correction, then calculating the StErr. #However, I am trying to learn about functions and how they work. So if you interested in puzzling the #following problem out.......... #I want to integrate the fc into the tapply() #Since the fc is a different object than the tapply() object, how do I integrate the fc into the function() #cal...
2009 Nov 09
1
Parameter info from nls object
...4 *** --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 Residual standard error: 0.01919 on 13 degrees of freedom Number of iterations to convergence: 0 Achieved convergence tolerance: 3.302e-06 [END] now i would like something like > property(fm1DNase1,'Asym','StErr') [1] 0.07815 > property(fm1DNase1,'xmid','Pr') [1] 1.22e-10 I hope you understand the point (and yes, I read manuals, tried help(), read through the archives), sorry if still this is trivial :P wfG George +--- | Dr. Georg Dobrozemsky | Dept. of. Nuclear Medicine | Med....
2008 Apr 03
2
What to do with this data?
...2, 45 Predicted-Bad-3, 60 Predicted-Bad-4, 42 Predicted-Bad-5, 50 Predicted-Bad-6, 21 Predicted-Bad-7, 20 Predicted-Bad-8, 25 Predicted-Bad-9, 19 Predicted-Bad-10, 39 Here's a small table listing number of observations, mean, standard deviation and standard error: Type, N, Mean, StDev, StErr Predicted-Good, 378, 8.21693121693122, 2.47110906286224, 0.12710013550711 Predicted-Bad, 378, 4.5978835978836, 3.02059872953413, 0.155362834286119 The question we have are: a) It doesn't seem like our data follows a standard distribution. Therefore is it okay to calculate mean, standard devia...
2017 Nov 16
4
[Bug 13147] New: inconsistent behaviour regaring vanished files information
https://bugzilla.samba.org/show_bug.cgi?id=13147 Bug ID: 13147 Summary: inconsistent behaviour regaring vanished files information Product: rsync Version: 3.0.9 Hardware: x64 OS: Mac OS X Status: NEW Severity: minor Priority: P5 Component: core Assignee:
2007 Feb 08
1
rsync check by nagios NCSA
...rn] and text file named backup_failed with the following: Server1 backup_home 2 Backup failed. [return] When okay send : send_nsca IP_nagios ?c send_nsca.cfg < backup_okay When failed send : send_nsca IP_nagios ?c send_nsca.cfg < backup_failed If somebody knows a solution. Just grepping any sterr output will not be the way I guess. Latter I would like to send the reason why rsync had failed, maybe connection failure. I hoop somebody can help me and I hoop I give somebody a hint to use nagios for controlling rsync. Thanks for reading. Keep up the good work. Sjaak
2007 Aug 24
0
MYSQL problem and configuration
...word= 'xxxx'; $dbprotect = mysql_pconnect($hostname, $username, $password) or trigger_error(mysql_error(),E_USER_ERROR); mysql_select_db($database, $dbprotect);$result = mysql_query("SELECT * FROM user_table WHERE user_age>12");while($entry = mysql_fetch_array($result)) {fwrite(STERR, "Name : $entry['name'], Age: $entry['age'] \n");fflush(STDOUT);$result = trim(fgets(STDIN,4096));checkresult($result);}?>It will return things on the asterisk CLI.... You can adapt this example for youI don't know if it help but it shows a way to do...Kheraud>...
2010 Nov 30
1
confidence interval for logistic joinpoint regression from package ljr
I?m trying to run a logistic joinpoint regression utilising the ljr package. I?ve been using the forward selection technique to get the number of knots for the analysis, but I?m uncertain as to my results and the interpretation. The documentation is rather brief ( in the package and the stats in medicine article is quite technical) and without any good examples. At the moment I?m thinking 1)find
2007 Apr 26
8
Win32 service - Errno::EINVAL (Invalid argument) when uploading image file
Hi guys, I''m facing an error trying to run my app as mongrel_service, hope those who have faced similar issue can help to shed some lights. The app was fine when running from console, but when running it as a service, it failed when I try to upload ''image file'', it has no issue uploading other types of files. Environment: ------------ mongrel (1.0.1, 0.3.13.3)
2007 May 06
28
mongrel becoming unresponsive
Hello, I''m running mongrel behind apache via proxypass. Every now and then, a spammer tries to proxy traffic through apache, and for some reason, apache forwards the request to mongrel, even though it''s not a site being hosted by me. At times this seems to cause mongrel to become unresponsive, and all requests to the site then fail with a proxy error until mongrel is