Re: [R] Program to produce multiple plots

2020-03-30 Thread Eric Berger
Another comment: if you are running your program in RStudio, it will create the sequence of plots but you need to "page back" to see them. Click the "Plots" tab and notice there are two arrows: back (pointing to the left) and forward (pointing to the right) HTH, Eric On Mon, Mar 30, 2020 at 5:04

Re: [R] Program to produce multiple plots

2020-03-30 Thread Richard M. Heiberger
you probably forgot the print() statement. Both lattice and ggplot require a print() in this situation. See the help files. On Mon, Mar 30, 2020 at 10:04 Ashim Kapoor wrote: > Dear David, > > Try this :- > par(mfrow=c(1,2)) > hist(rnorm(100)) > hist(rnorm(100,100,1)) > > Best Regards, > Ashim >

Re: [R] Program to produce multiple plots

2020-03-30 Thread Ashim Kapoor
Dear David, Try this :- par(mfrow=c(1,2)) hist(rnorm(100)) hist(rnorm(100,100,1)) Best Regards, Ashim On Mon, Mar 30, 2020 at 7:16 PM David wrote: > I wrote a little program that asked to produce two plots, but when I ran > it, I saw only the second plot. Is there a way to write a program th

[R] Program to produce multiple plots

2020-03-30 Thread David
I wrote a little program that asked to produce two plots, but when I ran it, I saw only the second plot.  Is there a way to write a program that will produce multiple visible plots? David __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and mor

Re: [R] Request for help with R program

2018-08-14 Thread Bert Gunter
at 4:13 PM, Spencer Brackett < spbracket...@saintjosephhs.com> wrote: > Good evening, > > I am a high school research student who is partnering with Baylor > University (TX) on a Genomic research project, and was seeking to use the R > program to analysis our data— which is from GDC databas

[R] Request for help with R program

2018-08-14 Thread Spencer Brackett
Good evening, I am a high school research student who is partnering with Baylor University (TX) on a Genomic research project, and was seeking to use the R program to analysis our data— which is from GDC database. R-3.5.1 is currently downloaded onto my Windows PC and I am looking to download

Re: [R] problem with R. program

2017-08-11 Thread S Ellison
> After a run multdrc comment in R program, show warning sign in this > program. I attached the saving page of the script. I hope you could help me, > please. Your model is probably generating negative or zero estimates, resulting in NaN when logs are taken. But multdrc is no long

[R] problem with R. program

2017-08-11 Thread AHMAD rahbary
After a run multdrc comment in R program, show warning sign in this program. I attached the saving page of the script. I hope you could help me, please. Thanks a lot A. Rahbari R : Copyright 2005, The R Foundation for Statistical Computing Version 2.1.0 (2005-04-18), ISBN 3-900051-07-0 R is

Re: [R] What is c1 file and how to open it (.c1) in R program?

2017-01-07 Thread David Winsemius
as >> >> Em 06-01-2017 21:31, Jung, Su Yon escreveu: >>> Hello, >>> >>> I have a set of genetic data in .c1 file. >>> I plan to analyze using R. >>> However, I am not sure how to open the c1 file in R program (what is >> the command?)

Re: [R] What is c1 file and how to open it (.c1) in R program?

2017-01-07 Thread Jeff Newmiller
;> I have a set of genetic data in .c1 file. >> I plan to analyze using R. >> However, I am not sure how to open the c1 file in R program (what is >the command?) in order to look at the data? >> >> Please, help. >> >> Thank you. >> >> >> Su

Re: [R] What is c1 file and how to open it (.c1) in R program?

2017-01-07 Thread Rui Barradas
ure how to open the c1 file in R program (what is the command?) in order to look at the data? Please, help. Thank you. Su Yon Jung, PhD, MPH Assistant Professor for Translational Sciences Section Jonsson Comprehensive Cancer Center UCLA School of Nursing 700 Tiverton Ave, Factor Bldg #3-264 Los A

[R] What is c1 file and how to open it (.c1) in R program?

2017-01-07 Thread Jung, Su Yon
Hello, I have a set of genetic data in .c1 file. I plan to analyze using R. However, I am not sure how to open the c1 file in R program (what is the command?) in order to look at the data? Please, help. Thank you. Su Yon Jung, PhD, MPH Assistant Professor for Translational Sciences Section

