Re: [R] linux, emacs, R on iPhone/iPad

2022-11-21 Thread Erin Hodgess
.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. > -- Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted]]

Re: [R] Plotting a triangular prism

2022-11-11 Thread Erin Hodgess
hat you want more than just a > picture of a prism, so you can then generate a PNG image and use it as > a layer in a composite image in something like the GIMP. > > Jim > > > > On Nov 10, 2022, at 5:46 PM, Erin Hodgess > wrote: > > > > > > Hello! > &

[R] Plotting a triangular prism

2022-11-10 Thread Erin Hodgess
Hello! I’m trying to draw a triangular prism. I have used rgl, plot3d, and it’s still not working as I would like. Has anyone done this, please? Thanks for any help. Sincerely, Erin -- Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted

Re: [R] cat in a subroutine

2022-10-13 Thread Erin Hodgess
Steven, would you mind putting that section of code in again, with the cat statement, please? I have an idea... Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Thu, Oct 13, 2022 at 2:13 AM Jim Lemon wrote: > Hi Steven, > I think Erin is right, unless there is a variable named &qu

Re: [R] cat in a subroutine

2022-10-13 Thread Erin Hodgess
ot;) : > argument "j" is missing, with no default > > > On 10/13/2022 3:37 PM, Erin Hodgess wrote: > > Hi Steven: > > Do you have a variable called logistic, please? I think that might be the > culprit. > > Thanks, > Erin > > On Thu, Oct 13, 202

Re: [R] cat in a subroutine

2022-10-13 Thread Erin Hodgess
hout problem and do not > see why this is happending. > > __ > 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.or

Re: [R] Odd behavior of a function within apply

2022-08-09 Thread Erin Hodgess
never defined in the function? > > count1a(1:5/3) > Error in count1a(1:5/3) : object 'y' not found > > David Carlson > > > On Mon, Aug 8, 2022 at 1:35 PM Erin Hodgess > wrote: > >> OK.⁠​ I'm back again.⁠​ So my test1.⁠​df is 236x390 If I put in the >> follow

[R] Odd behavior of a function within apply

2022-08-08 Thread Erin Hodgess
NA 3NA However, when I do use columns 8 and 10, I get the correct response: apply(test1.df[1:10,c(8,10)],2,count1a) X1_1_HZP1 X1_1_HBM1_yr 2 3 > I am really baffled. If I use count1a on a single column, it works fine. A

[R] Reading a CSV file

2022-08-06 Thread Erin Hodgess
Hello! Is there a way to read the first line of a CSV file, then skip 4 lines, then continue reading, please? I know you can skip from the top, but I don't know if you can read and then skip. Thanks, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version

[R] Mixing plotting symbols with text

2022-06-07 Thread Erin Hodgess
t I am missing. Thanks for your help, Sincerely, Erin -- Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mail

Re: [R] matching type question, please

2021-12-16 Thread Erin Hodgess
ique(z2)) > >> a > > xr1 xr2 > > [1,] 1 4 > > [2,] 2 5 > > [3,] 6 7 > >> a[duplicated(a),] > > xr1 xr2 > > ## nothing > > > > I leave it to Erin to determine whether this is relevant to her > > problem and,

[R] matching type question, please

2021-12-16 Thread Erin Hodgess
t it's something really easy that I'm just not seeing. Thanks, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/m

Re: [R] Format utils::bibentry with a 'corporate name'

2021-10-29 Thread Erin Hodgess
uot;UTF-8", : :4: unexpected END_OF_INPUT 'The Data Org. > #> ' > #> > #> People D (2021). _The Thing_. The Data Org. > #> > #> A BibTeX entry for LaTeX users is > #> > #> @Manual{, > #> title = {The Thing}, > #> author = {{The Data People}}, > #> organization

[R] A holiday related question

2020-12-11 Thread Erin Hodgess
, but really nothing in this vein. In the past, I have used R with an Ubuntu laptop to run a temperature sensor, which is a start. Thanks for any suggestions. Take care. Sincerely, Erin -- Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted

Re: [R] [External] Re: Package recommendations for outputting table with cell formatting

2020-10-23 Thread Erin Hodgess
> > > __ > > 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/

