[R] Error : package 'xxx' was built before R 3.0.0: please re-install it

2016-02-26 Thread Cem Girit
Hello, Here are the steps to the error: 1. Uninstall R version 2.x.y. 2. Install the latest version (3.2.3) of R. 3. Copy all my libraries that were not in the new version into the new R library. 4. Run "> update.packages(checkBuilt=TRUE, ask=FALSE)" under R-Stu

[R] FW: Library update from version

2013-09-30 Thread Cem Girit
Hello, I recently installed version 3.0.1 of R on to a computer. I have a working installation for a Statconn application using R version 2.15.0 on another computer. I have many libraries under this old installation. Can I just copy them into the new library from the old, or do

Re: [R] Writing R-scripts

2012-02-14 Thread Cem Girit
t <- function(resp, group, alpha, vehicle) { result <- data.frame(label=label, estimate=estimate, alpha=alpha, lower=lower, upper=upper, p.value=pval, significance=sig) return(result) } } Cem -Original Message- From: Jim Lemon [mailto:j...@bitwrit.com.au] Sent: Tuesday, February

[R] Writing R-scripts

2012-02-13 Thread Cem Girit
Hello, This is my first attempt to write a script in R. The program below is intended to do some parametric tests on group data. There are subroutines for each type of test. The call to the "parametric.tests", routine sets the argument "testtype" for the test to be used. How can I transfer

Re: [R] Upgrade R?

2011-11-16 Thread Cem Girit
Hello John, Thank you. It is useful advice. I found the method which eliminates copying the library after new installation given at by Tal at http://www.r-statistics.com/2010/04/changing-your-r-upgrading-strategy-and-t he-r-code-to-do-it-on-windows/ very effective. But my problem and some

Re: [R] Upgrade R?

2011-11-14 Thread Cem Girit
cularly annoying now that new versions of R seem to be published with ever increasing frequency. On Mon, Nov 14, 2011 at 10:11 AM, Kevin Burton wrote: > I am also using statConn so I will let you know if I hear anything new. > > -Original Message- > From: Cem Girit

Re: [R] Upgrade R?

2011-11-14 Thread Cem Girit
issue and publish them so that that the experts could put them into more effective use. Sincerely, Cem -Original Message- From: Kevin Burton [mailto:rkevinbur...@charter.net] Sent: Sunday, November 13, 2011 4:11 PM To: 'Cem Girit' Subject: RE: [R] Upgrade R? I

Re: [R] Web based R-help not a list

2011-11-10 Thread Cem Girit
at I did not insult the feelings of some of you on this very "sensitive" issue. I will continue to use this site to get help and eventually to give help. I am very grateful to all who answered many of my questions how stupid or sensitive they were. Humbly yours.

[R] Web based R-help not a list

2011-11-09 Thread Cem Girit
, results etc. be quick and effective rather than just links to other sites Sincerely, Cem Girit [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the

[R] List of user installed packages

2011-11-05 Thread Cem Girit
initially by the R-installer. Is this possible? Cem Cem Girit, PhD Biopticon Corporation 182 Nassau Street, Suite 204 Princeton, NJ 08542 Tel: (609)-853-0231 Email:gi...@biopticon.com [[alternative HTML version deleted]] __ R

[R] Parametric tests

2011-10-29 Thread Cem Girit
exist for an individual test but their outputs vary in great detail (test statistics, p-values, etc.) formats. It is desirable to have one that allows comparison of different test results such as Tukey versus Duncan. Cem Cem Girit [[alternative HTML version deleted

Re: [R] Survival analysis

2011-10-24 Thread Cem Girit
Hello Terri, Thank you very much. This is the answer I needed. Could you also tell me how I can calculate 25 and 50% quantiles in R? I can only get median as far as I know. Cem Cem Girit   -Original Message- From: Terry Therneau [mailto:thern...@mayo.edu] Sent: Monday

[R] FW: Survival analysis

2011-10-22 Thread Cem Girit
32 NA gT=DrugB 9 9 9 3 54.8 2.93 NA 42 NA gT=DrugC 9 9 9 4 53.8 2.74 NA 42 NA gT=Vehicle 9 9 9 8 42.3 2.38 40 37 45 * restricted mean with upper limit = 61 > Sincer

[R] Survival analysis

2011-10-20 Thread Cem Girit
Hello, I need some results from the survival analysis of my data that I do not know whether exist in Survival Package or how to obtain if they do: 1. The Mean survival time 2. The standard error of the mean 3. Point and 95% Lower & Upper Confidence Interv

[R] r-Help web site access problem

2011-10-18 Thread Cem Girit
Hello, I cannot access the r-help website although after registration I am getting all the posts sent to the side. Each time I click on the "Visit Subscriber List" on the https://stat.ethz.ch/mailman/listinfo/r-help site, I get "R-help roster authentication failed." error. Any i

[R] Extracting results from a function output

2011-10-17 Thread Cem Girit
.118 0.178 0.236 0.298 0.373 ... $ upper : num [1:28] 0.984 0.939 0.878 0.805 0.719 ... $ lower : num [1:28] 0.433 0.365 0.282 0.204 0.136 ... $ conf.type: chr "log-log" $ conf.int : num 0.95 $ call : language survfit(formula = Surv(tT, dT) ~ gT, conf.type = "log-log") - attr(