Re: [R] How to speed up R program

2016-03-19 Thread MacQueen, Don
You can start with ?Rprof which can help you find out what steps in your calculations are taking the most time. Depending on what, exactly, you're doing, look for places where you're using a data frame when a matrix would serve the purpose. Data frames have more overhead than matrices. Sarah Go

Re: [R] How to speed up R program

2016-03-15 Thread MAURICE Jean - externe
Hi Ragia, If time is really a big problem and you have a lot of datas and you want to use all the cores of the processor, you should use FORTRAN for your calculations. But this is only possible with a real FORTRAN developer and will take some times. I am an old freelance (61) and I began compu

Re: [R] How to speed up R program

2016-03-14 Thread Sarah Goslee
, > > > > Ragia > > > >> Date: Tue, 15 Mar 2016 08:45:56 +1100 >> Subject: Re: [R] How to speed up R program >> From: drjimle...@gmail.com >> To: ragi...@hotmail.com >> CC: r-help@r-project.org >> >> Hi Ragia, >> Improving the efficiency

Re: [R] How to speed up R program

2016-03-14 Thread Amos B. Elberg
wish is taken from file to memory > once) but it runs about 10k times and in each mad some calculations ? > > hope this clear the problem, > > > > Ragia > > > >> Date: Tue, 15 Mar 2016 08:45:56 +1100 >> Sub

Re: [R] How to speed up R program

2016-03-14 Thread Ragia .
100 > Subject: Re: [R] How to speed up R program > From: drjimle...@gmail.com > To: ragi...@hotmail.com > CC: r-help@r-project.org > > Hi Ragia, > Improving the efficiency of a program usually requires detailed > analysis of what it is doing and how those operations can be perfor

Re: [R] How to speed up R program

2016-03-14 Thread Jim Lemon
Hi Ragia, Improving the efficiency of a program usually requires detailed analysis of what it is doing and how those operations can be performed more rapidly. That is to say, without knowing what the program is supposed to accomplish and how it is doing it now, very little help can be provided. One

[R] How to speed up R program

2016-03-14 Thread Ragia .
Dear group I have two R sessions  running on Ubuntu 14.0x server , and I found that my program will take too long time to be finished( months...!), I used top command and found that   cpu usage is 21.3%.  the server is Enterprise SP-64 - 64G E5-1630v3 SoftRaid 2x2 TB Server . 6 core how can

Re: [R] error in R program

2014-06-08 Thread Charles Determan Jr
Firstly, you both need to subscribe to the mailing list. Please go to https://stat.ethz.ch/mailman/listinfo/r-help and subscribe. In this way you will also get emails from people asking questions and may benefit or even contribute help to another. There are several other specialty help lists tha

Re: [R] error in R program

2014-06-07 Thread Charles Determan Jr
REPLY TO ALL FOR THE R-HELP LIST!!! I apologize for the bluntness but you must realize that it is critical if you desire to get help on the mailing list beyond a single person your question must actually get to the mailing list. My expertise only goes so far and there is an infinitely larger comm

[R] Fwd: error in R program

2014-06-05 Thread Charles Determan Jr
-- Forwarded message -- From: thanoon younis Date: Thursday, June 5, 2014 Subject: error in R program To: Charles Determan Jr many thanks to you Dr. Charles Really i have a problem with simulation data in xi and now i have this erro r "Error in mvrnorm(1, c(0, 0, 0),

Re: [R] error in R program

2014-06-05 Thread Charles Determan Jr
Hello again Thanoon, Once again, you should send these request not to me but to the r-help list. You are far more likely to get help from the greater R community than just me. Furthermore, it is not entirely clear where your error is. It is courteous to provide only the code that is run up to th

[R] program

2014-05-21 Thread kafi dano
Please help me to find the reason when applied this program gave me the same result for b1,b2,b3 for all (BS,BIAS, RMSE , and SE)  I want to compare between these beta's tq. ## Ridge MM  ##   rm(list=ls())   library(MASS)   library(mvoutlier)   library(robu

Re: [R] program

2014-04-15 Thread PIKAL Petr
can attach your audience. Regards Petr > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of kafi dano > Sent: Monday, April 14, 2014 10:06 AM > To: R-help@r-project.org > Subject: [R] program > > Dear Sir.