[R] A WSL question with allocation

2020-07-21 Thread Erin Hodgess
1.3 gb”. I have 32 gb of RAM. I tried using “unlimit -v 16”, not working. Has anyone else had trouble with this, please? I’m thinking that it might be because of the newness of the WSL platform. Thanks, Erin -- Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML

Re: [R] levels

2020-07-15 Thread Erin Hodgess
Hi Andy: I just checked in "options", and the following appears: $stringsAsFactors [1] FALSE I think this might be it. You may want to look at options() in R-3.6.1. Thanks, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Wed, Jul 15, 2020 at 9:45 AM andy elpr

Re: [R] Issues whenWorking with Daily Time Series and Generating Forecasts

2020-07-13 Thread Erin Hodgess
Just figured out the label format! Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Mon, Jul 13, 2020 at 6:58 PM Paul Bernal wrote: > Dear friend, yes, > > When I generate the forecasts i want the output to include the original > series, the fitted vaules and the forecast and

Re: [R] Issues whenWorking with Daily Time Series and Generating Forecasts

2020-07-13 Thread Erin Hodgess
I want the x-axis to show > all dates (both the dates of the historical series plus the future dares in > -mm-dd format). > > Thank you so much for your kind and valuable help. > > Cheers, > > Paul > > > El lun., 13 de julio de 2020 7:10 p. m., Erin Hodgess &

Re: [R] Issues whenWorking with Daily Time Series and Generating Forecasts

2020-07-13 Thread Erin Hodgess
Hi again, Paul! When you are plotting the final product, do you want both the original series, the fitted values, and the forecast, please? I am messing around with your data. Thanks, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Mon, Jul 13, 2020 at 12:41 PM Paul Bernal wrote

Re: [R] Issues whenWorking with Daily Time Series and Generating Forecasts

2020-07-13 Thread Erin Hodgess
5, 36983, 38149, 39334, > 40291, 41251, 42216)), row.names = c(NA, -122L), class = "data.frame") > > [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.et

Re: [R] Using OpenBLAS on Ubuntu

2020-06-28 Thread Erin Hodgess
Thanks On Sun, Jun 28, 2020 at 10:27 PM Michael Hannon wrote: > Or maybe R-devel. > > On Sun, Jun 28, 2020 at 8:51 PM Jeff Newmiller > wrote: > > > > Wouldn't this question make more sense in r-sig-debian? > > > > On June 28, 2020 7:54:49 PM PD

Re: [R] Using OpenBLAS on Ubuntu

2020-06-28 Thread Erin Hodgess
That’s why I thought to check here first. Thanks! On Sun, Jun 28, 2020 at 9:51 PM Jeff Newmiller wrote: > Wouldn't this question make more sense in r-sig-debian? > > On June 28, 2020 7:54:49 PM PDT, Erin Hodgess > wrote: > >Hello! > > > >Hope everyone is d

[R] Using OpenBLAS on Ubuntu

2020-06-28 Thread Erin Hodgess
for any help! Sincerely, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[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

Re: [R] confusion about write.csv

2020-06-04 Thread Erin Hodgess
Thanks to all for the help. I found that write.table works nicely, with col.names = FALSE with append = TRUE. Sincerely, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Thu, Jun 4, 2020 at 7:56 PM Jeff Newmiller wrote: > Use write.table. > > Write.csv follows a very

[R] Solved: confusion with write.csv

2020-06-04 Thread Erin Hodgess
Change over to write.table. Sorry for the wasted bandwidth. Thanks, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https

[R] confusion about write.csv

2020-06-04 Thread Erin Hodgess
test1.csv file. What am I missing, please? Thanks, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/lis

Re: [R] read_excel() ignore case of worksheet name?

2020-05-26 Thread Erin Hodgess
value = TRUE), > .name_repair = fixColNames > ) > } > > lapply(SIS$FULL_FILEPATH, read_excel_table) > > > --Ista > > On Tue, May 26, 2020 at 11:05 PM Ravi Jeyaraman wrote: > > > > I’ve already tried that and doesn’t work > > > > > &

Re: [R] read_excel() ignore case of worksheet name?

