[R] Help with Nesting

2017-10-31 Thread Edward Guda via R-help
How do i resolve this? symbol <- c('RRR' ,'GGG') for(i in seq_along(symbol)) { dat <- Quandl("LLL/symbol[i]") } required solutionis a loop where Quandl is a function and it loops as flows, Quandl("LLL/RRR") Quandl("LLL/GGG")

[R] Function to save results

2017-11-01 Thread Priya Arasu via R-help
Thank youPriya [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.ht

[R] Data invisible to read.csv

2017-11-01 Thread WRAY NICHOLAS via R-help
27;s going on and how I can get to the date string? Thanks, Nick Wray [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting gui

Re: [R] Function to save results

2017-11-01 Thread Priya Arasu via R-help
ed by sinksink() HTH,Eric On Wed, Nov 1, 2017 at 1:32 PM, Priya Arasu via R-help wrote: Hi,I want the results to be saved automatically in a output text file after the script has finished running. I used the sink function in the following example, but the results file (output.txt) was empty.

Re: [R] Function to save results

2017-11-01 Thread Priya Arasu via R-help
;)2. to complete the saving to the file you must give a second sink command with no argument:  sink()So your code would be (pseudo-code, not actual code) sink( "filename" )do something that prints output which will be captured by sinksink() HTH,Eric On Wed, Nov 1, 2017 at 1:32 PM, Priya

[R] Correct subsetting in R

2017-11-01 Thread Elahe chalabi via R-help
: num 2 2 0 2 1 2 0 0 1 0 ... $ fall : num 3 0 0 1 2 3 2 0 2 0 ... $ fell : num 1 0 0 0 0 0 0 0 0 0 ... Does anyone know how should I get the IDs of training from data? thanks for any help! Elahe ______ R-help@r-project.org mailing list -- To

Re: [R] Correct subsetting in R

2017-11-01 Thread Elahe chalabi via R-help
But they row.names() cannot give me the IDs On Wednesday, November 1, 2017 9:45 AM, David Wolfskill wrote: On Wed, Nov 01, 2017 at 04:13:42PM +, Elahe chalabi via R-help wrote: > Hi all, > I have two data frames that one of them does not have the column ID: > >

Re: [R] Function to save results

2017-11-01 Thread Priya Arasu via R-help
32110   0 | 001244   0 | 556789   1 | 113   1 | 5788 > # Success Depending on your operating system, you may also be able to save the output with File | Save to File. --- David L Carlson Department of Anthropology Texas A&M University College Statio

Re: [R] Correct subsetting in R

2017-11-01 Thread Elahe chalabi via R-help
;- merge(training,data,by=intersect(names(training),names(data))) HTH, Eric On Wed, Nov 1, 2017 at 6:13 PM, Elahe chalabi via R-help wrote: Hi all, >I have two data frames that one of them does not have the column ID: > >> str(data) >'data.frame': 499

Re: [R] Question - TukeyHSD

2017-11-05 Thread John Kane via R-help
hin this e-mail are those of the author and do not necessarily represent those of Coventry University.     [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listi

[R] Help in R

2017-11-05 Thread Ahsan Zahir via R-help
Hey, I am a beginner in R. How do I read last 10 values from column- Movie, from a dataset? Pls help. Sent from my iPhone __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

[R] Survival model error

2017-11-05 Thread Meghna Govil via R-help
ault`(y, who, 1) : (subscript) logical subscript too long Any ideas? I have tried several things and still get this error. Thanks, Meghna ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r

Re: [R] Survival model error

2017-11-06 Thread Meghna Govil via R-help
ormula refer > to column names. > > — > David > > Sent from my iPhone > >> On Nov 5, 2017, at 7:21 PM, Meghna Govil via R-help >> wrote: >> >> >> Hi - Below is my code and then the error when I run the last line. >> >>

[R] fill histogram in ggplot

2017-11-07 Thread Elahe chalabi via R-help
______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Missing information in source()

2017-11-07 Thread William Dunlap via R-help
e() will keep the warnings near the lines that caused them. Bill Dunlap TIBCO Software wdunlap tibco.com On Tue, Nov 7, 2017 at 12:01 PM, Tom Backer Johnsen wrote: > Dear R-help, > > I am running a Mac under Sierra, with R version 3.4.2 and RStudio > 1.1.383. When running head () or tail () on an object in a script using > source (

[R] dendrogram adjustment in heatmap.2

2017-11-08 Thread Fix Ace via R-help
rogram is huge compared with the overall graph. I would like to squeeze them a bit. Thank you very much for any inputs! Kind regards, Ace [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https

Re: [R] Ggplot error

2017-11-08 Thread John Kane via R-help
ackage:tibble` >  [1] "add_row"      "as_data_frame" "as_tibble"    "data_frame" > "data_frame_"  "frame_data" >  [7] "glimpse"      "lst"          "lst_"          "tbl_sum" >  "tibb

[R] ggplot2 error

2017-11-09 Thread Thomas Subia via R-help
ion deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Calculating frequencies of multiple values in 200 colomns

2017-11-10 Thread William Dunlap via R-help
> Sent: 09 November 2017 23:51:35 > To: Allaisone 1; R-help > Subject: Re: [R] Calculating frequencies of multiple values in 200 colomns > > [[elided Hotmail spam]] > > "For example, if I have the values : 1 , 2 , 3 in each column, applying > Tabulate () would calcula

[R] effects package x axis labels

2017-11-10 Thread Andras Farkas via R-help
lot 1), 'white' (plot 2) and 'green' (plot 3) for the 3 respective plots produced?  appreciate the help... Andras  __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEA

[R] Convert poly line to polygon in R

2017-11-12 Thread Javad Bayat via R-help
ative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] how to label station names on point

