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/
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
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
quot;"ftps" "gopher" "http" "https"
"imap" "imaps" "ldap" "ldaps" "pop3" "pop3s" "rtsp" "scp"
"sftp" "smtp" "smtps" "t
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
;
> -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?
>
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
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
___
= 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")+
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
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,
(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:
>
>
;, "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
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
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
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
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
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
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 ;
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
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.
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,
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
+
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
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
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 <
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
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
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
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
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
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
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
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
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
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
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),
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),
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 --
"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
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
_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
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
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
>
>
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.
> 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.
> >
> >
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
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
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.
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
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
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
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
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
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
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
, 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
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
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
;
> 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
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
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
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
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
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.
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.
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
'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
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.
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
______
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
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@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.
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
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
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
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
___
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
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:
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
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.
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
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
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
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.
- 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
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
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
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.
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?
>
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
, -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
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 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
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
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
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
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
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
,
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
301 - 400 of 3942 matches
Mail list logo