2020-05-26 Thread Erin Hodgess
What about getSheets, please? That will get the sheet names. On Tue, May 26, 2020 at 8:59 PM Ravi Jeyaraman wrote: > I’ve already tried that and doesn’t work > > > > *From:* Erin Hodgess [mailto:erinm.hodg...@gmail.com] > *Sent:* Tuesday, May 26, 2020 10:55 PM > *To:* Ravi

Re: [R] read_excel() ignore case of worksheet name?

2020-05-26 Thread Erin Hodgess
> 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. > -- Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version

Re: [R] MAP HELP

2020-04-04 Thread Erin Hodgess
ect.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. > -- Erin Hodgess, PhD

Re: [R] Mapping of countries

2020-03-31 Thread Erin Hodgess
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] Mapping of countries

2020-03-30 Thread Erin Hodgess
Hello George! Do you mean to have a map of the world with these countries filled in, or to have just those countries on the map, please? Thanks, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Mon, Mar 30, 2020 at 7:38 PM george brida wrote: > Dear R users, > > i w

Re: [R] About the multiprecision computing package in R

2020-03-14 Thread Erin Hodgess
t function which does > appear to do this. > > JN > > On 2020-03-14 4:17 p.m., Erin Hodgess wrote: > > Are you using a PC, please? You may want to consider installing > OpenBLAS. It’s a bit tricky but worth the time/effort. > > > > Thanks, > > Erin > >

Re: [R] About the multiprecision computing package in R

2020-03-14 Thread Erin Hodgess
gt;>> 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 commente

Re: [R] R Dplyr hands on project

2020-01-25 Thread Erin Hodgess
help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted]] _

Re: [R] R CMD Batch on Windows and use of the ampersand

2019-12-25 Thread Erin Hodgess
ng a Unix shell, and all the behaviors you expect are > there, including ";" and "&" > > Rich > > On Wed, Dec 25, 2019 at 12:16 PM Erin Hodgess > wrote: > > > > Hello! Merry Christmas to those of you celebrating it, and happy > > holida

Re: [R] R CMD Batch on Windows and use of the ampersand

2019-12-25 Thread Erin Hodgess
This is great information! Thank you so much! Sincerely, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Wed, Dec 25, 2019 at 10:44 AM Ivan Krylov wrote: > On Wed, 25 Dec 2019 09:13:28 -0800 > Erin Hodgess wrote: > > > We know that > > > >

[R] R CMD Batch on Windows and use of the ampersand

2019-12-25 Thread Erin Hodgess
does not work with the interactive component from Windows. Is there a workaround for this, please? Thanks, Sincerely, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted]] __ R-help@r-project.org mailing

Re: [R] shinyWidgets::sliderTextInput

2019-08-07 Thread Erin Hodgess
choices=list("Choice 1" = "Choice 1","Choice 2" = "Choice 2", "Choice 3" = "Choice 3")), verbatimTextOutput(outputId = "result") ) server <- function(input, output, session) { output$result <-

Re: [R] shinyWidgets::sliderTextInput

2019-08-06 Thread Erin Hodgess
fo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted]] __

Re: [R] Kriging

2019-05-17 Thread Erin Hodgess
ull, convex_hull[1]) # Close the polygon d = Polygon(coordinates(obj)[convex_hull, ]) new_data = spsample(d, 20, type = "regular") gridded(new_data) = TRUE return(new_data) } Hope this helps! Sincerely, Erin Erin Hodgess, PhD mailto: erinm.hodg

Re: [R] character comp

2019-02-09 Thread Erin Hodgess
oject.org/posting-guide.html > > and provide commented, minimal, self-contained, reproducible code. > > > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mail

Re: [R] character comp

2019-02-09 Thread Erin Hodgess
Ok. Try something like nchar(mydataframe[,1])-nchar(mydataframe[,2]) On Sat, Feb 9, 2019 at 11:21 AM Erin Hodgess wrote: > Will it always be A’s or will there be a mix please? > > On Sat, Feb 9, 2019 at 11:06 AM Val wrote: > >> Hi All, >> In a given data frame I w

Re: [R] character comp

2019-02-09 Thread Erin Hodgess
gt; __ > 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,

Re: [R] tibble question with a mean