2017-11-12 Thread Javad Bayat via R-help
____ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Where to get support for Rserve?

2017-11-13 Thread William Dunlap via R-help
intainer("Rserve"). Or use utils::bug.report(package="Rserve") to make a bug report on the package. It uses the above logic to decide how to submit the report. Bill Dunlap TIBCO Software wdunlap tibco.com On Mon, Nov 13, 2017 at 4:48 AM, Morkus via R-help wrote: > He

[R] error message for function: lmer (from lme4 package)

2017-11-14 Thread Fix Ace via R-help
;  Could anyone help me figure out how to fix the issue?  Thank you very much for any inputs! Ace [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] error message for function: lmer (from lme4 package)

2017-11-14 Thread Fix Ace via R-help
m effects (=18) for term > (conditions | replicate); the random-effects parameters and the residual > variance (or scale parameter) are probably unidentifiable>  Please let me know if it is readable this time.  Again, many thanks for your time and please help me fix the issue. Kind rega

Re: [R] lapply and runif issue?

2017-11-15 Thread William Dunlap via R-help
> lapply(1:3, function(x)runif(3)) > [[1]] > [1] 0.2950459 0.8490556 0.4303680 > > [[2]] > [1] 0.5961144 0.5330914 0.2363679 > > [[3]] > [1] 0.8079495 0.1431838 0.3671915 > > > > Many thanks for any clarification. > > -- Bert > > [[alternati

[R] Rasterize function with maximum in R

2017-11-15 Thread Ashraf Afana via R-help
f,  [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] error message for function: lmer (from lme4 package)

2017-11-16 Thread Fix Ace via R-help
  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, Nov 14, 2017 at 12:49 PM, Fix Ace via R-help wrote: Hi, David, Thank

[R] change colour in barplot

2017-11-20 Thread Maria Lathouri via R-help
colour changes in the legend but not the actual bars in the plot. I don't know what I am doing wrong. I know that I am missing something but I cannot figure it out.  I would very much appreciate for your help.  Many thanks,Maria [[alternative HTML version deleted]] ______

[R] Σχετ: change colour in barplot

2017-11-20 Thread Maria Lathouri via R-help
Dear all,  I am really sorry for this. I have attached the script and a .csv file with an example.  Hope this will help. Many thanks,Maria Στις 11:53 π.μ. Δευτέρα, 20 Νοεμβρίου 2017, ο/η Duncan Murdoch έγραψε: On 20/11/2017 6:38 AM, Maria Lathouri via R-help wrote: >  Dear all

[R] Σχετ: Σχετ: change colour in barplot

2017-11-20 Thread Maria Lathouri via R-help
> Hope this will help. > > Many thanks, > Maria > > > Στις 11:53 π.μ. Δευτέρα, 20 Νοεμβρίου 2017, ο/η Duncan Murdoch > έγραψε: > > > On 20/11/2017 6:38 AM, Maria Lathouri via R-help wrote: >  >  Dear all >  > I know that it is a very simple questio

[R] ccomp Composition and ggtern plot...

2017-11-22 Thread Levent TERLEMEZ via R-help
of it and may not reflect the opinions of Anadolu University. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] mystery "158"

2017-11-22 Thread William Dunlap via R-help
aracter_, > NA_character_, NA_character_, NA_character_, NA_character_, NA_character_, > NA_character_, NA_character_, NA_character_, NA_character_, NA_character_ > )), .Names = c("pokus", "minuty", "fff"), row.names = c(NA, -23L > ), class = "data.frame"

