search for: chettyvk

Displaying 18 results from an estimated 18 matches for "chettyvk".

Did you mean: chetty
2009 Mar 30
3
two monitors
...n the second monitor. How do I set it up? It works for word documents simply by dragging the document. It does not work if I drag and drop the scripts window. Is R not compatible for this? Thanks. Chetty -- Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2011 Oct 12
3
large numbers
...n excel "CSV" file, large numbers such as " 43988014.3" is imported as "43988014", leaving out the decimal ".4". How to import keeping the fraction? Thanks. Chetty -- Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2012 Aug 25
2
date
Hi, I have dates as follows: 1/4/2006 0:00:00 AM It is a factor at present. How do I find out the day of the week from this? How do I convert to Julian date format? Thanks. Chetty -- Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2009 Feb 12
3
Adding abline in Lattice graph
...e I am using: ------------------ library(lattice) with(reg.dat.5,coplot(lbxglu~lbxgh|eth,panel=panel.smooth,xlab="ABC", ylab="FBG")) ---------------------------------------- Thanks a lot. Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2011 Oct 12
2
reading large numbers
...------------ > as.numeric(4398801.3) [1] 4398801 > as.numeric(439880.3) [1] 439880.3 ------------------------------------ Please help to read in numbers with more than 8 characters! Thanks. Chetty -- Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2009 Sep 25
2
summarize-plyr package
...min(year), + nteams = length(unique(team))) Error in llply(.data = .data, .fun = .fun, ..., .progress = .progress) : object "summarise" not found -------------------------------------------- -- Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2010 Mar 22
2
using reorder in "dotplot"
...in the increasing order. I know how to do it using "dotchart". I would appreciate help. Also I could not easily find a method to post data when I seek help in the posting guide. Thanks. Chetty -- Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2009 Mar 02
1
xy-plot alb font size
...col[2]) panel.abline(...,h = 126, col = "red",lty=2,lwd=2) panel.abline(...,v = 6.5, col = "cyan",lty=3,lwd=3) } ------------------------------------------------------ Thanks. Chetty -- Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2009 Mar 04
1
dotplot
...ncrease the size. __________________ dotplot(hu.event~fitted.adj.cat,data=risk.benefit.cast,groups=treat, auto.key=list(space="right")) ------------------------------------------ Thanks. Chetty -- Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2010 Mar 23
2
using reorder in dotplot
..."B","C") x<-c(15,20,10) test<-data.frame(Name,x) dotplot(Name~x,test) dotplot(reorder(Name,x)~x,test) "reorder" has no effect! Thanks. Chetty ------------------------ -- Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2009 Feb 25
2
reshape from wide to long
...5 T 2.9468333 3.3383667 3.1090667 3.244675 3.037425 2.679587 16 T 1.0867725 1.7652583 2.0307008 5.201625 8.279975 14.693583 17 T 1.7185010 2.0940723 2.5262791 4.083851 11.206282 23.595598 -- Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2012 Apr 21
2
Date object
...utes etc. I tried as. Date and also as.POSIXlt, ct etc. Please help me to compute the following difference. I get an "NA" for output. 1/14/2006 0:00:00 AM -1/9/2006 0:00:00 AM Thanks. Chetty -- Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2009 Feb 01
1
cluster function to use with GLM
...ion 'cluster' with GLM to adjust for correlated errors within a cluster ( e.g. cluster(ID)) as a covariate. Is there a similar function in R to use with GLM ? I am new to R. Thanks. V.K. Chetty -- Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2009 Jul 03
1
exporting interactive rggobi plots
Hi , I have created a parallel coordinate plot using rrgobi. I like to make a powerpoint slide. I am not able to copy and paste. Is there any way to do this? Thanks for any help. Chetty -- Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2009 Feb 13
2
loading mgcv package
...er vector but of type 'list' Error : .onAttach failed in 'attachNamespace' Error: package/namespace load failed for 'mgcv' ----------------------------------------- Thanks. Chetty -- Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2009 Oct 11
0
barchart
Hi,In Lattice graphs, can I use "reorder" function in a barchart as in the case of "dotchart"? Or it can be used only with dotcharts? Thanks Chetty Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2009 Oct 13
1
Lattice barchart-reordered
...uot;Gender",cex=1.25),auto.key=list(title=" FPG VS A1C for DM Diagnosis: Missed BP",columns=2,cex=1.25), col=c("blue","cyan","red","yellow")) -- Chetty Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...hester.ac.uk> Fax-to-email: +44 (0)870 094 0861 Date: 30-Mar-09                                       Time: 23:55:07 ------------------------------ XFMail ------------------------------ ------------------------------ Message: 71 Date: Mon, 30 Mar 2009 18:55:39 -0400 From: Veerappa Chetty <chettyvk@gmail.com> Subject: [R] two monitors To: r-help@r-project.org Message-ID:     <14825e3f0903301555w101dd00cs94aac36af6992ce@mail.gmail.com> Content-Type: text/plain Hi, I have set up two monitors. I am using windows XP.  I would like to keep one window- command line in one monitor and the...