2018-09-21 Thread Erin Hodgess
;dog","cat","tree","ferret")) > > xt %>% summarize(yMean=mean(y), zMean=mean(z), aLast=last(a)) > # A tibble: 1 x 3 > yMean zMean aLast > > 1 2.5 1.15 ferret > > > Bill Dunlap > TIBCO Software > wdunlap tibco.com > >

Re: [R] tibble question with a mean

2018-09-20 Thread Erin Hodgess
David That's awesome! Thank you!!! Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Thu, Sep 20, 2018 at 9:19 PM David L Carlson wrote: > > xt[, 2:3] %>% colMeans > y z > 2.500 -0.4401625 > > > xt[2] %>% colMeans > y > 2.5

Re: [R] [FORGED] Re: tibble question with a mean

2018-09-20 Thread Erin Hodgess
Thanks to all for the good suggestions!!! Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Thu, Sep 20, 2018 at 7:38 PM Rolf Turner wrote: > > Please see inline below. > > n 09/21/2018 01:07 PM, Peter Langfelder wrote: > > I don't know tibble, so I'll do the same with

[R] tibble question with a mean

2018-09-20 Thread Erin Hodgess
arning message: In mean.default(xt[2:3]) : argument is not numeric or logical: returning NA xt[, 2:3] %>% mean [1] NA Warning message: In mean.default(.) : argument is not numeric or logical: returning NA I have a feeling that I'm doing something silly wrong. Has anyone run into this,

Re: [R] Using a different compiler to create a package with source code

2018-08-26 Thread Erin Hodgess
OK. Thanks for the info! Sincerely, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Sun, Aug 26, 2018 at 8:44 PM Jeff Newmiller wrote: > Wrong list, though you will probably need to recompile R itself and every > other package you want to use in conjunction with this s

[R] Using a different compiler to create a package with source code

2018-08-26 Thread Erin Hodgess
Hello! I need to use the PGI compiler for a new package. Should I ask here or the development list, please? Sorry for the airspace if I'm on the wrong list. Thanks, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted

Re: [R] as.Date() function

2018-08-21 Thread Erin Hodgess
")) > > > On Monday, August 20, 2018, 1:15:56 a.m. EDT, < > phili...@cpanel1.stormweb.net> wrote: > > > Thanks Erin and Jim. You have indeed solved my problem. > > Philip > > > Quoting Erin Hodgess : > > > Hi Philip: > > > > Here is some

Re: [R] as.Date() function

2018-08-19 Thread Erin Hodgess
Hi Philip: Here is something to consider: > #potential solution: > sta <- paste(st,"-01",sep="") > st1 <- as.Date(sta, format=("%Y-%m-%d")) > print(st1) [1] "1961-01-01" "1961-04-01" "1983-02-01" Hope this helps!

Re: [R] learning tidyverse

2018-08-19 Thread Erin Hodgess
Thanks so much e Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Sun, Aug 19, 2018 at 2:42 PM Ista Zahn wrote: > https://www.tidyverse.org/learn/ > On Sun, Aug 19, 2018 at 4:29 PM Erin Hodgess > wrote: > > > > Hello everyone! > > > > Could anyone re

[R] learning tidyverse

2018-08-19 Thread Erin Hodgess
Hello everyone! Could anyone recommend a good way to learn about tidyverse, please? Is there a book, please? Thanks, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted]] __ R-help@r-project.org

Re: [R] Rmpi fails to install

2018-07-13 Thread Erin Hodgess
> > ‘/private/var/folders/wd/5x8p9n_j1kx7sqqv2hk23vvmgs/T/RtmpKZ1waO/downloaded_packages’ > > > The systems is MacOS High Sierra 10.13.3. > > Thanks in advance! > > Best, > Yufei > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and

Re: [R] Hacked

2018-04-17 Thread Erin Hodgess
> 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] Generating help files for a function

2017-12-16 Thread Erin Hodgess
ile. What is the best way to generate a help file "after the fact" like that, please? Thank you in advance. Hope everyone is enjoying various holidays. Sincerely, Erin -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: eri

Re: [R] tcltk problems

2017-11-17 Thread Erin Hodgess
: +64-9-373-7599 ext. 88276 > > __ > 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-proje