[R] Fw: modified mankendal

2017-11-22 Thread Elham Fakharizade via R-help
p me to solve itSincerely yoursElham [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-p

Re: [R] ccomp Composition and ggtern plot...

2017-11-23 Thread Levent TERLEMEZ via R-help
n November 22, 2017 3:13:01 AM PST, Levent TERLEMEZ via R-help > wrote: >>Dear Users, >> >>I would like to use compositions package with ggplot/ggtern, other >>composition classes of compositional package can be used with ggtern by >>converting to data frame but I could do

Re: [R] adding percentage secondary y-axis

2017-11-23 Thread John Kane via R-help
k you very much in Advance, Eliza UoS PP From: PIKAL Petr Sent: 23 November 2017 16:22:39 To: Eliza Botto; r-help@r-project.org Subject: RE: adding percentage secondary y-axis Hi It is usually not recommended but if you insist maybe library(plotrix) ?t

Re: [R] Fw: modified mankendal

2017-11-23 Thread John Kane via R-help
arching for guidance on mailing... | | | On Wednesday, November 22, 2017, 3:24:05 PM EST, Elham Fakharizade via R-help wrote: Hello DearI used modifiedmk package for trend analyses.this is my script  require(modifiedmk)X1<-read.table("c:/elham/first article/r/Spring_NDV

Re: [R] dplyr - add/expand rows

2017-11-25 Thread William Dunlap via R-help
3 QMC > ... > 07EA001 1971 QMM > > Can this be done in dplyr easily? > > Thanks in advance, > > David > > [[alternative HTML version deleted]] > > ______ > R-help@r-project.org mailing li

[R] How to extract coefficients from sequential (type 1) ANOVAs using lmer and lme

2017-11-27 Thread Akihiro Koyama via R-help
identical tothose in tables from “marginal”. I also used lmer in the lme4 pacakge to findthe same results (summary() results look like from “marginal”).   Cananybody tell me how to get coefficients for “sequential” ANOVAs? Thank you. [[alternative HTML version deleted]] _

Re: [R] dplyr - add/expand rows

2017-11-28 Thread William Dunlap via R-help
69 B > 36 two 70 B > 37 two 71 B > 38 two 72 B > 39 two 73 B > 40 two 74 B > 41 two 75 B > 42 two 76 B > 43 two 77 B > 44 two 78 B > 45 two 79 B > 46

[R] SAMseq errors

2017-11-29 Thread array chip via R-help
  loaded via a namespace (and not attached):[1] tools_3.3.2 I checked, my data matrix and y variables have no missing values. Anyone has suggestions what's going on? Thank you! John [[alternative HTML version deleted]] __ R-help@r-proje

[R] SAMseq errors

2017-11-29 Thread array chip via R-help
pute_1.48.0        BiocInstaller_1.24.0 rcom_3.1-3           rscproxy_2.1-1       loaded via a namespace (and not attached): [1] tools_3.3.2 I checked, my data matrix and y variables have no missing values. Anyone has suggestions what's going on? Thank you! John ______

[R] ggtern and bquote...

2017-12-04 Thread Levent TERLEMEZ via R-help
. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self

[R] YNT: ggtern and bquote...

2017-12-04 Thread Levent TERLEMEZ via R-help
p = FALSE]) : invalid 'type' (expression) of argument Maybe i am writing the code wrong, i couldn't figure out. Thanks for your kind answers. Kimden: Martin Maechler [maech...@stat.math.ethz.ch] Gönderildi: 04 Aralık 2017 Pazartesi 1

[R] YNT: ggtern and bquote...