[R] program

2014-04-14 Thread kafi dano
Dear Sir. I need your to help me to correct the attached R-code. when I apply this code give me the bad result Attached the program by using R Thank you    Kafi Dano Pati Ph.D candidate ( mathematics/statistics) Department of mathematical Science/ faculty of Science University Techno

Re: [R] seeking alternative method to copy a large section of my R program

2014-02-22 Thread David Winsemius
On Feb 22, 2014, at 1:57 PM, Julie Royster wrote: > Is there any way I can insert markers at the beginning and end of a large > section of R statements and then copy all text in between to clipboard? > > I have trouble scrolling to select long sections, so if there is another way > I would like

Re: [R] seeking alternative method to copy a large section of my R program

2014-02-22 Thread Jeff Newmiller
This is a function of the editor you use and the operating system you use, neither of which is on topic here. That said, many popular GUI editors allow you to select by holding the shift key down while moving the cursor with arrow keys. Note that in the long run using the source function to have

[R] seeking alternative method to copy a large section of my R program

2014-02-22 Thread Julie Royster
Is there any way I can insert markers at the beginning and end of a large section of R statements and then copy all text in between to clipboard? I have trouble scrolling to select long sections, so if there is another way I would like to know it! Julie (for husband Larry) [[alternative

Re: [R] Program SPACECAP help

2013-07-16 Thread Jose Jimenez
Please, could you post the the R code and the head of your data? Are you usuing the csv template? Jose -- View this message in context: http://r.789695.n4.nabble.com/Program-SPACECAP-help-tp4670514p4671667.html Sent from the R help mailing list archive at Nabble.com. _

Re: [R] make R program faster

2013-03-28 Thread Duncan Murdoch
On 13-03-28 7:07 AM, Christof Kluß wrote: Hi there are some good tips in "The R Inferno" http://www.burns-stat.com/documents/books/the-r-inferno/ or connect C++ to R with Rcpp http://dirk.eddelbuettel.com/code/rcpp.html or byte code compiler (library(compiler)) or library(data.table) but do you

[R] make R program faster

2013-03-28 Thread Christof Kluß
Hi there are some good tips in "The R Inferno" http://www.burns-stat.com/documents/books/the-r-inferno/ or connect C++ to R with Rcpp http://dirk.eddelbuettel.com/code/rcpp.html or byte code compiler (library(compiler)) or library(data.table) but do you have an idea to fasten standard R source c

Re: [R] program of matrix

2012-08-06 Thread David Winsemius
On Aug 6, 2012, at 11:16 AM, hafida wrote: I CANT FIND ANY ANSWER MR DAVID When I suggested that you learn to use the shift key, I was hoping for a sparing use of that key, such as at the beginning of sentences. The caps-lock key is different than the shift key. You are also posting to

Re: [R] program of matrix

2012-08-06 Thread hafida
I CANT FIND ANY ANSWER MR DAVID -- View this message in context: http://r.789695.n4.nabble.com/program-of-matrix-tp4639288p4639332.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch

Re: [R] program of matrix

2012-08-06 Thread hafida
A OK I MAKE A MISTAKE OK MR DAVID I WILL DO IT THANK YOU -- View this message in context: http://r.789695.n4.nabble.com/program-of-matrix-tp4639288p4639334.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mail

Re: [R] program of matrix

2012-08-06 Thread David Winsemius
Well, I just posted the fourth copy to the list which I apologize for. (I meant to delete the response I wrote.) Re-re-posting an unclear message seems unwise on your part, 'hafida'. You are not following the advice in the footer to all messages and you are not following the advice in the

Re: [R] program of matrix

2012-08-06 Thread David Winsemius
On Aug 6, 2012, at 8:04 AM, hafida wrote: Hi can ANY body help me to programme this formula: c[lj] and c[l'j] are matrix A[j]^-1 is an invertible diagonal matrix g[ll']=i[ll'] - sum *#from j=1 to k#* c[lj]c[l'j]A[j]^-1 WHERE i[ll']= 1/n sum from i=1 to n z[il] z[il'] n,k,m are

[R] program of matrix

2012-08-06 Thread hafida
Hi can ANY body help me to programme this formula: c[lj] and c[l'j] are matrix A[j]^-1 is an invertible diagonal matrix g[ll']=i[ll'] - sum *#from j=1 to k#* c[lj]c[l'j]A[j]^-1 WHERE i[ll']= 1/n sum from i=1 to n z[il] z[il'] n,k,m are given. j=1...k,l,l'=1...m, it s co

Re: [R] R Program

2011-11-15 Thread David Winsemius
On Nov 15, 2011, at 3:57 PM, PRI wrote: Can someone help me out with this problem? Write an R program to draw 10,000 random samples using the Polya Urn Scheme where the initial contents of the urn is one white ball and one black ball. Accumulate the proportion of white balls after each

[R] R Program

2011-11-15 Thread PRI
Can someone help me out with this problem? Write an R program to draw 10,000 random samples using the Polya Urn Scheme where the initial contents of the urn is one white ball and one black ball. Accumulate the proportion of white balls after each draw into one vector. Upload your R script file

Re: [R] program never enters browser mode when I add browser()

2011-10-29 Thread Patrick Burns
I see two possibilities: 1) the call to 'browser' is inside an 'if' clause that doesn't exectute. 2) the call forgets the parentheses, so it is: browser rather than browser() On 28/10/2011 20:04, M. Tran wrote: Dear All I have a program that breaks at the following lines of code: big

Re: [R] program never enters browser mode when I add browser()

2011-10-28 Thread Joshua Wiley
Hi Michelle, In addition to Jeff's advice, can you now reproduce the original error? What you are describing is highly improbable if everything is properly executed. It becomes more likely if more was chagned between running than just inserting browser(). For example, if you reran/had made chan

Re: [R] program never enters browser mode when I add browser()

2011-10-28 Thread Jeff Newmiller
Short answer: I have not. Long answer: Read the posting guide. Provide a reproducible example. Show actual error messages. Identify your operating system and version of R. Read the posting guide. Then try posting again. ---

[R] program never enters browser mode when I add browser()

2011-10-28 Thread M. Tran
Dear All I have a program that breaks at the following lines of code: bigfunction = { ... object1 = myfunction(x) object2 = strsplit(object1, ",")[[1]] ... } where myfunction is defined elsewhere outside of bigfunction. The error I get is "error in strsplit() -- object1 not found". Howeve

Re: [R] Help w/an old R program I've rediscovered and want to make work

2011-10-22 Thread Rolf Turner
On 23/10/11 09:56, pce369 wrote: Hi Barry, and thanks very, very much for your comments. OK, I think I've resolved the issue of where the file is, as the program runs...and then dies. The error message I am getting now is: "Error in tapply(MCP, MCPsplitlist, MCPfunction) : arguments must have s

Re: [R] Help w/an old R program I've rediscovered and want to make work

2011-10-22 Thread pce369
idea what this means. Any idea? Thanks kindly - -- View this message in context: http://r.789695.n4.nabble.com/Help-w-an-old-R-program-I-ve-rediscovered-and-want-to-make-work-tp3928890p3929021.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] Help w/an old R program I've rediscovered and want to make work

2011-10-22 Thread Barry Rowlingson
On Sat, Oct 22, 2011 at 8:41 PM, pce369 wrote: > I found an old R program I wrote som eyears back and I'd like to make work in > 2.11.1 (or a more recent version), but am having two problems: > > 1. I can't seem to access the datafile it requires. I'm not sure where

[R] Help w/an old R program I've rediscovered and want to make work

2011-10-22 Thread pce369
I found an old R program I wrote som eyears back and I'd like to make work in 2.11.1 (or a more recent version), but am having two problems: 1. I can't seem to access the datafile it requires. I'm not sure where the default place that R looks to for files references within it is,

Re: [R] How to terminate R program if found any execution error

2011-09-27 Thread Allan Engelhardt
The original poster may also be interested in options("error") to capture the 'any execution error' requirement. From the examples in help("options"): ## Not run: ## on error, terminate the R session with error status 66 options(error = quote(q("no", status=66, runLast=FALSE))) stop("test it")

Re: [R] How to terminate R program if found any execution error

2011-09-26 Thread Duncan Murdoch
On 11-09-27 12:20 AM, arunkumar wrote: Hi I want to terminate R process if there are any execution error. a="a" b=10 c=try(a/b) if(class(c)[1]=="try-error") { stop("Wrong Input Value") } d=c*c if c fails then it should terminate the process. Please can anyone help Keep the

[R] How to terminate R program if found any execution error

2011-09-26 Thread arunkumar1111
n context: http://r.789695.n4.nabble.com/How-to-terminate-R-program-if-found-any-execution-error-tp3846127p3846127.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-h

Re: [R] Is there an R program that produces optimal solution/mix of multiple samples' varying volumes and values

2011-07-26 Thread Mike Marchywka
> Date: Mon, 25 Jul 2011 11:39:22 -0700 > From: lukescore...@gmail.com > To: r-help@r-project.org > Subject: [R] Is there an R program that produces optimal solution/mix of > multiple samples' varying volumes and values > &g

[R] Is there an R program that produces optimal solution/mix of multiple samples' varying volumes and values

2011-07-25 Thread luke
Sorry about the lengthy subject line. Anyone know of an R' program that can look at several sources' varying available volumes/amounts and their individual set of values, compared to a "target" range/curve for these values, to find the optimal mixture(s) of these possible sou

Re: [R] R program writing standard/practices

2011-06-15 Thread Santosh
ew this message in context: > http://r.789695.n4.nabble.com/R-program-writing-standard-practices-tp3588716p3588911.html > Sent from the R help mailing list archive at Nabble.com. > > __ > R-help@r-project.org mailing list > https://stat.

Re: [R] R program writing standard/practices

2011-06-10 Thread Rolf Turner
On 11/06/11 03:35, Santosh wrote: Dear Experts, I notice that there are different ways of writing programs. Was wondering if there is anything like a standard which could be used to write good/complete R programs, maintain quality, easy to debug, a standard/practice that can be consistent in an

Re: [R] R program writing standard/practices

2011-06-10 Thread vioravis
Check this out: http://www1.maths.lth.se/help/R/RCC/ -- View this message in context: http://r.789695.n4.nabble.com/R-program-writing-standard-practices-tp3588716p3588911.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r

[R] R program writing standard/practices

2011-06-10 Thread Santosh
Dear Experts, I notice that there are different ways of writing programs. Was wondering if there is anything like a standard which could be used to write good/complete R programs, maintain quality, easy to debug, a standard/practice that can be consistent in an enterprise environment. Also, are th

Re: [R] Could you share your R program to import US CDC mortality data?

2011-03-19 Thread David Winsemius
On Mar 19, 2011, at 12:03 PM, Renny Li wrote: Hello - I downloaded yearly mortality (all cause) data from CDC website. You should offer a specific URL. The CDC website is huge and there are undoubtedly many places where various forms of such data are available. But have trouble to impor

[R] Could you share your R program to import US CDC mortality data?

2011-03-19 Thread Renny Li
Hello - I downloaded yearly mortality (all cause) data from CDC website. But have trouble to import them into R, have you worked with CDC mortality data before? I would appreciate it if you could share your R code on importing the data into R. Thanks, Renny [[alternative HTML

Re: [R] User input in R program

2011-01-21 Thread jverzani
christiaan pauw gmail.com> writes: > > HI Everybody > > Does anyone know of documentation about different ways of obtaining user > input in R. I have used readline() but I wondered is there are sophisticated > packages that does things like validate answers or generate selection > lists. You m

Re: [R] User input in R program

2011-01-21 Thread Mauricio Zambrano
Probably, iplots may be useful for you: http://cran.r-project.org/web/packages/iplots/index.html Kinds, Mauricio -- === Linux user #454569 -- Ubuntu user #17469 === 2011/1/21 christiaan pauw : > HI Everybody > > Does anyone know of docume

Re: [R] User input in R program

2011-01-21 Thread D Kelly O'Day
/ link -- View this message in context: http://r.789695.n4.nabble.com/User-input-in-R-program-tp3229515p3229738.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] User input in R program

2011-01-21 Thread Matt Shotwell
Martyn Plummer's 'coda' package has some nice interactive menus. The package appears to be written entirely in R. You could start with the codamenu() function in the package source: http://cran.r-project.org/web/packages/coda/index.html -Matt On Fri, 2011-01-21 at 14:26 +0200, christiaan pauw wr

Re: [R] User input in R program

2011-01-21 Thread Hugo Mildenberger
Hello Christian, for an example of interacting with graphic output, just run example(getGraphicsEvent) However, on X11, that feature had ceased to work since a pre-release of R-2.12 if Cairo support was enabled at compile time. The reason for this defect had already been documented in R's

[R] User input in R program

2011-01-21 Thread christiaan pauw
HI Everybody Does anyone know of documentation about different ways of obtaining user input in R. I have used readline() but I wondered is there are sophisticated packages that does things like validate answers or generate selection lists. bets regards Christaan [[alternative HTML versio

Re: [R] Calendar in R-program

2011-01-04 Thread Spencer Graves
how to begin it. Hope u can show me the best way to do it. Cheers -- View this message in context: http://r.789695.n4.nabble.com/Calendar-in-R-program-tp3173566p3173566.html Sent from the R help mailing list archive at Nabble.com<http://Nabble.com>.

Re: [R] Calendar in R-program

2011-01-04 Thread Mark Sharp
le.com/Calendar-in-R-program-tp3173566p3173566.html Sent from the R help mailing list archive at Nabble.com<http://Nabble.com>. __ R-help@r-project.org<mailto:R-help@r-project.org> mailing list https://stat.ethz.ch/mailman/listinfo/r-help

[R] Calendar in R-program

2011-01-04 Thread LOON88
way to do it. Cheers -- View this message in context: http://r.789695.n4.nabble.com/Calendar-in-R-program-tp3173566p3173566.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [R] Program BFAST

2010-10-12 Thread Michael Bedward
Hello, Looking at the bfast help page is says that the "output" component of the returned object is a list where the elements correspond to results for each iteration of the fitting algorithm. Michael On 13 October 2010 15:58, CALEF ALEJANDRO RODRIGUEZ CUEVAS wrote: > Hi everybody. > > I'm usi

[R] Program BFAST

2010-10-12 Thread CALEF ALEJANDRO RODRIGUEZ CUEVAS
Hi everybody. I'm using BFAST program and I have some data to be analized (named "META.csv" for example). When I call BFAST in the following way: meta <- read.csv("C:/META.csv") meta.ts<-ts(meta, frequency=12, start = c(2005,9)) dis<-frequency(meta.ts) / length(meta.ts) meta.sc<-bfast(meta.ts,

Re: [R] R program google search

2010-09-07 Thread Waverley @ Palo Alto
Hi, I have sent some request as how to embed the Google search API in R? I remember on one mailing list people talked about this previously using R. I did some analysis on this and found that google API (SOAP based) has retired and was replaced with the AJAX search API. I found the following per

Re: [R] R program google search

2010-09-04 Thread Duncan Temple Lang
Hi there One way to use Google's search service from R is libary(RCurl) library(RJSONIO) # or library(rjson) val = getForm("http://ajax.googleapis.com/ajax/services/search/web";, q = "Google search AJAX ", v = "1.0") results = fromJSONIO(val) Google requests that you provide your GoogleAPI ke

Re: [R] R program google search

2010-09-03 Thread Waverley @ Palo Alto
My question is how to use R to program google search. I found this information: "The SOAP Search API was created for developers and researchers interested in using Google Search as a resource in their applications." Unfortunately google no longer supports that. They are supporting the AJAX Search

Re: [R] R program google search

2010-09-03 Thread David Winsemius
On Sep 4, 2010, at 1:20 AM, Dennis Murphy wrote: Hi: Do you mean something like RSiteSearch('loess predict') [opens up a web page with 53 matches to the request] or package(sos) findFn('multiple imputation') ? If not, could you be more specific about what you're after? One further op

Re: [R] R program google search

2010-09-03 Thread Dennis Murphy
Hi: Do you mean something like > RSiteSearch('loess predict') [opens up a web page with 53 matches to the request] or package(sos) findFn('multiple imputation') ? If not, could you be more specific about what you're after? HTH, Dennis On Fri, Sep 3, 2010 at 2:23 PM, Waverley @ Palo Alto <

[R] R program google search

2010-09-03 Thread Waverley @ Palo Alto
Hi, Can someone help as how to use R to program google search in the R code? I know that other languages can allow or have the google search API If someone can give me some links or sample code I would greatly appreciate. Thanks. -- Waverley @ Palo Alto __

Re: [R] program R using mac Xcode

2010-06-17 Thread Charles C. Berry
On Thu, 17 Jun 2010, Waverley @ Palo Alto wrote: Hi, I am starting to use Xcode a lot for C/C++ programming. Can you do R programming in Xcode? If can, how to configure to enable this? Better to post to R-sig-mac for this question. Refer to Writing R Extensions and R for M

[R] program R using mac Xcode

2010-06-17 Thread Waverley @ Palo Alto
Hi, I am starting to use Xcode a lot for C/C++ programming. Can you do R programming in Xcode? If can, how to configure to enable this? Much thank in advance. -- Waverley @ Palo Alto __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [R] How to profile an R program?

2009-12-10 Thread Sharpie
Peng Yu wrote: > > Is there a way to profile an R program similar to valgrind > (valgrind.org), in the sense that I can easily see which function is > the bottleneck of an R program? > See writing R-Extensions, Section 3 "Tidying and Profiling R Code": http://cran.

[R] How to profile an R program?

2009-12-10 Thread Peng Yu
Is there a way to profile an R program similar to valgrind (valgrind.org), in the sense that I can easily see which function is the bottleneck of an R program? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

Re: [R] how can i call R program from one java program?

2009-10-28 Thread Romain Francois
On 10/28/2009 12:47 PM, wesley mathew wrote: Dear All I want to call the R program from one Java program because In my project R program parameters are set by one web page developed by java. Is this possible to call R program from java? many thanks in advance Hi, This has many different

[R] how can i call R program from one java program?

2009-10-28 Thread wesley mathew
Dear All I want to call the R program from one Java program because In my project R program parameters are set by one web page developed by java. Is this possible to call R program from java? many thanks in advance -- Wesley C Mathew [[alternative HTML version deleted

[R] Program with indicatrix function

2009-09-17 Thread MarcioRibeiro
Hi listers, First I programmed the calcul of a empirical distribution function given by: F_hat(y)=(1/n)*Sum[Ind(yi<=y)] I checked the ecdf function and I found out how does it works... A modification of the function would be: n<-6 x<-c(10,12,7,7,5,4) vals<-unique(x) edf<-cumsum(tabulate(match(x,

Re: [R] how to run a R program with input arguments

2009-07-13 Thread edisonying
ata file in the command line? Then >> the >> complete command will become: >> >> R a.txt data.txt >> >> This is important for a beginner. Thanks very much!:working: >> >> -- >> View this message in context: >> http://www.nabble.com/

Re: [R] how to run a R program with input arguments

2009-07-13 Thread edisonying
nce you are using Linux you can do the same > by putting the following hashbang at the top of your file: > > #!/usr/bin/env Rscript > > Then your script can be run using: > > ./scriptFile.R [your args here] > > The arguments are still accessed inside the s

Re: [R] how to run a R program with input arguments

2009-07-13 Thread cls59
aduate Environmental Resources Engineering Humboldt State University -- View this message in context: http://www.nabble.com/how-to-run-a-R-program-with-input-arguments-tp24465852p24471559.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r

Re: [R] how to run a R program with input arguments

2009-07-13 Thread Henrique Dallazuanna
mmand will become: > > R a.txt data.txt > > This is important for a beginner. Thanks very much!:working: > > -- > View this message in context: > http://www.nabble.com/how-to-run-a-R-program-with-input-arguments-tp24465852p24465852.html > Sent from the R help mailing li

[R] how to run a R program with input arguments

2009-07-13 Thread edisonying
gin to run. Besides, if the program will read a data file first, can I also specify the data file in the command line? Then the complete command will become: R a.txt data.txt This is important for a beginner. Thanks very much!:working: -- View this message in context: http://www

Re: [R] Reading data entered within an R program

2009-07-12 Thread Sam Thomas
threeftmetered Sent from my Windows Mobile® phone. -Original Message- From: Muenchen, Robert A (Bob) Sent: Saturday, July 11, 2009 4:43 PM To: R-help@r-project.org Subject: [R] Reading data entered within an R program Dear R-helpers, I know of two ways to reading data within an R

Re: [R] Reading data entered within an R program

2009-07-11 Thread Muenchen, Robert A (Bob)
R program Both will work if you copy and paste directly into an R session but textConnection has the advantage that you can place it in a file and source it and it still works. On Sat, Jul 11, 2009 at 4:38 PM, Muenchen, Robert A (Bob) wrote: Dear R-helpers, I know of two ways to reading

Re: [R] Reading data entered within an R program

2009-07-11 Thread Gabor Grothendieck
ta within an R program, using > textConnection and stdin (demo program below). I've Googled about and > looked in several books for comparisons of the two approaches but > haven't found anything. Are there any particular advantages or > disadvantages to these two approaches? I

Re: [R] Reading data entered within an R program

2009-07-11 Thread milton ruser
*hum* I prefer stdin() because you not need to explain to your student or beginners about TextConnection. cheers milton On Sat, Jul 11, 2009 at 4:38 PM, Muenchen, Robert A (Bob) wrote: > Dear R-helpers, > > I know of two ways to reading data within an R program, using > textCo

[R] Reading data entered within an R program

2009-07-11 Thread Muenchen, Robert A (Bob)
Dear R-helpers, I know of two ways to reading data within an R program, using textConnection and stdin (demo program below). I've Googled about and looked in several books for comparisons of the two approaches but haven't found anything. Are there any particular advantages or disadv

[R] How to build phylogenetic tree by R program from distance any distance matrix

2009-06-15 Thread suparna mitra
Hello R users, Can any one please help me to find a way to build phylogenetic tree by R program from any distance matrix. Suppose I have a data like : MATRIX [1] '1'0.0 [2] '2'0.071 0.0 [3] '3'0.036 0.286 0.0 [4] '4'0.429 0.75 0.714 0.0

Re: [R] R: R: R: how to split and handle a big R program into multiple files

2009-04-23 Thread baptiste auguie
> > > -Messaggio originale- > Da: Duncan Murdoch [mailto:murd...@stats.uwo.ca] > Inviato: gio 23/04/2009 14.21 > A: mau...@alice.it > Cc: baptiste auguie; r-help Help > Oggetto: Re: [R] R: R: how to split and handle a big R program into > multiple files >

[R] R: R: R: how to split and handle a big R program into multiple files

2009-04-23 Thread mauede
-- Da: Duncan Murdoch [mailto:murd...@stats.uwo.ca] Inviato: gio 23/04/2009 14.21 A: mau...@alice.it Cc: baptiste auguie; r-help Help Oggetto: Re: [R] R: R: how to split and handle a big R program into multiple files On 4/23/2009 7:15 AM, mau...@alice.it wrote: > I read the on-line documentation. >

Re: [R] R: R: how to split and handle a big R program into multiple files

2009-04-23 Thread Duncan Murdoch
how to split and handle a big R program into multiple files It is an R command (package utils), see ?package.skeleton baptiste On 23 Apr 2009, at 10:51, mau...@alice.it wrote: Is that an R command ? I browswd for the on-line hlp about such a command but could not find it. Thank yo

Re: [R] R: R: how to split and handle a big R program into multiple files

2009-04-23 Thread ronggui
t; -Messaggio originale- > Da: baptiste auguie [mailto:ba...@exeter.ac.uk] > Inviato: gio 23/04/2009 12.17 > A: mau...@alice.it > Cc: r-help Help > Oggetto: Re: R: [R] how to split and handle a big R program into multiple > files > > It is an R command (package utils), se

[R] R: R: how to split and handle a big R program into multiple files

2009-04-23 Thread mauede
: mau...@alice.it Cc: r-help Help Oggetto: Re: R: [R] how to split and handle a big R program into multiple files It is an R command (package utils), see ?package.skeleton baptiste On 23 Apr 2009, at 10:51, mau...@alice.it wrote: > > Is that an R command ? > I browswd for the on-line

Re: [R] R: how to split and handle a big R program into multiple files

2009-04-23 Thread baptiste auguie
iginale- > Da: baptiste auguie [mailto:ba...@exeter.ac.uk] > Inviato: gio 23/04/2009 11.48 > A: mau...@alice.it > Cc: r-help Help > Oggetto: Re: [R] how to split and handle a big R program into > multiple files > > > If most of the functions are quite stable (you d

  1   2   >