Re: [R] Request concerning use in book

2022-07-27 Thread Ebert,Timothy Aaron
-project.org/foundation/donors.html. They accept annual donations or one-off donations. Tim -Original Message- From: R-help On Behalf Of karl.fu...@sbg.at Sent: Monday, July 25, 2022 9:21 AM To: r-help@r-project.org Subject: [R] Request concerning use in book [External Email] Dear colleagues

[R] Request concerning use in book

2022-07-26 Thread karl.fuchs
Dear colleagues! We plan to introduce the software R in chapter "subject-specific software in mathematics" in our book "TEACHING/LEARNING MEDIUM COMPUTER". As we will use screenshots and Plots generated by R we ask if there will be any fees for using this elements in our book. Yours

Re: [R] Request for some help: Error when joining multiple csv files together

2022-06-02 Thread Rui Barradas
Hello, I'm seeing two obvious errors, those are not csv files and the columns spec is wrong, you have a spec of 6 columns but the posted data only has 4 and of different classes. If the data is in comma separated values (CSV) files the following worked without errors. library(readr)

[R] Request for some help about uncertainty analysis using bootstrap approach

2022-05-30 Thread Bhaskar Mitra
Hello Everyone, I have a query about uncertainty analysis and would really appreciate some help in this regard. I intend to gapfill the NAs in the “X” column of the dataframe (Df1). I have grouped the data using the column “Group” , determined the mean and generated the “Z” column. While I am

Re: [R] Request for help in solving an optimization problem

2021-12-23 Thread Bert Gunter
1. This ia a plain text list. No html. 2. Looks like homework. We don't do homework here. 3. Please read the posting guide. This is R-Help, not "R we do your work for you." We expect posters to show us their efforts to solve their problems. (In R, not Excel of course). 4. See here for R

[R] Request for help in solving an optimization problem

2021-12-23 Thread Amarjeet Kumar
Dear All. Warm greetings to you. I need help in solving an optimization formulation in R software. I tried to solve it in excel solver but it was going up to local minimum using GRG nonlinear solving method. I thought R can help in solving this problem so I am explaining the problem in few

[R] Request for help to modify sliderInput in RShiny app (conditional statement)

2020-11-17 Thread Bhaskar Mitra
Hello Everyone, I have written certain codes in RShiny app which works fine. There are 3 tabs, "Z1", "Z2" and "Z3". Currently the sliderinput shows up when I click all the 3 tabs. I need to adjust this code so that sliderInput is only visible when i click tab "Z1" and not for tabs "Z2" and

Re: [R] request

2020-06-10 Thread Jim Lemon
Hi Mozhgan, This is pretty obscure. If you have entered all of the variables in your attached list, You can start by looking at the summary of the output. This may help: https://stat.ethz.ch/R-manual/R-devel/library/mgcv/html/summary.gam.html Jim On Thu, Jun 11, 2020 at 4:47 AM Mozhgan

[R] request

2020-06-10 Thread Mozhgan Soleimani
Hello thank you for reading email please help me, I have used mgcv package for GAM model. To get contributions of each variable, Which code should I write in the R software? please see attached file __ R-help@r-project.org mailing list -- To UNSUBSCRIBE

Re: [R] Request for help about running a loop and reading .NC files

2020-03-24 Thread David Pierce via R-help
Hey Bhaskar, Dave Pierce here, the author and maintainer of the ncdf4 package. What platform are you working on? If you work on Linux, I'd be happy to send you a new source tar version of the ncdf4 package I've made that handles this case. It now has a settable parameter in nc_open called

Re: [R] Request for help about running a loop and reading .NC files

2020-03-24 Thread Bert Gunter
?tryCatch See also: https://www.r-bloggers.com/error-handling-in-r/ Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Tue, Mar 24, 2020 at 5:13 AM Bhaskar Mitra

Re: [R] Request for help about running a loop and reading .NC files

2020-03-24 Thread Ivan Krylov
On Mon, 23 Mar 2020 16:16:42 -0700 Bhaskar Mitra wrote: > I would appreciate if anyone can suggest how can I modify >the loop, whereby the loop will continue to run by bypassing those >particular >files which it cannot read or if any particular file has an error. See ?try and ?tryCatch. With

[R] Request for help about running a loop and reading .NC files

2020-03-24 Thread Bhaskar Mitra
Hello Everyone, I have written a loop which reads hundreds of .nc files and extract information from each .nc file and exports that corresponding information as a csv file. The loop works fine until it encounters a .nc file which it cannot read and the loop stops. I would appreciate if anyone

Re: [R] Request for aid in first R script

2018-11-19 Thread S Ellison
Pointers inline below: > > Since I'm a newbie on R, I was wondering if you could help me to achieve a > > small project that I think it's possible with this project (I cant seem to > > find a similar tool) > > > > I have a data file with about 2000 value lines, organized like this: > > > >

Re: [R] Request for aid in first R script

2018-11-19 Thread Thierry Onkelinx via R-help
Dear Kepler, Yes, R can do this all. But this is is to help you when you get stuck, not to do all the work for you... You are asking basic stuff, so any introduction book on R should contain sufficient information to get you going. So please do read on of those first. Best regards, ir. Thierry

[R] Request for aid in first R script

2018-11-19 Thread Rui Fernandes
Good morning My compliments to all. Since I'm a newbie on R, I was wondering if you could help me to achieve a small project that I think it's possible with this project (I cant seem to find a similar tool) I have a data file with about 2000 value lines, organized like this: x;y;z;j; ... I

Re: [R] Request for R Assistance: Downloading Data

2018-08-20 Thread Spencer Brackett
> > --JJS > > > -- > *From:* Jeff Newmiller > *Sent:* Sunday, August 19, 2018 4:38 PM > *To:* r-help@r-project.org; Sparks, John; Spencer Brackett; > r-help@r-project.org > *Subject:* Re: [R] Request for R Assistance: Downloading Data > > I thin

Re: [R] Request for R Assistance: Downloading Data

2018-08-19 Thread Sparks, John
-project.org Subject: Re: [R] Request for R Assistance: Downloading Data I think this hunch is off the mark... the file name is fine as it is... if anything will confuse R it would be that the data inside the file are not what was expected. If in fact the file is csv formatted then the function to read

Re: [R] Request for R Assistance: Downloading Data

2018-08-19 Thread Jeff Newmiller
>From: R-help on behalf of Spencer >Brackett >Sent: Sunday, August 19, 2018 2:11 PM >To: r-help@r-project.org >Subject: [R] Request for R Assistance: Downloading Data > >Good evening, > >I am attempting to download Genomic data from the GDC onto R for >analy

Re: [R] Request for R Assistance: Downloading Data

2018-08-19 Thread Sparks, John
Brackett Sent: Sunday, August 19, 2018 2:11 PM To: r-help@r-project.org Subject: [R] Request for R Assistance: Downloading Data Good evening, I am attempting to download Genomic data from the GDC onto R for analysis and am experiencing some difficulty. I have downloaded the GDC data into an Excel

Re: [R] Request for R Assistance: Downloading Data

2018-08-19 Thread David L Carlson
. Carlson Department of Anthropology Texas A University -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Spencer Brackett Sent: Sunday, August 19, 2018 2:12 PM To: r-help@r-project.org Subject: [R] Request for R Assistance: Downloading Data Good evening, I

Re: [R] Request for R Assistance: Downloading Data

2018-08-19 Thread Rich Shepard
On Sun, 19 Aug 2018, Spencer Brackett wrote: I am attempting to download Genomic data from the GDC onto R for analysis and am experiencing some difficulty. I have downloaded the GDC data into an Excel, CSV, and notepad (.txt) file and implemented what I believe to be the proper arguments, with

[R] Request for R Assistance: Downloading Data

2018-08-19 Thread Spencer Brackett
Good evening, I am attempting to download Genomic data from the GDC onto R for analysis and am experiencing some difficulty. I have downloaded the GDC data into an Excel, CSV, and notepad (.txt) file and implemented what I believe to be the proper arguments, with every attempting failing to

Re: [R] Request for help with R program

2018-08-14 Thread Bert Gunter
R has no "associates". It is open source software with many users and developers with varying skill levels and interests. I think you are in over your head ("inexperienced in computer programming") and should seek local resources at Baylor to help you. This list probably cannot provide the level

[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] Request for information

2018-05-08 Thread Bert Gunter
See here: https://cran.r-project.org/web/views/MachineLearning.html Also search! e.g. at rseek.org ... Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic

[R] Request for information

2018-05-08 Thread aijaz qazi
Dear Developers, I am a data science student. I wish to implement Neuro fuzzy Classifier, Adaboost, MLkNN Multi label algorithms for web document classification. I could not find packages and steps for above mention algorithms in mlr

Re: [R] request for code

2018-01-19 Thread Treutwein Bernhard
> http://www.math.umaine.edu/~hiebeler/comp/matlabR.pdf You might also look up the book published by the same author, see http://www.math.umaine.edu/~hiebeler/comp/matlabR.html -- Bernhard __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and

Re: [R] request for code

2018-01-18 Thread Marc Schwartz
> On Jan 18, 2018, at 7:49 AM, Anjali Karol Nair wrote: > > Hi, > > I want to convert my MATLAB programs to R studio programs. > Kindly guide on the same. Hi, Using Google with a search phrase such as "MATLAB to R" will yield a number of possible resources for you such

Re: [R] request for code

2018-01-18 Thread jim holtman
a simple Google search turns up several possible choices. There is a package 'matconv' that might serve your purposes. Jim Holtman Data Munger Guru What is the problem that you are trying to solve? Tell me what you want to do, not how you want to do it. On Thu, Jan 18, 2018 at 7:49 AM, Anjali

[R] request for code

2018-01-18 Thread Anjali Karol Nair
Hi, I want to convert my MATLAB programs to R studio programs. Kindly guide on the same. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] Request for help - adding text files to a data frame

2017-06-26 Thread Jim Lemon
Hi Bhaskar, You can put all sorts of stuff into a text file simply by using the "sink" command: sink("bm.txt") cat("\n") B9<-"B" cat(B9,"\n",sep="") for(i in 1:9) cat("C") cat("\n") print(df) sink() What you intend to do with a file like this is beyond me. Jim On Mon, Jun 26,

Re: [R] Request for help - adding text files to a data frame

2017-06-26 Thread David Winsemius
> On Jun 25, 2017, at 7:35 PM, Bhaskar Mitra wrote: > > Hello Everyone, > > I have a data frame which looks something like this: > >V1 <-c(1,2,3) >V2 <-c(5,6,7) >V3 <-c(9,10,11) > > df <- data.frame(V1,V2,V3) > > I want to add couple of text files

Re: [R] Request for help - adding text files to a data frame

2017-06-25 Thread Bert Gunter
You appear to either be ignorant of the structure pf data frames or have not expressed yourself clearly enough (for me, anyway). Please go through a tutorial to learn about the fixed structure of data frames, for which your request does not appear to reflect an understanding. Cheers, Bert Bert

[R] Request for help - adding text files to a data frame

2017-06-25 Thread Bhaskar Mitra
Hello Everyone, I have a data frame which looks something like this: V1 <-c(1,2,3) V2 <-c(5,6,7) V3 <-c(9,10,11) df <- data.frame(V1,V2,V3) I want to add couple of text files at the beginning of df and save the df as a csv file. The csv file should look something like this:

[R] Request for Permission to Use Screenshots of R Installation in our text book

2017-03-14 Thread Srinivasa K G
Dear Sir/Madam, We are in the process of developing a textbook on R and are writing to request your permission to include certain screenshots relating to installation of the package in our book to be published tentatively in May 2017. The description of our book is as follows*:* *Title*:

[R] Request body format is wrong. Make sure the json request is serialized correctly and there are no null members"- Text Mining With Cognitive API

2017-01-27 Thread Shivi Bhatia
Hi Team, I am building a sentiment and text mining model with R and Cognitive API. I am getting the error as mentioned in the subject: Request body format is wrong. Make sure the json request is serialized correctly and there are no null members. Can you please advice what is incorrect i am

Re: [R] Request for R code

2016-09-19 Thread S Ellison
> Heyy I want to apply LASSO method in AFT model. So can you guys please help > me by sending R code for that. Try help.search("LASSO") or RSiteSearch("LASSO") or Google "LASSO method in AFT using R" There are leads in both. S Ellison

[R] Request for R code

2016-09-17 Thread ANURAG SHARMA
Heyy I want to apply LASSO method in AFT model. So can you guys please help me by sending R code for that. Regards Anurag Sharma Mphil Statistics Faculty of Mathematical Science Ph no-+91-8285468733 [[alternative HTML version deleted]] __

Re: [R] Request for help

2016-06-04 Thread Michael Dewey
Dear Suparna You do not say whether the problem is (a) creating a help page to start with (b) understanding how to edit it afterwards. If the former then Duncan's advice to use prompt (or package.skeleton if you have not got anything set up yet) is good advice. If (b) then try it and post

Re: [R] Request for help

2016-06-03 Thread Duncan Murdoch
On 03/06/2016 2:27 PM, Bert Gunter wrote: See the "Writing R Extensions" manual that ships with R. You might also want to consider Hadley Wickham's roxygen2 package, which allows one to include the Help information as specially formatted comments within the code files themselves. The package

Re: [R] Request for help

2016-06-03 Thread Roy Mendelssohn - NOAA Federal
Hi All: > On Jun 3, 2016, at 11:33 AM, jlu...@ria.buffalo.edu wrote: > > There is a video tutorial on the RStudio web site showing how to create R > packages within RStudio. Hadley Wickham also has a book on creating R > packages. > And I would add that Hadley has kindly put the book

Re: [R] Request for help

2016-06-03 Thread JLucke
arna biswas <suparnabs...@gmail.com>, cc r-help <r-help@r-project.org> Subject Re: [R] Request for help See the "Writing R Extensions" manual that ships with R. You might also want to consider Hadley Wickham's roxygen2 package, which allows one to include the Help

Re: [R] Request for help

2016-06-03 Thread Bert Gunter
See the "Writing R Extensions" manual that ships with R. You might also want to consider Hadley Wickham's roxygen2 package, which allows one to include the Help information as specially formatted comments within the code files themselves. The package will then generate the Help files from this

[R] Request for help

2016-06-03 Thread suparna biswas
Dear Sir/Madam Myself Suparna Biswas, a research scholar from the department of Mathematical Sciences, Tezpur University, Assam, India. I am working under the supervision of Dr. Santanu Dutta, Associate Professor, Department of Mathematical Sciences, Tezpur University,

[R] request for collaborator for animation of optimization computations

2016-05-05 Thread ProfJCNash
In an email exchange with Hans Werner Borchers, two optimization problems were mentioned where the optimization parameters define positions that can be graphed. One is a chain hanging problem (catenary) and the other the largest area polygon where the vertices cannot be more than one unit apart.

[R] Request Help

2015-12-10 Thread Pedro Malpartida
Hello, I am currently facing difficulties while doing a couple of financial tasks in R. I will appreciate if you give a solution code for these issues. 1) If I have to price an european call option non dividend paying stock being t= 12 months, rf= 3% pa.cc and volatility of 30% per annum. Plot

Re: [R] Request Help

2015-12-10 Thread David Winsemius
> On Dec 10, 2015, at 2:55 PM, Pedro Malpartida wrote: > > Hello, > > I am currently facing difficulties while doing a couple of financial tasks > in R. I will appreciate if you give a solution code for these issues. > > 1) If I have to price an european call option

[R] Request

2015-06-15 Thread MALIOU Djamil
Dear Sir or Madame, I am a novice in R, and I want to perform a meta analysis of case control studies (analytic), i want a step by step explanation if it's possible, Thanks. Cordially, [[alternative HTML version deleted]] __

Re: [R] Request

2015-06-15 Thread Michael Dewey
Dear Djamil On 15/06/2015 14:37, MALIOU Djamil wrote: Dear Sir or Madame, I am a novice in R, and I want to perform a meta analysis of case control studies (analytic), i want a step by step explanation if it's possible, You can find details about packages which support meta-analysis in R in

Re: [R] Request for functions to calculate correlated factors influencing an outcome.

2015-05-04 Thread Lalitha Viswanathan
Hi I used the MASS library library(MASS) (by reading about examples at http://www.statmethods.net/stats/regression.html http://s.bl-1.com/h/ofLlK27?url=http://www.statmethods.net/stats/regression.html ) fit - lm(Mileage~Disp+HP+Weight+Reliability,data=newx) step - stepAIC(fit, direction=both)

Re: [R] Request for functions to calculate correlated factors influencing an outcome.

2015-05-04 Thread Bert Gunter
This would be better posted on a statistical list like stats.stackexchange.com, as it is largely about statistical methodology, not R code. Once you have determined what kinds of methods you want, you might then post back here -- or better yet, just search! -- for packages that implement those

Re: [R] Request for functions to calculate correlated factors influencing an outcome.

2015-05-04 Thread Prashant Sethi
Hi, From my understanding of a model, you need to have one or more dependent parameter variables which you (y1, y2 etc) and the explanatory parameter variables (x1, x2 etc) which you fit along with certain coefficients to determine the dependent parameter with minimum error as possible. I don't

[R] Request for functions to calculate correlated factors influencing an outcome.

2015-05-03 Thread Lalitha Viswanathan
Hi I am sorry, I saved the file removing the dot after the Disp (as I was going wrong on a read.delim which threw an error about !header, etc...The dot was not the culprit, but I continued to leave it out. Let me paste the full code here. x-read.table(/Users/Documents/StatsTest/fuelEfficiency.txt,

Re: [R] Request for functions to calculate correlated factors influencing an outcome.

2015-05-03 Thread Michael Dewey
Dear Lalitha, see inline below On 03/05/2015 10:19, Lalitha Viswanathan wrote: Hi I have a dataset of the type attached. Here's my code thus far. dataset -data.frame(read.delim(data, sep=\t, header=TRUE)); newData-subset(dataset, select = c(Price, Reliability, Mileage, Weight, Disp, HP)); In

[R] Request for functions to calculate correlated factors influencing an outcome.

2015-05-03 Thread Lalitha Viswanathan
Hi I have a dataset of the type attached. Here's my code thus far. dataset -data.frame(read.delim(data, sep=\t, header=TRUE)); newData-subset(dataset, select = c(Price, Reliability, Mileage, Weight, Disp, HP)); cor(newData, method=pearson); Results are Price ReliabilityMileage

Re: [R] Request for functions to calculate correlated factors influencing an outcome.

2015-05-03 Thread Prashant Sethi
Hi, I'm not an expert in data analysis (a beginner still learning tricks of the trade) but I believe in your case since you're trying to determine the correlation of a dependent variable with a number of factor variables, you should try doing the regression analysis of your model. The function

[R] Request for Help with Specifying Priors for MCMC Logit

2015-02-18 Thread Dinesh Mathur S
Hello, I am working on a research project at the University of Maryland and as part of this project I am trying to perform a bayesian analysis. I am facing difficulty specifying priors using the MCMClogit package. My question is how do we specify a column vector as a prior mean and a square

[R] request

2014-11-15 Thread Muhammad Alam
Respected sir i am a student of Mphil statistics from pakistan, please i have a great problem and i try my best but can not solve,  sir the problem is that i want to estimate the parameters of   LN3   for a set of data having name  x     by MLE method, in  R,  i also apply the VGAM  package but

Re: [R] request

2014-11-15 Thread Jeff Newmiller
The data you are working with us at least as important as the algorithms you work with. You need to learn what information to give us in order for our response to help you. You can start by reading the Posting Guide mentioned in the footer of any message on this list. One important item

Re: [R] request of information about creating DLL from R to be used in other languages/programs

2014-07-16 Thread Ludovic Brossard
Thanks for all these indications Regards Ludovic Brossard -Message d'origine- De : Jeff Newmiller [mailto:jdnew...@dcn.davis.ca.us] Envoyé : mercredi 16 juillet 2014 04:06 À : Ludovic.Brossard Cc : Ludovic Brossard; r-help@r-project.org Objet : Re: [R] request of information about

[R] request of information about creating DLL from R to be used in other languages/programs

2014-07-15 Thread Ludovic Brossard
Hello My question is the following. I have tried to find a similar subject in archives but not found (perhaps bad search!). One of my colleague wrote a R code combining some R functions to create a method of calculation. I would want to use this in a program coded in Delphi. Is there

Re: [R] request of information about creating DLL from R to be used in other languages/programs

2014-07-15 Thread Jeff Newmiller
Possible, but almost certainly not worth it. R is an interpreted language, and the dll would have to encapsulate the whole shebang. --- Jeff NewmillerThe . . Go Live...

Re: [R] request of information about creating DLL from R to be used in other languages/programs

2014-07-15 Thread Ludovic.Brossard
Thanks for the answer. If it is possible, could you indicate me how to proceed? or what would be the best alternative? Regard Ludovic Brossard Jeff Newmiller jdnew...@dcn.davis.ca.us a écrit : Possible, but almost certainly not worth it. R is an interpreted language, and the dll would have

Re: [R] request of information about creating DLL from R to be used in other languages/programs

2014-07-15 Thread Jeff Newmiller
You want algorithms compiled into a dll... I am satisfied with R in its current form, so I am not a particularly good guide for you. If you wish to continue with the wrapping-R approach then you should read the Writing R Extensions document that comes with R, and study R-devel mailing list

Re: [R] Request for R Initial value of MLE

2014-04-24 Thread S Ellison
Sir I have this problem,   res - maxLik(logLik=loglik1,start=c(a=1.5,b=1.5,c=1.5,dee=2),method=BFGS) There were 50 or more warnings (use warnings() to see the first 50) summary(res) Maximum Likelihood estimation BFGS maximisation, 0 iterations Return code 100: Initial value out of

[R] Request for R Initial value of MLE

2014-04-23 Thread farrukh jamal
Sir I have this problem,      res - maxLik(logLik=loglik1,start=c(a=1.5,b=1.5,c=1.5,dee=2),method=BFGS) There were 50 or more warnings (use warnings() to see the first 50) summary(res) Maximum Likelihood estimation BFGS maximisation, 0 iterations Return code 100: Initial value out of range.  

[R] Request for help regarding RWeka

2013-12-31 Thread Takatsugu Kobayashi
Hi Rusers, I am having a hard time understanding/finding a solution to this error message of RWeka. I just want to use Xmeans clustering command but when I typed XMeans then I get the following message: Error value[[3L]](cond) : Required Weka package 'XMeans' is not installed. So I tried to

Re: [R] request for help in R

2013-09-26 Thread John Kane
John Kane Kingston ON Canada -Original Message- From: atta_...@yahoo.com Sent: Wed, 25 Sep 2013 23:16:48 -0700 (PDT) To: jrkrid...@inbox.com Subject: Re: [R] request for help in R hi, i have data for 15 gauging stations of different rivers and for monthly maxmimum flows data, i want

[R] request for help in R

2013-09-24 Thread atta ahmad
respectd sir,  i am working on regional frequency analysis of flood flow data and want to use packages lmomRFA, lmom, imomco,etc andby using these i want to find RMSE , errorbounds and absolute biase but could not make it clear to use, please help regards atta muhammad asif assistant professor

Re: [R] Request for Help on Named Vectors

2013-05-22 Thread arun
Hi, May be this helps: month.dayslong-rep(31,7)  names(month.dayslong)- c(January,March,May,July,August,October,December) month.dayslong # January    March  May July   August  October December  #     31   31   31   31   31   31   31  unname(month.dayslong) #[1]

[R] Request for unsubscribe from this forum.

2013-01-27 Thread Purna chander
Dear admin members, My Inbox is being flooded with the posts every time. As a reason, I wish to unsubscribe from this forum. Can you suggest me how to do that. Regards, Purna __ R-help@r-project.org mailing list

Re: [R] Request for unsubscribe from this forum.

2013-01-27 Thread Berend Hasselman
On 28-01-2013, at 06:17, Purna chander chander...@gmail.com wrote: Dear admin members, My Inbox is being flooded with the posts every time. As a reason, I wish to unsubscribe from this forum. Can you suggest me how to do that. At the bottom of every message is a link to the R-help

[R] request

2012-12-05 Thread Rubel Das
Dear Dr. bernhard cc. r-help Thank you very much for deverlopping rneos package. I read the document of rneos. however, due to my inability, i could not figure-out how to connect with neos server from R environment. let me explain the steps, i took. my laptop is using wireless of my laboratory.

Re: [R] request

2012-12-05 Thread Rubel Das
Dear Dr. Bernhard Thank you very much for quick reply. One good news is that i can connect with Neos server. I appreciate your suggestion to change 'protocols' to 'proxy'. after assigning proxy, i can connect with my desired website. Thankyou very much With best regards Rubel On Thu, Dec 6,

[R] Request for help on manipulation large data sets

2012-01-26 Thread Chee Chen
Dear All, I would like to ask for help on how to read different files automatically and do analysis using scripts. 1. Description of the data 1.1. there are 5 text files, each of which contains cleaned data for the same 100 SNPs. Observations (e.g., position on gnome, alelle type, ...) for

[R] request for post

2011-11-10 Thread LAXMI KANT TIWARI
please post my query in your mailing list -- LAXMI KANT TIWARI Andaman and Nicobar Space Application Cell PCCF'S Office, Van Sadan, Haddo - 744102 Port Blair, Andaman and Nicobar Islands, India Ph:+913192234430 Mobile:+919531839311 Alternate email: tiwari21...@itc.nl

[R] Request for Help: remove zero in fraction from tick labeling

2011-11-06 Thread Chee Chen
Dear All, I would like to know how to do the following: 1. suppose I have x values from the ordered from 0, 0.5, 1, and would like to label these three points on the x-axis. 2. However, R labels them as 0.0, 0.5, 1.0. But I wan5 them to be 0, .5, 1, since the former way uses limited space of a

Re: [R] Request for Help: remove zero in fraction from tick labeling

2011-11-06 Thread David Winsemius
On Nov 6, 2011, at 9:07 AM, Chee Chen wrote: Dear All, I would like to know how to do the following: 1. suppose I have x values from the ordered from 0, 0.5, 1, and would like to label these three points on the x-axis. 2. However, R labels them as 0.0, 0.5, 1.0. But I wan5 them to be 0,

Re: [R] Request for Help: remove zero in fraction from tick labe

2011-11-06 Thread Ted Harding
On 06-Nov-11 14:50:18, David Winsemius wrote: On Nov 6, 2011, at 9:07 AM, Chee Chen wrote: Dear All, I would like to know how to do the following: 1. suppose I have x values from the ordered from 0, 0.5, 1, and would like to label these three points on the x-axis. 2. However, R labels

[R] Request for Help: y-axis label overlapped by x-axis in subplots in big plot

2011-11-06 Thread Chee Chen
Dear All, I would like to seek for help on this issue: 1. I set par(mfrow=c(2,2)), hoping to plot 4 subgraphs in a whole graph 2. Each subgraph has its own x,y axes and each has x-axis label and y-axis label 3. moreover, subgraphs in the left column of the whole graph are all 3D, and have z

Re: [R] Request for Help: y-axis label overlapped by x-axis in subplots in big plot

2011-11-06 Thread Duncan Murdoch
On 11-11-06 3:19 PM, Chee Chen wrote: Dear All, I would like to seek for help on this issue: 1. I set par(mfrow=c(2,2)), hoping to plot 4 subgraphs in a whole graph 2. Each subgraph has its own x,y axes and each has x-axis label and y-axis label 3. moreover, subgraphs in the left column of the

[R] Request for moderated posting

2011-10-10 Thread squid-dev-help
This message has been passed onto the list moderators for approval. This is because you are not a subscriber to this list or the related squid-users list. If the message is relevant to the squid-dev mailinglist one of the moderators will accept the message and it gets automatically forwarded to

[R] Request for Help

2011-03-14 Thread Caesar Nkambule
Good Day The attached document refers. I have recently attended an introduction course to R, and now wish to apply the program into my work analysis. The spreadsheet contains water quality data sampled from different locations within a catchment. I wish to group the variables per point

Re: [R] Request for Help

2011-03-14 Thread Joshua Wiley
Dear Caesar, Welcome to R. This is a great opportunity for you to start learning R and practicing writing your own code. The first thing I would do is go to: http://cran.r-project.org/doc/manuals/R-intro.htmland read the introduction to R manual. It has a lot of helpful information about

[R] Request - adding recycled lwd parameter to polygon

2010-04-29 Thread Tal Galili
Hello dear members of R-help and R-core mailing list, I am not sure if this request is a ticket that should be filled somewhere outside the mailing list. If so, I apologize for not doing and would like to know where I should have filled it. And to the subject matter: I would like to use a

Re: [R] Request update on A (Not So) Short Introduction to S4

2009-10-14 Thread Uwe Ligges
Peng Yu wrote: There are several '?'s on the last page of the following document. Apparently, they are not correct. Could somebody correct it? cran.r-project.org/doc/contrib/Genolini-S4tutorialV0-5en.pdf Please ask the author. Best, Uwe Ligges

[R] Request Infomation

2009-10-13 Thread Andres Rincon
Hello, I would like to know if is possible to load functions developed by users of R. I have been working in a function related to calculate some indicators to develop a credit scoring. I would like to know about the procedure to load this function and create a package for this kind of

Re: [R] Request Infomation

2009-10-13 Thread stephen sefick
There is a how to make R packages in the document section of the cran website. On Tue, Oct 13, 2009 at 3:07 PM, Andres Rincon arin...@neiconcg.com wrote: Hello, I would like to know if is possible to load functions developed by users of R. I have been working in a function related to calculate

Re: [R] Request Infomation

2009-10-13 Thread Duncan Murdoch
On 13/10/2009 4:07 PM, Andres Rincon wrote: Hello, I would like to know if is possible to load functions developed by users of R. I have been working in a function related to calculate some indicators to develop a credit scoring. I would like to know about the procedure to load this

Re: [R] Request Infomation

2009-10-13 Thread joris meys
The easy way out is to send the file containing only the function to the people willing to use it. They can load the function from the file foo.R using : source (path/foo.R) The hard way out is to write a package. For that, see : http://cran.r-project.org/doc/manuals/R-exts.html Cheers Joris

[R] Request update on A (Not So) Short Introduction to S4

2009-10-13 Thread Peng Yu
There are several '?'s on the last page of the following document. Apparently, they are not correct. Could somebody correct it? cran.r-project.org/doc/contrib/Genolini-S4tutorialV0-5en.pdf __ R-help@r-project.org mailing list

[R] request: Help

2009-08-13 Thread Sarjinder Singh
Dear Sir/Madam,   Good Day!   How can we make output file in R?   In FORTRAN, we could do as follows:       WRITE (42, 107) x, y 107  FORMAT ( 2x, F9.3, 2x, F4.2)   What is equivalent to this in R?   With best regards,   Sarjinder                 Updated web-page on Sept 6, 2004:  

Re: [R] request: Help

2009-08-13 Thread Steve Lianoglou
Hi, On Aug 13, 2009, at 3:43 PM, Sarjinder Singh wrote: Dear Sir/Madam, Good Day! How can we make output file in R? In FORTRAN, we could do as follows: WRITE (42, 107) x, y 107 FORMAT ( 2x, F9.3, 2x, F4.2) What is equivalent to this in R? See: ?file ?cat ?sprintf -steve --

[R] Request for some help

2009-04-25 Thread abdul hanan
Dera Graham I would highly be thankful if u help me how to do 1. Wilk's Lambda test 2. Box plots and 3. pooled within group standardization in discriminant analysis with 6 variables in R. Actually I am new to R but I have an assignment to analyse some questions only in R and there is drawback for

Re: [R] Request for some help

2009-04-25 Thread Tom Backer Johnsen
Abdul: First, read the posting guide. You will find a link to that one at the bottom of all messages. Also, read some of the documentation for R. Sorry, there is no way to avoid that. A very good source is the R web page (Google for the letter R, the link will be at the top of the

[R] request: maximum depth reached problem

2009-04-09 Thread Muhammad Azam
Dear R community Hope all of you are fine. I have a question regarding the an error message. Actually, I am trying to generate classification trees using tree package. It works well but for some datasets e.g., wine, yeast, boston housing etc. it gives an error message. Error in tree(V14 ~ .,

Re: [R] request: maximum depth reached problem

2009-04-09 Thread Uwe Ligges
Muhammad Azam wrote: Dear R community Hope all of you are fine. I have a question regarding the an error message. Actually, I am trying to generate classification trees using tree package. It works well but for some datasets e.g., wine, yeast, boston housing etc. it gives an error message.

[R] request: cost complexity parameter k

2009-04-02 Thread Muhammad Azam
Dear R community I have a question regarding the value of cost complexity parameter k used in tree package for pruning purpose. In the example below i used k=0. But if i take the value k=NULL, then it will not plot the resultant tree. Any help in finding the optimum value of k is requested.

Re: [R] Request: Optimum value of cost complexity parameter k in tree package

2009-04-02 Thread Uwe Ligges
Muhammad Azam wrote: Dear R community I have a question regarding the value of cost complexity parameter k used in tree package for pruning purpose. Any help in finding the optimum value of k is requested. Please give some suggestion in this regard. In the example below i used k=0 but i don't

  1   2   >