2017-12-04 Thread Levent TERLEMEZ via R-help
17:23 Kime: Eik Vettorazzi Bilgi: Levent TERLEMEZ; R-help@r-project.org Konu: Re: [R] ggtern and bquote... D'oh! Thanks for pointing this out. I blame caffeine depletion at the time... -pd > On 4 Dec 2017, at 15:48 , Eik Vettorazzi wrote: > > reading ?plotmath you might notice tha

Re: [R] Dynamic reference, right-hand side of function

2017-12-04 Thread William Dunlap via R-help
understand that > looping isn't kosher among you more devoted R-users, and eventually I hope > I will learn to use lists in the future instead. > > Thanks! > Love > > > for (year in 2000:2007){ > varname <- paste0("aa_",year) > assign(paste0(varname

Re: [R] Dynamic reference, right-hand side of function

2017-12-04 Thread William Dunlap via R-help
eader=FALSE)) > > is.vector(bb_2000) > > datanames <- paste0("bb_", 2000:2002) > datalist <- lapply(datanames, get) > is.vector(datalist[1]) > > > I learned a lot of code today, and I really appreciate it! A million > thanks! > My R-superpowers are, wel

Re: [R] Curiously short cycles in iterated permutations with the same seed

2017-12-08 Thread William Dunlap via R-help
368 Cycle: 12 > > > > I understand that I am performing the same permutation operation over and > > over again - but I don't see why that would lead to such a short cycle > (in > > fact the cycle for the first 100,000 seeds is never longer than 30). Does > > this have

[R] MSVAR

2017-12-08 Thread ah a via R-help
iance decomposition? Thank you very much in advance. Best Regards, Ahmad [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

Re: [R] Remove

2017-12-09 Thread William Dunlap via R-help
nt that comes with > R. > >>>>>>> -- > >>>>>>> Sent from my phone. Please excuse my brevity. > >>>>>>> > >>>>>>> On December 6, 2017 3:21:12 PM PST, David Winsemius < > dwinsem...@comcast.net&g

[R] MSVAR model

2017-12-09 Thread ah a via R-help
iance decomposition? Thank you very much in advance. Best Regards, Ahmad [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] Confidence intervals around the MIC (Maximal information coefficient)

2017-12-10 Thread varin sacha via R-help
000) boot.ci(results,type="all") ## ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and pr

Re: [R] Confidence intervals around the MIC (Maximal information coefficient)

2017-12-10 Thread varin sacha via R-help
ults,type="all") Hope this helps, Rui Barradas On 12/10/2017 3:19 PM, varin sacha via R-help wrote: > Dear R-Experts, > > Here below is my R code (reproducible example) to calculate the confidence > intervals around the spearman coefficient. > > #

Re: [R] Confidence intervals around the MIC (Maximal information coefficient)

2017-12-10 Thread varin sacha via R-help
Hi David, Rui, Thanks for your precious responses. It works ! Best, De : David L Carlson .pt> Cc : "r-help@r-project.org" Envoyé le : Dimanche 10 décembre 2017 19h05 Objet : RE: [R] Confidence intervals around the MIC (Maximal information

Re: [R] inefficient for loop, is there a better way?

2017-12-12 Thread William Dunlap via R-help
2, nrow(stg_hi_cond2)) > } > examp$days_abv_0.6_in_last_7 <- c(rep(NA, times=per-1), unlist(hi1)) > examp$days_abv_0.85_in_last_7 <- c(rep(NA, times=per-1), unlist(hi2)) > > [[alternative HTML version deleted]] > > __ > R-help@r-proj

[R] overlay two histograms ggplot

2017-12-13 Thread Elahe chalabi via R-help
Hi all, How can I overlay these two histograms? ggplot(gg, aes(gg$Alz, fill = gg$veg)) + geom_histogram(alpha = 0.2) ggplot(tt, aes(tt$Cont, fill = tt$veg)) + geom_histogram(alpha = 0.2) thanks for any help! Elahe __ R-help@r-project.org mailing

Re: [R] Add vectors of unequal length without recycling?

2017-12-13 Thread William Dunlap via R-help
lap tibco.com On Tue, Dec 12, 2017 at 9:41 PM, Maingo via R-help wrote: > I'm a newbie for R lang. And I recently came across the "Recycling Rule" > when adding two vectors of unequal length. > > I learned from this tutor [ http://www.r-tutor.com/r- > introduction

Re: [R] Add vectors of unequal length without recycling?

