Re: [R] how to install npsm package

2021-09-01 Thread JRG via R-help
proceed > to install it. > > > > Thanks. > > > > Carlos Gonzalez > > > [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/

Re: [R] Multivariate tobit regression

2021-09-05 Thread JRG via R-help
Have you tried RSiteSearch("tobit") ?? ---JRG On 9/5/21 6:43 AM, Franklin Feukam via R-help wrote: > Multivariate Tobit regression ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/li

Re: [R] Multiplying each row of data.frame by a row in another data.frame

2022-04-10 Thread maithili_shiva--- via R-help
Regards Maithili On Saturday, 9 April, 2022, 11:23:10 pm IST, Avi Gross via R-help wrote: Within standard R, it is common to take objects that are lists (as a data.frame is) apart and apply some function and recombine them. So using my example in an earlier message, and hoping this

[R] Windows build 4.2.0 of R: libcurl not picking up self signed certificate from windows os, worked for 4.1.3

2022-05-19 Thread ralpholsson via R-help
quot;"ftps" "gopher" "http" "https" "imap" "imaps" "ldap" "ldaps" "pop3" "pop3s" "rtsp" "scp" "sftp" "smtp" "smtps" "t

[R] How to improve accuracy of output?

2022-05-24 Thread maithili_shiva--- via R-help
ing  Value at Risk value. Please guide Regards Maithreyi [[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 h

Re: [R] High concurvity/ collinearity between time and temperature in GAM predicting deaths but low ACF. Does this matter?

2022-06-06 Thread jade.shodan--- via R-help
; > -Original Message- > From: R-help On Behalf Of jade.shodan--- via > R-help > Sent: Sunday, June 5, 2022 3:02 PM > To: r-help@r-project.org > Subject: [R] High concurvity/ collinearity between time and temperature in > GAM predicting deaths but low ACF. Does this matter? >

Re: [R] High concurvity/ collinearity between time and temperature in GAM predicting deaths but low ACF. Does this matter?

2022-06-10 Thread jade.shodan--- via R-help
ke it a binary predictor or a categorical one with fewer > > levels, perhaps 14 (for heaping in each year) or 12 (for each calendar > > month). I have no idea whether that would help but it seems worth a try. > > > > Michael > > > > On 08/06/2022 18:15, jade.shoda

[R] Space between axis title and tick labels in persp plot in R (using vis.gam)

2022-07-06 Thread jade.shodan--- via R-help
like library(mgcv) par(mgp=c(20,20,20)) vis.gam(x = a1b, view = c("wbgt_max", "lag"), etc. However, this changes nothing at all to the plot. (I tried with c(20, 20, 20) , smaller values and larger ones). Would be grateful for any suggestions! Jade ___

Re: [R] Geom ribbon

2022-07-09 Thread jade.shodan--- via R-help
= 0.601, ymax = max, x = location), fill = "red") + geom_point(data = df, aes(location, day1))+ geom_point(aes(location,day2))+ scale_x_discrete(limits=c("A","B","C"))+ ylab("Tolerance ratio")+ xlab("Location")+

[R] mgcv: relative risk from GAM with distributed lag

2022-07-19 Thread jade.shodan--- via R-help
lagard(simdat$humidity) mod <- gam(deaths~s(time, k=70) + te(temp, lag, k=c(12, 4)) + te(humidity, lag, k=c(12, 4)) + te(rain, lag, k=c(12, 4)), data = dat, family = nb, method = 'REML', select = TRUE) summary(mod) plot(mod, scheme = 1) plot(mod, scheme = 2) Thanks for any suggesti

Re: [R] mgcv: relative risk from GAM with distributed lag

2022-07-21 Thread jade.shodan--- via R-help
this paper by Gasparrini et al: https://onlinelibrary.wiley.com/doi/abs/10.1002/sim.3940 I've seen Simon Wood's response to a related issue here: https://stat.ethz.ch/pipermail/r-help/2012-May/314387.html However, I'm not sure how to apply this to time series data with distributed lag,

Re: [R] mgcv: relative risk from GAM with distributed lag

2022-07-22 Thread jade.shodan--- via R-help
(dat$humidity), N) pred_rain <- rep(median(dat$rain), N) pd <- data.frame(temp = pred_temp, lag = pred_lag, humidity = pred_humidity, rain = pred_rain) # make predictions predictions <- predict(mod, pd, type = "terms") On Fri, 22 Jul 2022 at 09:54, Simon Wood wrote: > >

Re: [R] mgcv: relative risk from GAM with distributed lag

2022-07-23 Thread jade.shodan--- via R-help
;, "f3", "time") > > > > # lag function based on Wood (book 2017, p.349 and gamair package > > documentation p.54 > > # https://cran.rstudio.com/web/packages/gamair/gamair.pdf) > > lagard <- function(x,n.lag=7) { > > n <- length(x); X <- ma

Re: [R] inadequacy in as.integer....

2022-09-11 Thread JRG via R-help
t advertises? I certainly wouldn't call this an 'inadequacy'. And please stop posting in html. ---JRG > Yours sincerely, > AKSHAY M KULKARNI > > [[alternative HTML version deleted]] > > __ > R-help@r-proje

Re: [R] Function for Distribution Fitting

2022-10-26 Thread JRG via R-help
istribution fitting? > > Best regards, > Paul > > [[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 posti

Re: [R] install R

2019-05-08 Thread John via R-help
l still be a problem with many packages you may want to use in R, since they too often use at least the Fortran compiler, and I'm pretty sure I have see g++ called as well. JDougherty __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and m

[R] Creating a median curve among multiple curvesin ggplot

2019-06-04 Thread rain1290--- via R-help
x In any case, I am not even certain if what I have done above is the correct approach altogether to create a median line, but I would greatly appreciate any assistance! Your feedback would be extremely valuable to me! Thank you, and I very much look forward to hearing from you! [[al

[R] Plotting more than one regression line in ggplot

2019-06-05 Thread rain1290--- via R-help
quot;,     "layer.103", "layer.104", "layer.105", "layer.106", "layer.107",     "layer.108", "layer.109", "layer.110", "layer.111", "layer.112",     "layer.113", "layer.114", &qu

Re: [R] Plotting more than one regression line in ggplot

2019-06-05 Thread rain1290--- via R-help
same error/warning appears when running it. Oddly enough, the scatter plot is just fine - it's the regression line that struggles to appear. Could there be another reason for that? Thanks, again, -Original Message- From: Jeff Newmiller To: rain1290 ; rain1290--- via R-help ; r-help ;

Re: [R] Plotting more than one regression line in ggplot

2019-06-05 Thread rain1290--- via R-help
ld it work for the scatter plot and not the regression line? -Original Message- From: David Winsemius To: r-help Sent: Wed, Jun 5, 2019 12:00 pm Subject: Re: [R] Plotting more than one regression line in ggplot On 6/5/19 8:04 AM, rain1290--- via R-help wrote: > Hi Jeff (and everyon

Re: [R] Mac/PC differences in lmer results

2019-06-05 Thread John via R-help
of them. JWDougherty ______ 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] Plotting more than one regression line in ggplot

2019-06-05 Thread rain1290--- via R-help
IAN Perhaps I am not assigning the columns properly? Essentially, I just want create two scatter plots and two regression lines for these two objects.  Once again, any assistance would be greatly appreciated! -Original Message- From: Rui Barradas To: rain1290 ; r-help ; r-sig-geo Sent: Wed,

Re: [R] Plotting more than one regression line in ggplot

2019-06-06 Thread rain1290--- via R-help
ch of the four objects in question, so why would this occur?  Thank you, once again!  -Original Message- From: Rui Barradas To: rain1290 ; r-help Sent: Thu, Jun 6, 2019 6:52 am Subject: Re: [R] Plotting more than one regression line in ggplot Hello, You are confusing some of the values of L

Re: [R] Plotting more than one regression line in ggplot

2019-06-06 Thread rain1290--- via R-help
+ geom_smooth(method = lm, se=FALSE) I still end up with the same error, however, when I specify only 3 colors. Why could this be? -Original Message----- From: Rui Barradas To: rain1290 ; r-help Sent: Thu, Jun 6, 2019 11:18 am Subject: Re: [R] Plotting more than one regression line in ggp

Re: [R] Plotting more than one regression line in ggplot

2019-06-06 Thread rain1290--- via R-help
scale_color_manual(values =c("green", "blue" "red", "black")) + geom_smooth(method = lm, se=FALSE) Thanks, -Original Message- From: Rui Barradas To: rain1290 ; r-help Sent: Thu, Jun 6, 2019 11:53 am Subject: Re: [R] Plotting more than one regression l

Re: [R] Plotting more than one regression line in ggplot

2019-06-06 Thread rain1290--- via R-help
Hi Rui, Yes! This worked just fine! Thank you so, so much for your time and patience!  -Original Message- From: Rui Barradas To: rain1290 ; r-help Sent: Thu, Jun 6, 2019 3:25 pm Subject: Re: [R] Plotting more than one regression line in ggplot Hello, Try this. values_to_plot <

[R] Rgui and high DPI (e.g. 4K) monitors

2019-06-08 Thread Brent via R-help
times already. But know that before posting this, in addition to a normal web search, I tried to find prior discussions on this email list. This is problematic.  The official site     https://stat.ethz.ch/mailman/listinfo/r-help says that the only ways which partly work are the GMANE interface

Re: [R] Open a file which name contains a tilde

2019-06-12 Thread John via R-help
file names, "legal" or not, (just not done, don't y' know). In any case the simple solution, if you really, really need a tilde in a filename, is to avoid setting it off in spaces, or any other character that could mislead a routine into treating it conventionally as shorthand fo

[R] plotting an isosurface on a 3d plot

2019-06-13 Thread ravi via R-help
vectors. How can I plot this surface? In addition, I would like to add similiar surfaces to the same plot. I would appreciate any help that I can get.Thanking you,Ravi Sutradhara [[alternative HTML version deleted]] __ R-help@r-project.org mai

Re: [R] plotting an isosurface on a 3d plot

2019-06-14 Thread ravi via R-help
add an alpha value to the quad3d command? Once again, I would like to thank you for your fantastic help.Thanking you,Ravi On Thursday, 13 June 2019, 22:52:07 CEST, Duncan Murdoch wrote: On 13/06/2019 4:32 p.m., Duncan Murdoch wrote: > On 13/06/2019 12:47 p.m., ravi via R-help wr

Re: [R] plotting an isosurface on a 3d plot

2019-06-17 Thread ravi via R-help
d command? That's a material property, so you can just put it in as part of the dots.  For the meshes, it would go into the shade3d() call in the same way, or the material argument to qmesh3d. Duncan Murdoch > > Once again, I would like to thank you for your fantastic help. > Th

[R] problem in saving the history file '~/.Rhistory'

2019-06-26 Thread lejeczek via R-help
em(command="touch ~/.Rhistory") Would have any suggestions, ideas on how to fix it? many thanks, L. __ 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 g

Re: [R] Sample size required to estimate population variance

2019-07-04 Thread John via R-help
On Tue, 2 Jul 2019 22:23:18 + (UTC) Thomas Subia via R-help wrote: > Colleagues, > Can anyone suggest a package or code which might help me calculate > the minimum sample size required to estimate the population variance? > I can do this in Minitab but I'd rather do this i

[R] R Update

2019-07-13 Thread shetumi--- via R-help
ait = wait, ...) :  'C:\Users\DEBASI~1\AppData\Local\Temp\RtmpisJrKZ/R-3.6.1-win.exe' execution failed with error code 1 [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.e

[R] How to rename file names with condition

2019-07-23 Thread danielmessay--- via R-help
from cvcvcv198307.xlsx into Domain1983-3-1.txtcvcvcv198414.xlsx into  Domain1984-5-2.txt (Yes, file name extension too!) Thank you guys and I really appreciate any help on this. Daniel [[alternative HTML version deleted]] ______ R-help@r-projec

[R] Accessing C source files

2019-08-05 Thread ravi via R-help
s,Ravi Sutradhara [[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

Re: [R] Accessing C source files

2019-08-05 Thread ravi via R-help
5, 2019 6:18:14 AM PDT, ravi via R-help wrote: >Hi all,On looking at the source code for the integrate function, I find >that it has the following call: >wk <- .External(C_call_dqagi, ff, rho = environment(),             >as.double(bound), inf, as.double(abs.tol), as.double(rel.tol), 

Re: [R] Accessing C source files

2019-08-05 Thread ravi via R-help
5, 2019 6:18:14 AM PDT, ravi via R-help wrote: >Hi all,On looking at the source code for the integrate function, I find >that it has the following call: >wk <- .External(C_call_dqagi, ff, rho = environment(),             >as.double(bound), inf, as.double(abs.tol), as.double(rel.tol), 

[R] vectorizing the integrate function

2019-08-10 Thread ravi via R-help
th dimensions of the lengths of a, b and c. I have tried several variants but am not having much luck. Will appreciate any help that I can get. Thanks,Ravi Sutradhara [[alternative HTML version deleted]] __ R-help@r-project.org mailing list --

Re: [R] vectorizing the integrate function

2019-08-10 Thread ravi via R-help
  "OK"         "OK"        "OK"         "OK"         "OK"         call         Expression   Expression   Expression  Expression   Expression   Expression  Cheers,Bert Bert Gunter "The trouble with having an open mind is that people keep coming along a

Re: [R] vectorizing the integrate function

2019-08-10 Thread ravi via R-help
  Expression  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 Sat, Aug 10, 2019 at 10:20 AM ravi via R-help wrote: Hi all,I am

Re: [R] vectorizing the integrate function

2019-08-10 Thread ravi via R-help
_along(a)){    res_i <- res[[i]]    for(j in seq_along(b)){      res_i_j <- res_i[[j]]      for(k in seq_along(m)){        r[i, j, k] <- res_i_j[[k]]$value        r.error[i, j, k] <- res_i_j[[k]]$abs.error      }    } } Hope this helps, Rui Barradas Às 21:14 de 10/08/19, ravi via R-help escreve

[R] Help

2019-08-11 Thread tanyi_cm2000--- via R-help
stall.packages(type=gEcon,"source"),it didn't help. Can any one help?ThanksWilliam [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-he

Re: [R] vectorizing the integrate function

2019-08-12 Thread ravi via R-help
9 at 19:20, ravi via R-help wrote: > > Hi all,I am having some difficulties in vectorizing the integrate function. > Let me explain with an example. > a <- 10; b <- 3; c <- 4 > f <- function(x) {exp(-a*x^3-b*x^2-c*x)} > integrate(f,0,Inf) # works fine > >

[R] Help

2019-09-19 Thread s.rezaalavian--- via R-help
ted]] __ 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] how to read this kind of csv in R?

2019-10-07 Thread pauluo via R-help
> tmp[[1]] <- rep(tmp[[1]], each = n) > > res <- do.call(cbind.data.frame, tmp) > > names(res) <- lns[i_title] > > res > > > > > > If you have hundreds of files, you should make a function out of the > > code above. > > > >

[R] Mantel Haenszel test

2023-09-23 Thread tgs77m--- via R-help
w and column variables. Can anyone give me an example of the code which calculates the squared Pearson correlation between row and column variables? I am at a loss on how to do this. All the best, Thomas Subia ______ R-help@r-project.org mailing list

[R] prop.trend.test question

2023-09-24 Thread tgs77m--- via R-help
using the weighted regression lm(freq ~ score, data = list(freq = x/n, score = as.vector(score)), weights = w)) Am I on the right track here? Thomas Subia __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/li

[R] computer algebra in R

2023-11-28 Thread Konrad via R-help
All the best, Konrad ______ 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] Fit NLE - was: computer algebra in R

2023-12-07 Thread Konrad via R-help
gt; https://stat.ethz.ch/pipermail/r-help/2023-November/478619.html > > Dear Kornad, > > I think I have started to understand what you try to achieve. The > problem is to fit a NLE and compute the parameters of the NL-Eq. I > have included the R Help-list back in the loop, as I am not a

Re: [R] Use of geometric mean .. in good data analysis

2024-01-23 Thread John via R-help
ction of the data is really below instrument limits.  It's important information as it stands, but they don't want to go writing fairy tales based on things not seen. On 1/22/24 12:57, Jeff Newmiller via R-help wrote: > Still OT... but here is my own (I think previously menti

[R] Packages sometimes don't update, but no error or warning is thrown

2024-02-13 Thread gernophil--- via R-help
the version of the installed package). Is this the expected behavior and if so, why? (Also, why is there a double slash in the path to the downloaded packages?)   Thanks for your help.   Best, Philipp ______ R-help@r-project.org mailing list -- To UNSU

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-13 Thread gernophil--- via R-help
ight check over at r-help@r-project.org."   It's hard to give an explicit example here since it's always a bit time dependent, when and if this happens. And "unfortunately", right now all packages can be updated, but I'll come back to this as soon as I experience it

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-16 Thread gernophil--- via R-help
in the end, it's not the install.packages() that is failing, but the check for updates from RStudio. On the other hand, shouldn't there be at least a warning that there are new updates available, just no new binaries. Best, Philipp       Gesendet: Mittwoch, 14. Februar 2024 um 18:44 Uh

Re: [R] write.xlsx error message

2024-03-15 Thread gernophil--- via R-help
is to write an Excel file, not to read from it. Should be read.xlsx() then iirc.     Gesendet: Freitag, 15. März 2024 um 08:38 Uhr Von: "Ivan Krylov via R-help" An: "Subia Thomas OI-US-LIV5" Cc: "r-help@r-project.org" Betreff: Re: [R] write.xlsx error message В Th

[R] How to set the correct libomp for R

2024-04-08 Thread gernophil--- via R-help
es/5957). Or you can of course ask me, but it would be a little overkill to share everything that has been tried yet :). ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read th

Re: [R] How to set the correct libomp for R

2024-04-09 Thread gernophil--- via R-help
, what does the backtrace say? I haven't done that yet, since I was on the non-OpenMP version right now. I'll come back to you once I tried. Thanks, Philipp Am 08.04.24, 11:13 schrieb "Ivan Krylov" mailto:ikry...@disroot.org>>: В Mon, 8 Apr 2024 10:29:53 +0200 gern

Re: [R] How to set the correct libomp for R

2024-04-09 Thread gernophil--- via R-help
by a mismatch of these file and the used libomp.dylib?     Gesendet: Dienstag, 09. April 2024 um 09:47 Uhr Von: gernop...@gmx.net An: "Ivan Krylov" , "gernophil--- via R-help" Cc: gernop...@gmx.net Betreff: Re: [R] How to set the correct libomp for R Sorry fort he late reply, y

[R] passing a modified argument to an S3 method

2024-04-20 Thread CRAN.r via R-help
test(x = 3) Is that possible? I've looked around a lot, but can't find any examples or discussion. Jay __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the pos

Re: [R] passing a modified argument to an S3 method

2024-04-21 Thread CRAN.r via R-help
; > test <- function(x){ > UseMethod("test") > } > test.default <- function(x){ > tryCatch(y, error = function(e)NULL) > } > > ## y not found > test(x=3) > NULL > > ## y found > > y <- 'abcd' > > test(x = 3) > [1] "a

[R] CRAN UC Berkeley link

2020-01-25 Thread John via R-help
This link https://cran.cnr.berkeley.edu/ on the "mirrors" page no longer points to a CRAN mirror. It seems to be generic to UCB. JWDougherty ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailma

[R] Survey package/svyby source code help

2020-02-11 Thread AndertechLLC--- via R-help
e any input. I am new to R and this mailing list and do apologize for committing faux-pas. Thanks in advance. [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailm

Re: [R] Survey package/svyby source code help

2020-02-11 Thread AndertechLLC--- via R-help
me know. My sincerest gratitude. ‐‐‐ Original Message ‐‐‐ On Tuesday, February 11, 2020 9:42 AM, Ivan Krylov wrote: > On Tue, 11 Feb 2020 02:33:45 + > AndertechLLC--- via R-help r-help@r-project.org wrote: > > > When debugging the code I am not following the generation

Re: [R] Analyzing Baseball Data With R

2020-03-17 Thread John via R-help
you. For instance, have you installed the package RSQlite? If you haven't you need to install it. It also appears that you might be running Windows. Have you installed sqlite? And so on ... JWD __ R-help@r-project.org mailing list -- To UNSUBSC

[R] Error using R caret package (train) with C5.0 decision tree to do K-fold cross validation

2020-04-07 Thread J4T5U8 via R-help
validation manually. Thanks for any 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-contained, reproducible code.

[R] How to combine two rows in a data table into a third new row, such that the values in the row are added together in the new row?

2020-05-06 Thread Gregg via R-help
thinking there is a very easy way to do this... but I am not finding it. > I've spent several hours searching thru among other things  - several data > table cheatsheets, and I've also read thru this: > https://cran.r-project.org/web/packages/data.table/vignettes/datatable-intro.html > > Just can't sort it out. Just started using R a few weeks ago. > > Any help would be so very much appreciated! > > Thanks. > > Gregg > AZ, USA > signature.asc Description: OpenPGP digital signature __ 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 combine two rows in a data table into a third new row, such that the values in the row are added together in the new row?

2020-05-06 Thread Gregg via R-help
in the "dt_count" data table when they are output, are not always in the same order. I have the data.table library is installed. I'm thinking there is a very easy way to do this... but I am not finding it. I've search thru several data table cheatsheets, and I've also re

Re: [R] the volcano orientation

2020-05-11 Thread John via R-help
't(volcano[,ncol(volcano):1])'. > > > > If you are interested in a roughly georeferenced version I have > > code here: > > > > https://gist.github.com/mdsumner/20fe3ffa04421bf8e0517c19085e5fd8 > > > > (Also see fortunes::fortune("convention

[R] Package installation problem

2020-05-28 Thread John via R-help
d and solved this. I'm running Fedora 32 with kde on a 4 X AMD system. I just updated Fedora. JWDougherty __ 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] Package installation problem

2020-05-29 Thread John via R-help
st is quicker, and much more helpful. I'll pass this along to Fedora, since there seems to be a problem of some kind. libcurl-devel was already installed on my system, the first thing I ckecked. It was just the *.pc file that was the problem. Thanks, JWDougherty ______

Re: [R] Package installation problem

2020-06-03 Thread John via R-help
should have been. The threads on stackoverflow are four years old, so this has been around in one form or another for a while. Again, thanks, JWDougherty __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/l

Re: [R] How to stack two Stack manhattan plots?

2020-06-10 Thread John via R-help
he head() output is a bit thin on information. There are various manhattan plot packages for R including a specialized package for ggplot2. JWDougherty __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinf

[R] Help with locating error on import of data

2020-06-23 Thread Ahson 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.

[R] How to convert column from millisecond epoch time to yyyy-mm-dd GMT

2020-06-23 Thread Gregg via R-help
amp;FOUO&USA    0 2: INCBR0005073034 157705920 itsm-ticket U&FOUO&USA    1 3: INCBR0005073131 157705920 itsm-ticket U&FOUO&USA    0 4: INCBR0005074186 157705920 itsm-ticket U&FOUO&USA    0 5: INCBR0005074188 1577059200000 itsm-ticket U&am

Re: [R] grid and lattice packages not working

2020-07-27 Thread John via R-help
ated. > > Thank you and kind regards > Abhai > > [[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 r

[R] Would Like Some Advise

2020-08-28 Thread Gregg via R-help
hat. I > understand there is something called zones of computer memory. Can someone > direct me to a good source so I can learn more? I really don’t understand > stuff like this. Does anyone think I need to upgrade my wifi? > > Thanks, > Philip > [[alternative HTML ver

Re: [R] Why does a 2 GB RData file exceed my 16GB memory limit when reading it in?

2020-09-02 Thread John via R-help
he OP's question, it does seem curious that R could write that .RData file, but on the same system not be able to reload something it created. How would that work. Wouldn't the memory limit have been exceeded BEFORE the the .RData file was written the FIRST time? JDougherty ___

Re: [R] Why does a 2 GB RData file exceed my 16GB memory limit when reading it in?

2020-09-02 Thread John via R-help
You should also let any potential helper know what OS you are using, and what hardware configuration you have. Since you rebooted you are probably not working across a network, but ... JWDougherty ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE

Re: [R] R rounding problem?

2020-09-03 Thread JRG via R-help
On 2020-09-04 00:46, array chip via R-help wrote: > Hello, > > I made a mistake today on simple counting in R, that almost got me into > trouble. After trying multiple times, I finally figured out it's rounding > issue in R. > > For exmaple, when I just simply type:

[R] Package install error: _intel_fast_memcpy

2010-12-07 Thread r-help . 20 . trevva
to install the "ncdf4" package. I have tried to find the meaning of the error, but I can't find anything - I'm assuming that its a dependency problem. Can anyone help me out here please? Best wishes, Mark ______ R-help@r-project.org ma

[R] MGCV: Use of irls.reg option

2012-06-20 Thread r-help . 20 . trevva
e DTU Aqua, Copenhagen, Denmark ______ R-help@r-project.org mailing list 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] MGCV: Use of irls.reg option

2012-06-22 Thread r-help . 20 . trevva
e-effects problem? Mark Hi Mark, irls.reg is kind of `legacy code'. Does model fitting actually fail for your example, or is it just that the estimated spatial smooth looks unpleasant? best, Simon On 06/21/2012 01:28 AM, r-help.20.trevva at spamgourmet.com wrote: > Hi, > > In the

[R] scatter.smooth() line colour

2012-06-22 Thread r-help . 20 . trevva
that actually plots the smoother - only to the function that plots the points. Could I please therefore request that an argument be added to this function to give easier control over line properties? e.g. line.par=list() Best wishes, Mark Payne __ R-help@r

[R] Manually modifying an hclust dendrogram to remove singletons

2012-05-24 Thread r-help . 20 . trevva
Dear R-Help, I have a clustering problem with hclust that I hope someone can help me with. Consider the classic hclust example: hc <- hclust(dist(USArrests), "ave") plot(hc) I would like to cut the tree up in such a way so as to avoid small clusters, so that we get a mini

Re: [R] Manually modifying an hclust dendrogram to remove singletons

2012-05-25 Thread r-help . 20 . trevva
uch a context? Best wishes, Mark Payne ______ R-help@r-project.org mailing list 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] Custom colourkey spacing in levelplot, contourplot

2007-10-23 Thread r-help . 20 . trevva
- in this case I am essentially try to have a logarithmic distribution of the ticks, but you can imagine that there will be cases when one wants something completely custom. Cheers, Mark ______ R-help@r-project.org mailing list https://stat.ethz.ch/ma

[R] Discriminant of a cubic polynomial

2024-10-09 Thread tgs77m--- via R-help
which can do this? Thomas Subia ______ 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 https://www.R-project.org/posting-guide.html and provide commented, m

[R] JASP vs R

2024-10-16 Thread tgs77m--- via R-help
that had a GUI. I recently learned about JASP. See https://jasp-stats.org/ for more details This may be an answer to their needs. Does anyone out their have any experience with this? Thomas Subia ______ R-help@r-project.org mailing list -- To UNSUBSCRIB

[R] dplyr summarize by groups

2024-11-22 Thread tgs77m--- via R-help
eleted]] ______ 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 https://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] What exactly is an dgCMatrix-class. There are so many attributes.

2017-10-20 Thread William Dunlap via R-help
R code: > > library(xgboost) > data(agaricus.train, package='xgboost') > data(agaricus.test, package='xgboost') > train <- agaricus.train > test <- agaricus.test > attributes(train$data) > > Where is the data, is it in $p, $i, or $x? >

[R] Test set and Train set in Caret package train function

2017-10-22 Thread Elahe chalabi via R-help
ot;Fold1" "Fold1" ... Are these 90 observations in Fold1 used as training set? If yes then where is the test set for this fold? thanks for any help! Elahe ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see http

[R] Add a vertical line and some values on a plot

2017-10-22 Thread varin sacha via R-help
, -10.5,-8.4,-9.4) d <- density(A) plot(d) median(A) __ 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 prov

[R] Linear regression with tranformed dependant variable

2017-10-23 Thread kende jan via R-help
Is it possible to do another transformation to get interpretable beta coefficients to express the variations in the original untransformed dependant variable ? Thank you very much for your help!Noémie  [[alternative HTML version deleted]] ______ R-h

Re: [R] R base packages

2017-10-23 Thread Rich Calaway via R-help
re not available separately. If you try to install one, you'll see a warning such as the following: 2: package 'compiler' is a base package, and should not be updated Cheers, Rich Calaway Microsoft R Team -Original Message- From: R-help [mailto:r-help-boun...@r-project.or

[R] nomogram function error

2017-10-26 Thread Annalisa VanderWyden via R-help
Hi R-help,   I have fit a cox ph model to my data, but have beenreceiving an error when trying to fit a model to the nomogram. Here is the codeand corresponding error:     >nomogramCF = nomogram(cph_age6_40avp4, +lp.at= seq(-10,10,by =0.5),lp = T

[R] Counting nuber of sentences by qdap package

2017-10-29 Thread Elahe chalabi via R-help
63 69 38 134 111 242 196 85 84 233 ... I want to use qdap package. Does anyone know how should I do this? Thanks for any help! Elahe __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEA

Re: [R] Add a vertical line and some values on a plot

2017-10-29 Thread varin sacha via R-help
lot points, see, well, ?points(). Hope this helps, Rui Barradas Em 22-10-2017 16:33, varin sacha via R-help escreveu: > Dear R-experts, > > Here below is my code, > I would like to add a vertical line on my plot, showing the median and I > would like to place some values on this graph

Re: [R] error to run this package

2017-10-31 Thread John Kane via R-help
t a solution of this problem     [[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.h

Re: [R] Pass Parameters to RScript?

2017-10-31 Thread William Michels via R-help
AM, Morkus via R-help wrote: > Thanks Eric, > > I saw that page, too, but it states: > > "This post describes how to pass external arguments to R when calling a > Rscript with a command line." > > Not what I'm trying to do. > > Thanks for your reply. &g

[R] convertTime package.

2017-10-31 Thread Scott Anderwald via R-help
, Scott Anderwald __ 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

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