Displaying 18 results from an estimated 18 matches for "symp".
Did you mean:
smp
2010 Aug 31
1
summary in Hmisc and Latex
...t out. Does this apply to other people as well?
Regards,
//M
library(Hmisc)
options(digits=3)
set.seed(173)
sex<- factor(sample(c("m","f"), 500, rep=TRUE))
age<- rnorm(500, 50, 5)
treatment<- factor(sample(c("Drug","Placebo"), 500, rep=TRUE))
symp<- c('Headache','Stomach Ache','Hangnail',
'Muscle Ache','Depressed')
symptom1<- sample(symp, 500,TRUE)
symptom2<- sample(symp, 500,TRUE)
symptom3<- sample(symp, 500,TRUE)
Symptoms<- mChoice(symptom1, symptom2, symptom3, label='Prim...
2010 Jun 18
1
Latex problem in Hmisc (3.8-1) and Mac Os X with R 2.11.1
...ode produce correct cell-entries in other
installation ?
//M
library(Hmisc)
options(digits=3)
set.seed(173)
sex <- factor(sample(c("m","f"), 500, rep=TRUE))
age <- rnorm(500, 50, 5)
treatment <- factor(sample(c("Drug","Placebo"), 500, rep=TRUE))
symp <- c('Headache','Stomach Ache','Hangnail',
'Muscle Ache','Depressed')
symptom1 <- sample(symp, 500,TRUE)
symptom2 <- sample(symp, 500,TRUE)
symptom3 <- sample(symp, 500,TRUE)
Symptoms <- mChoice(symptom1, symptom2, symptom3, label='...
2012 Apr 14
0
Call for Posters: The 21st Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC'12)
**** CALL FOR POSTERS ****
The 21st International ACM Symposium on
High-Performance Parallel and Distributed Computing
(HPDC'12)
Delft University of Technology, Delft, the Netherlands
June 18-22, 2012
http://www.hpdc.org/2012
The ACM International Symp...
2012 Apr 14
0
Call for Posters: The 21st Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC'12)
**** CALL FOR POSTERS ****
The 21st International ACM Symposium on
High-Performance Parallel and Distributed Computing
(HPDC'12)
Delft University of Technology, Delft, the Netherlands
June 18-22, 2012
http://www.hpdc.org/2012
The ACM International Symp...
2011 Jul 12
0
CFP: The 21st Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC'12) 2012
**** CALL FOR PAPERS ****
**** CALL FOR WORKSHOP PROPOSALS ****
The 21st International ACM Symposium on
High-Performance Parallel and Distributed Computing
(HPDC'12)
Delft University of Technology, Delft, the Netherlands
June 18-22, 2012
http://www.hpdc.org/2012
The ACM International Symp...
2011 Jul 12
0
CFP: The 21st Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC'12) 2012
**** CALL FOR PAPERS ****
**** CALL FOR WORKSHOP PROPOSALS ****
The 21st International ACM Symposium on
High-Performance Parallel and Distributed Computing
(HPDC'12)
Delft University of Technology, Delft, the Netherlands
June 18-22, 2012
http://www.hpdc.org/2012
The ACM International Symp...
2014 Oct 05
0
CFP: The 24th Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC) 2015
**** CALL FOR PAPERS ****
The 24th International ACM Symposium on
High-Performance Parallel and Distributed Computing
(HPDC-2015)
Portland, Oregon, USA - June 15-19, 2015
http://www.hpdc.org/2015
The ACM International Symposium on High-Performance Parallel and Distribute...
2014 Oct 05
0
CFP: The 24th Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC) 2015
**** CALL FOR PAPERS ****
The 24th International ACM Symposium on
High-Performance Parallel and Distributed Computing
(HPDC-2015)
Portland, Oregon, USA - June 15-19, 2015
http://www.hpdc.org/2015
The ACM International Symposium on High-Performance Parallel and Distribute...
2015 Jul 25
0
CFP: IEEE/ACM Int. Symp. on Big Data Computing (BDC) 2015 -- final deadline extension to August 7th
CALL FOR PAPERS
---------------------------------------------------------------------------------------
2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015
http://datasys.cs.iit.edu/events/BDC2015/
---------------------------------------------------------------------------------------
December 7-10, 2015
St. Raphael Resort, Limassol, Cyprus
Co-located with 8th IEEE/ACM International Conference on Utility and Cloud...
2015 Jul 25
0
CFP: IEEE/ACM Int. Symp. on Big Data Computing (BDC) 2015 -- final deadline extension to August 7th
CALL FOR PAPERS
---------------------------------------------------------------------------------------
2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015
http://datasys.cs.iit.edu/events/BDC2015/
---------------------------------------------------------------------------------------
December 7-10, 2015
St. Raphael Resort, Limassol, Cyprus
Co-located with 8th IEEE/ACM International Conference on Utility and Cloud...
2014 Dec 12
0
CFP: The 24th Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC) 2015 -- Abstracts due 01/12/15
**** CALL FOR PAPERS ****
The 24th International ACM Symposium on
High-Performance Parallel and Distributed Computing
(HPDC-2015)
Portland, Oregon, USA - June 15-19, 2015
http://www.hpdc.org/2015
The ACM International Symposium on High-Performance Parallel and Distribute...
2014 Dec 12
0
CFP: The 24th Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC) 2015 -- Abstracts due 01/12/15
**** CALL FOR PAPERS ****
The 24th International ACM Symposium on
High-Performance Parallel and Distributed Computing
(HPDC-2015)
Portland, Oregon, USA - June 15-19, 2015
http://www.hpdc.org/2015
The ACM International Symposium on High-Performance Parallel and Distribute...
2011 Mar 30
1
Class noquote to matrix
...tried coercing it by 'class(x)<-matrix', but of course that didn't work. I've been using the function 'symnum' which returns an object of class 'noquote'.
Here is an example from the 'symnum' help page:
pval <- rev(sort(c(outer(1:6, 10^-(1:3)))))
symp <- symnum(pval, corr=FALSE,
cutpoints = c(0, .001,.01,.05, .1, 1),
symbols = c("***","**","*","."," "))
Thanks!
2008 Jul 25
2
Package Hmisc, functions summary.formula() and latex(), options pdig, pctdig, eps and prmsd
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20080725/bcafe250/attachment.pl>
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014
2013 Sep 18
0
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014
-------------------------- IEEE/ACM CCGrid 2014 --------------------------
14th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing
May 26-29, 2014
Chicago, IL, USA
http://datasys.cs.iit.edu/events/CCGrid2014/
Rapid advances in architectures, networks, and systems and middleware
technologies are leading to new concepts and platforms for computing,
ranging from Clusters and Grids to C...
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014
2013 Sep 18
0
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014
-------------------------- IEEE/ACM CCGrid 2014 --------------------------
14th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing
May 26-29, 2014
Chicago, IL, USA
http://datasys.cs.iit.edu/events/CCGrid2014/
Rapid advances in architectures, networks, and systems and middleware
technologies are leading to new concepts and platforms for computing,
ranging from Clusters and Grids to C...
2003 Jun 03
15
[Bug 585] sshd core dumping on IRIX 6.5.18 with VerifyReverseMapping enabled
...7fff24b0, addrlen = 16)
["/usr/local/src/security/openssh-3.6.1p1/sshlogin.c":72, 0x1002be58]
Second core:
6 record_login(pid = 182438, ttyname = 0x1014a22c = "/dev/ttyq39", user =
0x101520d8 = "user2", uid = ####, host = 0x10152358 =
"toronto-hse-ppp3760148.symp`tico.ca", addr = 0x7fff24b0, addrlen = 16)
["/usr/local/src/security/openssh-3.6.1p1/sshlogin.c":72, 0x1002be58]
For some reason, the 29th character of the hostname is messed up. The first
hostname should be .comcast.net, the second hostname should be sympatico.ca
After looking th...
2015 Mar 26
2
[LLVMdev] GSOC project on KCoFI
Hi
In my previous mail I mentioned the project on KCoFI( the control FLow
integrity methods for commodity hardware
http://sva.cs.illinois.edu/pubs/KCoFI-Oakland-2014.pdf ).
Will it be more helpful to the community if I do the improvements number #1
and #3 mentioned in my previous mail to the mailing list or if i try to
port it to arm architecture?
I have decided to go ahead with the improvements