2017-12-13 Thread William Michels via R-help
Maingo, See previous discussion below on rbind.na() and cbind.na() scripts: https://stat.ethz.ch/pipermail/r-help/2016-December/443790.html You might consider binding first then adding orthogonally. So rbind.na() then colSums(), OR cbind.na() then rowSums(). Best of luck, W Michels, Ph.D

Re: [R] match and new columns

2017-12-13 Thread William Dunlap via R-help
d output below > >> > >> Desired output > >> A B C Y D E > >> A12 B03 C04 0.70 0 0 > >> A23 B05 C06 0.05 0 0 > >> A14 B06 C07 1.20 0 0 > >> A25 A23 A12 3.51 B05 C06 > >> A16 A25 A14 2,16 A23 A12 > >> > >&g

Re: [R] match and new columns

2017-12-13 Thread William Dunlap via R-help
5 C06 0.05 >>> >> A14 B06 C07 1.20 >>> >> A25 A23 A12 3.51 >>> >> A16 A25 A14 2,16 >>> <https://maps.google.com/?q=A14+2,16&entry=gmail&source=g>"),header = >>> TRUE) >>> >> >>> >> I want match tdat$B with tda

Re: [R] help with recursive function

2017-12-14 Thread William Dunlap via R-help
Sent: Thursday, December 14, 2017 10:29 AM > To: DIGHE, NILESH [AG/2362] > Cc: r-help > Subject: Re: [R] help with recursive function > > If you are trying to understand why the "stopifnot" condition is met you > can replace it by something like: > > if ( any(d

Re: [R] help with recursive function

2017-12-14 Thread William Dunlap via R-help
il.com] > Sent: Thursday, December 14, 2017 10:29 AM > To: DIGHE, NILESH [AG/2362] > Cc: r-help > Subject: Re: [R] help with recursive function > > If you are trying to understand why the "stopifnot" condition is met you > can replace it by something like: > > if (

Re: [R] something weird has happened....!!!!!!!!!!

2017-12-15 Thread William Dunlap via R-help
t it's an easy mistake to make), and > its value changed in between function calls. > > Reinstalling R would be a waste of time. > > -Don > > -- > Don MacQueen > Lawrence Livermore National Laboratory > 7000 East Ave., L-627 > Livermore, CA 94550 > 9

Re: [R] chi-square distribution table

2017-12-19 Thread Marc Girondot via R-help
Le 18/12/2017 à 15:41, HATMZAHARNA via R-help a écrit : Please could you tell me how to make code to make chi-square distribution table? Please help __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman

[R] develop.raw error ( adimpro )

2017-12-21 Thread Cleber N.Borges via R-help
[5] adimpro_0.8.2    awsMethods_1.0-4 loaded via a namespace (and not attached): [1] compiler_3.4.2 tools_3.4.2 > --- Este email foi escaneado pelo Avast antivírus. https://www.avast.com/antivirus [[alternative HTML version deleted]] __ R-help@

Re: [R] Help with dates

2017-12-28 Thread Marc Girondot via R-help
ted. Thanks, Ramesh __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.h

Re: [R] Draw Overlapping Circles with shaded tracks

2017-12-31 Thread John Kane via R-help
t the post > never published. I just thought to resent the post again without the image. > > with many thanks > abou > __ > > > *AbouEl-Makarim Aboueissa, PhD* > > *Professor of Statistics* > > *Department of Mathematics and Statistics* > *Un

Re: [R] Draw Overlapping Circles with shaded tracks

2017-12-31 Thread Marc Girondot via R-help
r.y = 5, radius.x = 5, radius.y = 5, lwd=10, col=NA, border=rgb(red = 0, green = 1, blue=0, alpha = 0.5)) (Without the graphic example, it is difficult to know what tit was supposed to do !) Marc Le 31/12/2017 à 14:10, John Kane via R-help a écrit : > That code nees the plotrix package: >

[R] Order of methods for optimx

2017-12-31 Thread Marc Girondot via R-help
-0.323749593604171, 1.37326091618759),    .Names = c("mu1", "size1", "mu2",    "size2", "p", "OTN&

Re: [R] httr::content without message

2018-01-02 Thread William Dunlap via R-help
5060 > Phone: (831)-420-3666 > Fax: (831) 420-3980 > e-mail: roy.mendelss...@noaa.gov www: http://www.pfeg.noaa.gov/ > > "Old age and treachery will overcome youth and skill." > "From those who have been given much, much will be expected" > "the arc of the

[R] summary.rms help

2018-01-03 Thread Andras Farkas via R-help
mmary(fit) plot(s) as you will see the plot will by default include the low and high values from the summary printed on the plot to the right of the variable name... Any thoughts on how printing these low and high values can be suppressed, ie: prevent them from being printed? appreciate your

[R] format integer numbers with leading 0

2018-01-04 Thread Marc Girondot via R-help
t more elegant way could be done directly with format options, but I don't find. Thanks a lot Marc __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting gui

[R] format integer numbers with leading 0

2018-01-04 Thread Marc Girondot via R-help
t more elegant way could be done directly with format options, but I don't find. Thanks a lot Marc __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting gui

[R] Random Forest tree labels

2018-01-04 Thread Elahe chalabi via R-help
ny help, Elahe __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] Document Term Matrix

2018-01-05 Thread Elahe chalabi via R-help
Hi, Does anyone know what is maximal term length in Document Term Matrix? <> Non-/sparse entries: 8081/210709 Sparsity : 96% Maximal term length: 12 Weighting : term frequency (tf) Thanks for any help! Elahe ______ R-

Re: [R] Replace NAs in split lists

2018-01-08 Thread William Dunlap via R-help
id not like the solution > >>given > >>>>>> there which was a long UDF. I thought why cannot split and l/s > >>apply > >>>>>> work here. My aim is to split the data frame, use l/sapply, make > >>>>>> changes on the sp

[R] Error installing ggplot2 package

2018-01-09 Thread Amelia Marsh via R-help
3.5.0 as I checked on the CRAN site, the latest R version is R 3.4.3. I have in fact tried installing older versions too, but the error message remains same. Please guide. Regards Amelia [[alternative HTML version deleted]] __ R-help@r-

Re: [R] R-hts

2018-01-10 Thread John Kane via R-help
Chinese Proverb* :     [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org

Re: [R] R minor version

2018-01-12 Thread William Dunlap via R-help
rom the string, but > shouldn't there be a more straightforward way to obtain the part of the > version that is used in .libPaths() by default? > > Or am I misunderstanding something? > > Cheers, > > Loris > > -- > Dr. Loris Bennett (Mr.) > ZEDAT, Freie Universi

[R] Help

2018-01-17 Thread said chakouk via R-help
ent to binary operator Calls: plot.dendropr -> plot.phylo Execution halted Can you help methinks [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/

[R] error while loading ggplot2

2018-01-17 Thread shijin mathew via R-help
. Any help to resolve is appreciated. Appreciate any pointers. -S [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] error while loading ggplot2

2018-01-18 Thread shijin mathew via R-help
my brevity. On January 17, 2018 4:37:06 PM PST, shijin mathew via R-help wrote: >Getting the following error while loading ggplot2. > >> library(ggplot2) >Error: package or namespace load failed for ‘ggplot2’ in >loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): &g

Re: [R] how to search r-help?

2018-01-19 Thread Mark Dwyer via R-help
Also https://www.r-project.org/posting-guide.html indicates that RSiteSearch() within R searches R-help but in my install (3.4.3) RSiteSearch() only searches  "help pages, vignettes or taskviews" On 19/01/18 10:47, Mark Dwyer wrote: I am new to this listand am unable to get the se

[R] how to search r-help?

2018-01-19 Thread Mark Dwyer via R-help
I am new to this listand am unable to get the search tools listed on https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people use to search the help archives? 1. The google search box on http://tolstoy.newcastle.edu.au/~rking/R/ returns a 404 error. 2. The http

Re: [R] how to search r-help?

2018-01-19 Thread Mark Dwyer via R-help
Thank you all for these suggestions. The nabble and markmail links are focus(able) on r-help and easy (for me) to use. - Mark On 19/01/18 14:04, John wrote: On Fri, 19 Jan 2018 10:47:56 -0800 Mark Dwyer via R-help wrote: I am new to this listand am unable to get the search tools listed on

[R] interaction term by a factor group in gamm4

2018-01-23 Thread Maria Lathouri via R-help
Dear all, I am writing as I would really need your help on the problem with gamm4. I have tried to find a solution online but I wasn't very successful. I am running a gamm4 model with an interaction between two variable using the tensor term, t2. I have a group variable (super end group) with s

Re: [R] Geometry delaunayn and deldir results, differing results from Octave due to decimal precision?

2018-01-24 Thread William Dunlap via R-help
y)) > tri_list_from_deldir <- tsearch(x,y,tri_deldir,xiflat,yiflat) > xiflat <- unlist(theData[7]) > yiflat <- unlist(theData[9]) > tri_list_from_deldir <- tsearch(x,y,tri_deldir,xiflat,yiflat) > tri_list_from_delaunayn <- tsearch(x,y,tri_delaunayn,xiflat,yiflat) &g

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread John Kane via R-help
2009 or 2010 where it mentioned the availability of R for Windows in a zip file, no installation required. It would be very useful for me. Is this still available somewhere? Thanks     [[alternative HTML version deleted]] __ R-help@r-project.org mailing