Re: [R] FW: Time Series

2017-11-07 Thread Erin Hodgess
stinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/ > posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodg.

Re: [R] really dumb question with building/creating a new package.

2017-08-17 Thread Erin Hodgess
For what it's worth, here is the solution: install.packages(devtools) check("RcmdrPlugin.gstats") install("RcmdrPlugin.gstats") library(RcmdrPlugin.gstats) And POOF it ran perfectly! Thanks for all of your help. On Thu, Aug 17, 2017 at 5:18 PM, Erin Hodgess <erinm.h

Re: [R] really dumb question with building/creating a new package.

2017-08-17 Thread Erin Hodgess
not. > > 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 strip ) > > > On Thu, Aug 17,

[R] really dumb question with building/creating a new package.

2017-08-17 Thread Erin Hodgess
. It's been ages since I've put together a package. Thanks, Erin -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted

[R] trouble with Rmpi and a new version of R on Windows.

2017-07-25 Thread Erin Hodgess
this, please? Thanks, Erin -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted]] __ R-help@r-project.org mailing

[R] R and Paraview

2017-06-23 Thread Erin Hodgess
Hello! Are there any packages in R that work with the visualization tool Paraview, please? I looked via Google and couldn't find any but wanted to double check before I started work on such a thing. Thanks, Erin -- Erin Hodgess Associate Professor Department of Mathematical and Statistics

Re: [R] finding components of an API

2017-05-28 Thread Erin Hodgess
working. > Also, the people who run spotcrime.com may not be happy if you do so. > > Bob > >> On 5/28/2017 4:45 PM, Erin Hodgess wrote: >> Sorry!!! >> >> It's spotcrime.com, and I would like to use it via R for crimes. >> >> >> >> On S

Re: [R] finding components of an API

2017-05-28 Thread Erin Hodgess
Sent from my phone. Please excuse my brevity. > > On May 28, 2017 11:48:42 AM PDT, Erin Hodgess <erinm.hodg...@gmail.com> > wrote: > >Hello! > > > >I would like to use a particular API for crimes (spot crimes) but I > >can't > >find what components go in

[R] finding components of an API

2017-05-28 Thread Erin Hodgess
Hello! I would like to use a particular API for crimes (spot crimes) but I can't find what components go into the API. I have gone into the website,but to no avail Has anyone used it please? Thank you, Sincerely, Erin -- Erin Hodgess Associate Professor Department of Mathematical

[R] Setting up workers with Rmpi: SOLVED for Ubuntu

2017-03-18 Thread Erin Hodgess
Hello! I found the answer in a very fine book by Prof. Norm Matloff. There is a section on Rmpi on this exact topic for Linux on pages 192-193. So I followed those instructions, and I'm set. Thanks though! -- Erin Hodgess Associate Professor Department of Mathematical and Statistics

[R] Setting up workers with Rmpi

2017-03-18 Thread Erin Hodgess
.3 [22] TH.data_1.0-7 tools_3.3.3 rsm_2.8 [25] survival_2.40-1 timeSeries_3022.101.2 > I also did the same thing on my Ubuntu laptop; same results. Any suggestions much appreciated. Sincerely, Erin -- Erin Hodgess Associate Professor Department of Mathematical and Statistics U

Re: [R] double subscripts with Greek letter

2017-01-01 Thread Erin Hodgess
ttp://www.R-project.org/ > posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodg...@gmail.com [[alternative H

Re: [R] problem installing Rmpi

2016-12-15 Thread Erin Hodgess
read the posting guide http://www.R-project.org/ > posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodg...@gmail.com

Re: [R] abline with zoo series

2016-11-24 Thread Erin Hodgess
t; plot(app1) > tt <- time(app1) > xblocks(tt, tt >= "1990-07-01" & tt <= "1991-03-31", >col = rgb(0.7, 0.7, 0.7, 0.5)) # transparent grey > > See ?xblocks for more info. > > > > On Thu, Nov 24, 2016 at 10:03 PM, Erin Hodgess

Re: [R] abline with zoo series

