Re: [R] Adding x and y axis labels with the function plot.sensFun (package FME)

2017-01-25 Thread Thomas Petzoldt
Hi, I reproduced your example and it worked for me with "Time" and "Population size" as axis labels. Are you using the most recent version? Thomas Am 25.01.2017 um 02:32 schrieb Marine Regis: Hello, How can I add x and y axis labels for a plot that is built from the function plot.sensFun

Re: [R] selecting colors to be used in a plot

2017-01-25 Thread Bos, Roger
Thanks Richard. That worked beautifully! -Original Message- From: Richard M. Heiberger [mailto:r...@temple.edu] Sent: Wednesday, January 25, 2017 12:58 PM To: Bos, Roger Cc: R Help R Subject: Re: [R] selecting colors to be used in a plot This package uses a nonstandard name colorset. Th

Re: [R] selecting colors to be used in a plot

2017-01-25 Thread Richard M. Heiberger
This package uses a nonstandard name colorset. This is based on the help example for ?charts.PerformanceSummary > data(edhec) > charts.PerformanceSummary(edhec[,c(1,13)]) > charts.PerformanceSummary(edhec[,c(1,13)], colorset=c("red","blue")) > On Wed, Jan 25, 2017 at 12:44 PM, Bos,

[R] selecting colors to be used in a plot

2017-01-25 Thread Bos, Roger
My specific question relates to function charts.PerformanceSummary in package PerformanceAnalytics, but the underlying problem is probably with base plot. In this sample code we see a chart with 10 groupings. Apparently 10 groupings is bigger than the number of default colors (8), so red and bl

Re: [R] Cannot open MTS package

2017-01-25 Thread Bert Gunter
Ista: See below. He states that he did. Maybe the question is where? -- in the lib.loc in .libPaths() or somewhere where R cannot find it? -- 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

Re: [R] HELP lme4 & lmerTest INSTALLATION

2017-01-25 Thread CHIRIBOGA Xavier
Dear Thierry, So, does it mean that I have to install "nlme" instead of "lme4"? or first "nlme" and after "lme4"??? I also need"lmerTest" and when I installed it, I got the following message: install.packages("lmerTest") Installing package into 'C:/Users/Hp/Documents/R/win-library/3.3' (as '

Re: [R] Cannot open MTS package

2017-01-25 Thread Ista Zahn
"there is no package called 'Rcpp'" is a pretty clear error message. Did you try installing the Rcpp package? Best, Ista On Wed, Jan 25, 2017 at 6:49 AM, T.Riedle wrote: > Dear all, > > I am trying to download MTS package but when I call it using library() I get > the error below. I have alread

Re: [R] XML to CSV

2017-01-25 Thread Franzini, Gabriele [Nervianoms]
They are attributes, not nodes so, if I understood the question: "//DischargeMedication/Medication/@MedAdmin" "//DischargeMedication/Medication/@MedID" should do. HTH, Gabriele From: Andrew Lachance [mailto:alach...@bates.edu] Sent: Wednesday, January 25, 2017 3:12 PM To: Franzini, Gabriele [

Re: [R] HELP lme4 & lmerTest INSTALLATION

2017-01-25 Thread Rui Barradas
Oh, so sorry then, I thought I hadn't installed it and when I did library(lme4) it ran without error. Thanks for the correction. Rui Barradas Em 25-01-2017 11:42, Thierry Onkelinx escreveu: Dear Rui, nlme is a recommended package, lme4 is (currently) not. You need to install it. Best regards

Re: [R] XML to CSV

2017-01-25 Thread Andrew Lachance
Hello all, Thank you for the extremely helpful information. As a follow up, some of the nested elements are of the form below: - I've been having trouble extracting this information and was wondering if anyone had any suggestions. Thank you, Andrew On Thu, Jan 5, 2017 at 7:39 AM, Fran

[R] Cannot open MTS package

2017-01-25 Thread T.Riedle
Dear all, I am trying to download MTS package but when I call it using library() I get the error below. I have already installed the Rcpp package. What is wrong? What must I do to open the MTS package? Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no

Re: [R] HELP lme4 & lmerTest INSTALLATION

2017-01-25 Thread Thierry Onkelinx
Dear Rui, nlme is a recommended package, lme4 is (currently) not. You need to install it. Best regards, ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance Kliniekstraat 25 10

Re: [R] HELP lme4 & lmerTest INSTALLATION

2017-01-25 Thread Rui Barradas
Hello, You don't need to install lme4, it comes with base R. As for package lmerTest, I've just did > install.packages("lmerTest") --- Please select a CRAN mirror for use in this session --- also installing the dependencies ‘checkmate’, ‘survival’, ‘Formula’, ‘latticeExtra’, ‘acepack’, ‘gridExt