Re: [R] Geometry delaunayn and deldir results, differing results from Octave due to decimal precision?

2018-01-25 Thread William Dunlap via R-help
at different implementations will produce the same > output. > > > > Regards, > > > > Kam > > > > > > *From:* William Dunlap [mailto:wdun...@tibco.com] > *Sent:* 24 January 2018 19:29 > *To:* Yuen, Kam > *Cc:* r-help@r-project.org > *Subject:* R

Re: [R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-27 Thread William Dunlap via R-help
w #?) of any record where the data > doesn't match in the 2 files of what should be the same output. > > Thanks in advance, M. > > // > > From: Ulrik Stervbo [ulrik.ster...@gmail.com] > Sent: Saturday, January 27, 2018 10:00 AM >

[R] Result show the values of fitting gamma parameter

2018-01-29 Thread smart hendsome via R-help
ri [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Add ablines

2018-01-29 Thread William Dunlap via R-help
, col="red") > > abline(h=2.204175, col="red") > abline(h=19.96249, col="red") > > Thanks for the attention, > Arianna > > Inviato da Posta<https://go.microsoft.com/fwlink/?LinkId=550986> per > Windows 10 > > >

[R] Simulation based on runif to get mean

2018-01-29 Thread smart hendsome via R-help
play around with the number of simulation process that I want. Thanks. Eg: a <- matrix(runif(5,1, 10)) b <- matrix(runif(5,10, 20)) c <- cbind(a,b); c mn <- apply(c,2,mean); mn Regards, Zuhri [[alternative HTML version deleted]] _______

Re: [R] Calculating angle of a polyline

2018-01-30 Thread William Dunlap via R-help
t; > > On January 29, 2018 11:10:02 PM PST, javad bayat > > wrote: > > >Dear R users > > >I am trying to find a formula to calculate the angle of a polyline. Is > > >there a way to do this? > > >Many thanks. > > > > __ > &g

[R] MICE data analysis with glmulti

2018-01-30 Thread Andras Farkas via R-help
glmulti in this fashion  that would fit the different combination of predictors with interactions on the mice() output of tempData? much appreciate the help... Andras  __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://s

[R] Problems with "predict" function

2018-01-31 Thread WRAY NICHOLAS via R-help
ind(ptr,c(1+nrow(ptr),fcs[2],fcs[1],fcs[3])) ptr highdf<-data.frame(ptr[,c(1,4)]) highdf colnames(highdf)<-c(“month”,“sales”) highdf attach(highdf) h.lm<-lm(highdf[,2]~highdf[,1]) h.lm abline(h.lm,col="gray",lty=2) news<-data.frame(month=nrow(ptr)+1) news hcs<-predict(h

[R] Problems with "predict" function ii

2018-01-31 Thread WRAY NICHOLAS via R-help
ct(h.lm,news,interval=“predict”) hcs [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] copy/paste of large amount of code to terminal leads to scrambled/missing characters

2018-02-03 Thread Martin Batholdy via R-help
ing R over the shell? Thank you very much! ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide comme

[R] help with the plot overlay

2018-02-04 Thread Fix Ace via R-help
__ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Aggregate behaviour inconsistent (?) when FUN=table

2018-02-06 Thread William Dunlap via R-help
he expectation of > result we can have according to the table help? Or would it be possible to > have the same results independently of the vector type? This post was > rejected on the R-devel mailing list so I ask my question here as suggested. > > > Best regards, > Alain Gu

<    1   2   3   4   5   6   7   8   9   10   >