search for: lamias

Displaying 20 results from an estimated 30 matches for "lamias".

2003 Sep 08
2
Persp Plot
...nes on the same graph using persp(). I can only get one plane to plot at a time. Can someone explain how I can graph two planes on the same graph using persp? I've looked throught the documentation, but cannot find any references to appending a persp plot. Thanks. Sincerely yours, Mark J. Lamias Statistical Consultant
2010 May 11
3
Improving loop performance
...xon[i]==TRUE)  {   p1[i]<-as.character(aga2[i, "AP"])   ags[i]<-as.character(aga2[i, "AS"])     }  else  {   p1[i]<-paste(p1[i-1], aga2[i, "AP"], sep=",")   ags[i]<-paste(ags[i-1], aga2[i, "AS"], sep=",")  } } Thanks. --Mark Lamias [[alternative HTML version deleted]]
2003 Aug 26
1
Mann-Whitney U Table
...y, I'd like a table that contains the critical values for any two samples of size 3 through 30. I could use Monte Carlo simulation or the normal approximation when n1 and n2 are greater than, 10, but I figured someone may know how to calculate these exactly. Thanks. Sincerely yours, Mark J. Lamias Statistical Consultant Grizzard Agency 229 Peachtree Street - 12th Floor Atlanta, GA 30303
2010 May 12
2
R version of SAS/IntrNet
...ssed to it by a web request, produce results and return them to the web-browser in HTML format?  I tried looking through the package descriptions, but didnt' see anything like this.  Any direction or suggestions you could provide would be greatly appreciated. Thanks. Sincerely yours, Mark J. Lamias Statistical Consultant & Survey Methodologist [[alternative HTML version deleted]]
2003 Sep 18
2
dwilcox (PR#4212)
Full_Name: Mark J. Lamias Version: 1.7.0 OS: Windows 2000 Pro Submission from: (NULL) (65.222.84.72) I am running the qwilcox procedure and it is producing incorrect results. For example, dwilcox(.025, 3, 5) should equal 6, but it is equal to 1. Similarly, dwilcox(.025, 3, 6) should equal 7, but it equals 2. The critic...
2003 Sep 18
0
non-numeric binary ops?
...in wang) > 2. Re: var() doesn't work for R-1.8.0 (Uwe Ligges) > 3. strptime (PR#4204) (pliu3@ncsu.edu) > 4. possible bug in diag() (Marsland, John) > 5. Re: possible bug in diag() (Simon Urbanek) > 6. Re: R on BeOS (Simon Urbanek) > 7. dwilcox (PR#4212) (mark.lamias@grizzard.com) > 8. dwilcox (PR#4213) (mark.lamias@grizzard.com) > 9. Re: dwilcox (PR#4212) (Torsten Hothorn) > 10. Re: couldn't find function "setClass" (Kurt Hornik) > 11. Sweave: option family=... (Wolfram Fischer) > > > -------------------------------...
2006 Apr 23
1
Xen Performance with Charm++
Dear All, I am doing a performance study on Xen, and we are deploying Charm++ parallel runtime library as part of our applications. However, we observed a 20% slow down in Xen kernel that was not observed with MPICH. It is very important for us to understand why this overhead is happening. I am guessing that is caused due to the higher cost of system calls like fork and exec, since Charm++
2000 Apr 04
2
Loading Problem
...I saved yesterday but I keep getting the following error: Error in load("C:/temp/245amData.R.RDa") : restore file corrupted -- no data loaded The image is 4,890KB. The image Can anyone tell me how to solve this problem? I'm sure I saved the image correctly. Thanks. Mark Mark J. Lamias Department of Statistics Department of Political Science Survey Methodology Program/Survey Research Center Institute for Social Research - University of Michigan 426 Thompson Street, Room 315 Ann Arbor, Michigan 48104-2321 (734) 647-5381 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2006 May 23
0
Re: [Xen-smartio] Problem with infiniband on Xen domU
Hi Lamia, Currently there is no direct InfiniBand access support in the Official Xen trees. You might want to have a look at our Xen-IB implementation. A preliminary version can be downloaded here: http://xenbits.xensource.com/ext/xen-smartio.hg Some information about its design and applications can be found here: High Performance VMM-Bypass I/O in Virtual Machines (Usenix 06), and A Case for
2005 Sep 29
1
Kernel panic - not syncing: Attempted to kill init!
Hi all, I have another problem with starting domainU (xenolinux). I took me pretty much quite some time and i can not figure out why starting a new domain is failing. I will really appreciate if somebody can help me with this error. The error I get when booting xen-domainU is: /======================= Red Hat nash version 4.1.18 starting Mounted /proc filesystem Mounting sysfs Creating /dev
2000 Mar 07
3
Merging data.frames
...1,a2) > bdf_data.frame(b1,b2) > adf+bdf a1 a2 1 4 6 2 4 6 3 4 6 > data.frame(adf, bdf) a1 a2 b1 b2 1 1 2 3 4 2 1 2 3 4 3 1 2 3 4 > data.frame(adf, bdf, adf) a1 a2 b1 b2 a1 a2 1 1 2 3 4 1 2 2 1 2 3 4 1 2 3 1 2 3 4 1 2 I hope this helps. Mark J. Lamias Department of Statistics Department of Political Science Survey Methodology Program/Survey Research Center Institute for Social Research - University of Michigan 426 Thompson Street, Room 315 Ann Arbor, Michigan 48104-2321 (734) 647-5381 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2000 Jan 31
1
Crosstabs?
Is there an equivalent in R to the crosstabs command S-Plus? I've been searching for a while and can't seem to find anything. Thanks. Mark J. Lamias Department of Statistics Department of Political Science Survey Methodology Program/Survey Research Center Institute for Social Research - University of Michigan 426 Thompson Street, Room 315 Ann Arbor, Michigan 48104-2321 (734) 647-5381 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2012 Nov 29
5
bootstrapped cox regression (rms package)
Hi, I am trying to convert a colleague from using SPSS to R, but am having trouble generating a result that is similar enough to a bootstrapped cox regression analysis that was run in SPSS. I tried unsuccessfully with bootcens, but have had some success with the bootcov function in the rms package, which at least generates confidence intervals similar to what is observed in SPSS. However, the
2006 Feb 09
0
newbiee to Xen with Infiniband
Dear All, I have been looking for resources on how to get Xen to work with infiniband. I do not have much experience with infiniband, or how to get it working on kernel, and how to configure xen to work with it. I would appreciate it very much if somebody can point me to some url or manuals to get the job done. Thank you, Lamia _______________________________________________ Xen-users
2000 Apr 02
0
Expected Value of Residuals
Does anyone know a command to obtain the expected values of residuals under normality? Better yet, is there a command to perform a correlation test for normality (not Shapiro-Wilk Test)? I've looked everywhere, and can't seem to find how to do this. Thanks. Mark J. Lamias Department of Statistics Department of Political Science Survey Methodology Program/Survey Research Center Institute for Social Research - University of Michigan 426 Thompson Street, Room 315 Ann Arbor, Michigan 48104-2321 (734) 647-5381 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2011 Feb 27
2
MLE estimation
Dear List, This problem is more a statistic one than a R one. Any one can recommend me some references website or online paper on maximum likelihood estimation?I'm now working on that,while still doubt how to prove that the estimated parameters are normal distributed. Thanks for your time and help! Best, Ning
2011 Oct 31
2
one sample Wilcoxon test using 'coin'
Hi, R allows me to run a one sample Wilcoxon test like this: wilcox.test(c(1,3.5,2.1,4,1.5,5), mu=2, exact=TRUE) The function 'wilcoxsign_test' from the package 'coin' should (I suppose) be able to calculate exact p values even if there are ties in the ranks. However, I couldn't find information on how to run a one sample test using 'wilcoxsign_test' like in the
2013 Jan 24
1
Recommendation for website to format R code
Hi list, Could anyone recommend some good website for formatting R code? For example, when you copy paste R code to gmail and back to R, it loses its format, the dash symbol causes errors. I've had someone used it to format my code here on the list, but can't find it anymore. Mike [[alternative HTML version deleted]]
2012 Nov 20
3
Greek letters on title
Hi all, I want to plot a series "x" and I want to put on title "Time evolution with alpha=0.2", e.g., plot(x, main="Time evotion with alpha=0.2",col="orange") Is there any posibility to put the greek letter and avoid written the word? Many thanks in advance. [[alternative HTML version deleted]]
2000 May 17
1
crosstabs
Hi all! What is the equivalent R function of SPLUS crosstabs? Thank you. Danar. Stat. Inst. Umea Univ. Umea, Sweden -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: