Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hi Barry, Thanks for your reply. Actually, I tried both max=TRUE and min=TRUE. Neither of them works. Ahmed Kenawy ________________________________________ From: b.rowlingson at gmail.com [b.rowlingson at gmail.com] On Behalf Of Barry Rowlingson [b.rowlingson at...
Hi I am extensively using R to process large amount of data. I tried to source my scripts to run sequentially in R, instead of running them seperately. However, I always receive an error message related to the memory size...
Hi Barry, I removed the lines related to memory size from other scripts and kept it only in the master script. Now it works. Cheers Ahmed Kenawy ________________________________________ From: b.rowlingson at gmail.com [b.rowlingson at gmail.com] On Behalf...
Thanks, Abby. Apologies, I did convert my df into a svrepdesign object as follows: df<-svrepdesign (data=df1, scale=1, repweights = df1[, 496:995], type="BRR", combined.weights=TRUE, weight=~WTS_P, na.rm=TRUE) therefore, I have called "df...
Dear, I have a problem in the last code in R. I have attached code highlighted with yellow color, files, and screenshot of error. Waiting for your kind help. Regards, Ahmed -------------- next part -------------- An embedded and charset-unspecified text was...
Hi All, I am doing a one-sample t-test for survey data with replicates (svrepdesign). I was wondering if there is a way to change the mu in svyttest for one sample test? I can't find a way...
Do you mean the generalized Hypergeometric distribution ?? ********************************************************************* -----Original Message----- From: Martin Maechler [mailto:maechler at stat.math.ethz.ch] Sent: Tuesday, September 20, 2005 5:31 AM To: Narcyz Ghinea Cc: r-help at stat.math.ethz.ch Subject: Re...
Dear R usres, Sorry to bother you with my basic question. I have a quick question about tick mark in R. A reviewer wants the tick marks of the graph to start at 0:0 point. My current code below...
Hello R users, The code below is for loop in R that I want to do to following calculation at each time i and i-1 in 2:75 dataset (Litterfall_Ahmed97). ac = ((LeafBiog at date i -LeafBiog at date...
Hi Everyone, I am trying to assess whether the mean of carbohydrate intake (dependent variable = continuous) is significantly different between five groups (groups = people categorized into five different groups) (independent variable= categorical). This is survey data with replicates and therefore...
I want to write a R- function to make a CDF plot of all realizations (sim1, sim2, sim3........) with CDF of observed data (suppose zinc of muse data). Help will be appreciated Thanks Zia library(gstat) data(meuse) data(meuse...
So I intend to take measurements, not make maps, using Google maps. Is this still against their policy? If this is still a problem, are there alternatives to google maps that can be used in R or a GIS? Thanks...
I have created one data table and one polygon in R. Both have a similar type of column. I want to combine or join them with this column or field ("MUKEY"). Then I will convert this polygon as a ESRI...
---------- Forwarded message ---------- From: Ahmed Attia <ahmedatia80 at gmail.com> Date: Tue, Sep 17, 2013 at 11:17 AM Subject: axis lab font in r To: r-help-request at r-project.org I have an a question about the axis...
This accidentally (;-) didn't go to the R-help mailing list .. ------- start of forwarded message ------- To: <maechler at stat.math.ethz.ch> Date: Mon, 27 Nov 2000 21:50:23 -0800 Dear Sir, I know you are so busy and...
Dear R users, I would appreciate your help in plotting the means with simultaneous horizontal and vertical error bars. I use the lineplot.CI but it creates the vertical bars only. The attached file has the dataset that I want...
Hi all, My package "lipidr" has been failing checks for a while, giving the error below: Error in .wrap_in_length_one_list_like_object(value, name, x) : failed to coerce 'list(value)' to a IheatmapPlots object of length 1...
Please check this below link. It might help you what you need to do. Zia https://zia207.github.io/geospatial-data-science.github.io/ On Wed, Jun 19, 2019, 6:40 AM Lara Silva <lara.sfp.silva at gmail.com...
Hi, I like to compare areas not exceeding of particular threshold values between parametric and non-parametric approaches of 1000 realizations. For non-parametric approach, I did IK for 1000 realizations (conditional simulation) and calculated the area not exceeding (0...
x[!apply(x, 1, function (y) any(y==-1)),] ------ Original Message ------ From: "Dimitri Liakhovitski" <dimitri.liakhovitski at gmail.com> To: "r-help" <r-help at r-project.org> Sent: 7/30/2013 10:06:02 AM Subject: [R] Select only...
Can't find what you're looking for? Try searching with Google .