2016-11-24 Thread Erin Hodgess
Awesome Thanks! Sincerely, Erin On Thu, Nov 24, 2016 at 10:14 PM, David Winsemius <dwinsem...@comcast.net> wrote: > > > On Nov 24, 2016, at 7:03 PM, Erin Hodgess <erinm.hodg...@gmail.com> > wrote: > > > > Hello! Happy Thanksgiving to those who a

[R] abline with zoo series

2016-11-24 Thread Erin Hodgess
07", no good. I have a feeling that it's really simple and I'm just not seeing it. Any help much appreciated. Thanks, Erin -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodg...@gmail.com [[alternative HTML v

Re: [R] a book recommendation, please [O/T]

2016-11-07 Thread Erin Hodgess
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 Mon, Nov 7, 2016 at 8:13 PM, Erin Hodgess <erinm.hodg...@gmail.

[R] a book recommendation, please [O/T]

2016-11-07 Thread Erin Hodgess
. Sincerely, Erin -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

Re: [R] To submit R jobs via SLURM

2016-10-03 Thread Erin Hodgess
reproducible code. > > > > [[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 t

Re: [R] Pass an optional argument from Fortran subroutine to a R wrapper

2016-09-07 Thread Erin Hodgess
<- list(x=tmp$x, y=tmp$y) > > return(result) > } > > Thanks, > Vineetha > > [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > P

[R] Solution to my own question

2016-07-17 Thread Erin Hodgess
write.table(format(x2,drop0trailing=FALSE),file="",col.name=FALSE,row.name =FALSE,quote=FALSE) -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodg...@gmail.com [[alternative HTML versi

[R] writing a matrix to a file with trailing zeroes

2016-07-17 Thread Erin Hodgess
> write(round(t(x2),1),file="") -1.4 5 -0.9 -1.1 -1 -0.1 -0.4 1.2 -0.8 1.3 6 2.5 > write(round(t(x2),1),file="",ncol=2) -1.4 5 -0.9 -1.1 -1 -0.1 -0.4 1.2 -0.8 1.3 6 2.5 > Still no luck. I need the 5 in the first line to be 5.0 and the 6 in the last li

[R] a package-building opinion question, please

2016-07-08 Thread Erin Hodgess
from the beginning. For the record, I will have S4 classes. And I'm sure I will get many differing answering, but that's good too! Sort of like those "if you put 1000 statisticians end to end" jokes. Thanks in advance, Have a great weekend, Sincerely, Erin -- Erin Hodgess Associate

Re: [R] Using Fortran with MPI, RInside, and calling R functions

2016-02-27 Thread Erin Hodgess
Got it. thanks. On Sat, Feb 27, 2016 at 2:39 PM, peter dalgaard <pda...@gmail.com> wrote: > Yeah, well, not much harm done, but once compilers are involved, r-devel > is usually preferred over r-help. > > -pd > > > On 27 Feb 2016, at 21:30 , Erin Hodgess <

Re: [R] Using Fortran with MPI, RInside, and calling R functions

2016-02-27 Thread Erin Hodgess
ary 27, 2016 12:00:23 PM PST, Erin Hodgess < > erinm.hodg...@gmail.com> wrote: > >> Hello again. >> >> This time, I would like to add MPI to my Fortran program. Here are the >> Fortran and C++ codes: >> >> program buzzy >>use

[R] Using Fortran with MPI, RInside, and calling R functions

2016-02-27 Thread Erin Hodgess
exited on signal 11 (Segmentation fault). -- erin@erin-Bonobo-Extreme:~$ Maybe I should be asking: is this even possible, please? Thanks, Erin -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston -

Re: [R] calling R functions from Fortran via RInside?

2016-02-26 Thread Erin Hodgess
/3.2/Rcpp/libs/ -lgfortran ./fcr Fortran Calling RInside This is C++, Hello World This is R, Hello World On Fri, Feb 26, 2016 at 10:38 PM, Erin Hodgess <erinm.hodg...@gmail.com> wrote: > Hello everyone. > > Hope you are having a nice weekend. > > Is it possible to

[R] calling R functions from Fortran via RInside?

2016-02-26 Thread Erin Hodgess
program locked up when I ran it. This is on an Ubuntu 15.10 laptop, R 3.2.3 Thank you, Sincerely, Erin -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodg...@gmail.com [[alternative HTML version del

Re: [R] PDF form Rstudio

2016-02-25 Thread Erin Hodgess
ee > 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. > -- Erin Hodgess Associate Professor Department of Mathematical and Stati

[R] Combining a character array into a character string

2016-02-07 Thread Erin Hodgess
aste0, gsub, no good. Any suggestions much appreciated. Thanks and have a great day! Sincerely, Erin -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted]] __

Re: [R] Combining a character array into a character string

2016-02-07 Thread Erin Hodgess
Back again. I ran the paste with collapse and it worked this time. Spooky. Sorry for the trouble. Erin On Sun, Feb 7, 2016 at 3:24 PM, Erin Hodgess <erinm.hodg...@gmail.com> wrote: > Hello everyone! > > I'm sure this is very simple and that I'm just having "forest a

Re: [R] Correct notation for functions, packages when using LaTex

2015-12-10 Thread Erin Hodgess
Great, Thanks! Erin On Thu, Dec 10, 2015 at 11:14 AM, Kevin E. Thorpe <kevin.tho...@utoronto.ca> wrote: > On 12/10/2015 12:10 PM, Erin Hodgess wrote: > >> Hello everyone! >> >> I am writing up something (quickly) using LaTex and periodically refer to >> R &

[R] Correct notation for functions, packages when using LaTex

2015-12-10 Thread Erin Hodgess
just be doing this in R Studio, even though there is no code, please? -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted

[R] using Fortran with R

2015-11-06 Thread Erin Hodgess
Hello everyone! Could someone recommend a good reference for Fortran with R, please? I know that Dirk has an excellent book for C/C++, but I feel more comfortable with Fortran (I'm old school, maybe just old!) Thank you very much in advance, Sincerely, Erin -- Erin Hodgess Associate

Re: [R] using Fortran with R

2015-11-06 Thread Erin Hodgess
> On 6 Nov 2015, at 17:23, Erin Hodgess <erinm.hodg...@gmail.com> wrote: > > > > Hello everyone! > > > > Could someone recommend a good reference for Fortran with R, please? I > > know that Dirk has an excellent book for C/C++, but I feel more > comforta

Re: [R] using Fortran with R

2015-11-06 Thread Erin Hodgess
nterested in checking a very simple package using a fortran code, please > look at https://github.com/emammendes/mittagleffler , an R-package to > deal with Mittag-Leffler functions (fractional differential equations). > > Cheers > > Ed > > > > On Nov 6, 2015, at 3:

Re: [R] using Fortran with R

2015-11-06 Thread Erin Hodgess
estimation tools in R. I > suspect the examples are the useful bit. > > JN > > On 15-11-06 12:17 PM, Erin Hodgess wrote: > > Great..thanks for the package names. I was going to use the "Writing R > > Extensions" but wanted some more material as well.

Re: [R] Looking for a more elegant solution than a loop

2015-10-26 Thread Erin Hodgess
] 9 > > Best, > John > > - > John Fox, Professor > McMaster University > Hamilton, Ontario > Canada L8S 4M4 > Web: socserv.mcmaster.ca/jfox > > > > > -Original Message- > > From: R-help [mailto:r-help-boun...@r-p

[R] Looking for a more elegant solution than a loop

2015-10-26 Thread Erin Hodgess
exactly what I want, but the "for" loop seems out of place. Maybe not. Thanks, Sincerely Erin -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodg...@gmail.com [[alt

[R] creating a list based on various mean values

2015-10-23 Thread Erin Hodgess
ere must be a more elegant solution. This is on a Macbook Air, R version 3.2.2 Thanks so much, Sincerely -- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted]]

Re: [R] Rgui not working in Windows Version 8.1

2015-07-06 Thread Erin Hodgess
mailto:fra...@tcd.ie mailto:fra...@gmail.com On 6 July 2015 at 02:14, Erin Hodgess erinm.hodg...@gmail.com wrote: Hello everyone! I have been having trouble with Rgui on a Windows machine running Version 8.1. I download the binary from CRAN. It installs fine. But when I try to run

  1   2   3   4   5   6   >