Well, let's hope that was my big screw up for today...
On Wed, May 13, 2020 at 4:39 PM peter dalgaard wrote:
>
> Hans? Try Heinz ;-)
>
> Actually listed as a quote _in_ Abby's, originally by Greg Snow, but w/o
> attribution...
>
> -pd
>
>
>
> > On 13 May 2020, at 02:23 , Jim Lemon wrote:
> >
>
Hans? Try Heinz ;-)
Actually listed as a quote _in_ Abby's, originally by Greg Snow, but w/o
attribution...
-pd
> On 13 May 2020, at 02:23 , Jim Lemon wrote:
>
> Sorry, it was listed in Hans' email as a reply from you. Far be it
> from me to speak for someone else.
>
> Jim
>
> On Wed, M
Hi Bill,
A while ago I devised a couple of functions to accumulate millions of
geographic locations of events and then display the resulting matrix
of values on an existing plot. This may be of use to you, at least in
the visualization of the density of the locations. As your example
data only incl
Adrien,
you posted this same item 3 days ago to this list. And someone responded to
it.
Why are you posting the identical thing again to this list?
As Bert writes, you should post to the r-sig-debian list.
Eric
On Wed, May 13, 2020 at 4:38 AM Bert Gunter wrote:
> Please, please, please ... RSt
Please, please, please ... RStudio is a wholly separate product from
R. Post on their website if you think Rstudio has problems. And ubuntu
concerns should be posted on r-sig-debian, not here! This list is
about R programming issues (mostly).
Bert Gunter
"The trouble with having an open mind is t
I have upgraded R (from 3.6 to 4.0) and RStudio (from 1.1 to 1.2.5) a few
days ago, and Ubuntu from 18.04 to 20.04 yesterday.
Since then, R sometimes never terminates when executing certain commands:
ivreg (from package AER), summary (of a logit regression) and logitmfx
(from package mfx). Sometim
#RStudio Version Version 1.2.1335
sessionInfo()
# R version 4.0.0 Patched (2020-05-03 r78349)
#Platform: x86_64-w64-mingw32/x64 (64-bit)
#Running under: Windows 10 x64 (build 17763)
Hello I am trying to figure out how to create concentration of ID's in the
following data, based on determining t
Carefully read the description of the package... it uses a particular variety
of splines. You should go read the paper they reference.
On May 12, 2020 4:37:32 PM PDT, Yousri Fanous wrote:
>Hello
>
>I created a MARS model from earth package.for one predictor EngDispl vs
>FE.
>These are the result
Sorry, it was listed in Hans' email as a reply from you. Far be it
from me to speak for someone else.
Jim
On Wed, May 13, 2020 at 10:13 AM Abby Spurdle wrote:
>
> Hi Jim,
>
> I think you've mis-quoted me.
> I didn't say that.
>
>
> On Wed, May 13, 2020 at 10:10 AM Jim Lemon wrote:
> >
> > Abby
Hi Jim,
I think you've mis-quoted me.
I didn't say that.
On Wed, May 13, 2020 at 10:10 AM Jim Lemon wrote:
>
> Abby Spurdle:
> In my opinion the advantage of computers is not Artificial
> Intelligence, but rather Artificial Patience (most AI that I have seen
> is really doing a bunch of what I
Hello
I created a MARS model from earth package.for one predictor EngDispl vs FE.
These are the resulting coefficients:
summary(marsFit)$coefficients
y
(Intercept) 18.049001
h(EngDispl-4.3) -4.378082
h(4.3-EngDispl) 10.925240
h(EngDispl-2.3) 5.942387
h(EngDispl-3.5)
Abby Spurdle:
In my opinion the advantage of computers is not Artificial
Intelligence, but rather Artificial Patience (most AI that I have seen
is really doing a bunch of what I would consider to be boring, really
fast so people don't have to). Leave the Intelligence to the people.
Abby's respons
Yes, of course. Thank you for your patience.
str(geo1a)
'data.frame': 25 obs. of 4 variables:
$ state: Factor w/ 41 levels "AL","AR","AZ",..: 19 19 19 19 19 19 19 19 19
19 ...
$ city : Factor w/ 1337 levels "ABBOTTSTOWN",..: 366 574 193 343 1223 1207
885 871 1054 556 ...
$ latitude
Please use dput()
On Tue, May 12, 2020 at 7:11 PM Poling, William wrote:
> Hello Eric, thank you so much for your consideration.
>
> Here are snippets of data that I hope will be helpful
>
> WHP
>
> geo1a <- geo1[, c(2:5)] <-- eliminating ID which is not useful for my
> purposes anyway
>
> #Th
Hello Eric, thank you so much for your consideration.
Here are snippets of data that I hope will be helpful
WHP
geo1a <- geo1[, c(2:5)] <-- eliminating ID which is not useful for my purposes
anyway
#This is for R-Help use
geo1a <- geo1a %>% top_n(25)
state city latitude longitude
1
Hi,
I use a modified version of dbscan::hullplot() but https://rseek.org
turns up a bunch of possibilities.
Sarah
On Tue, May 12, 2020 at 2:11 AM Fernando Archuby wrote:
>
> Dear all. I need to build convex hulls around groups of points of an
> ordination (nMDS or PCoA). The groups were indepen
Please make a reproducible R example of input and output.
On May 12, 2020 1:11:41 AM PDT, Stefano Sofia
wrote:
>Dear R list users,
>I am aware that this question is not strictly related, at the present
>moment, to R code and it is more general. Please forgive me, but I need
>to share my thoughts
Here is one of my favorites:
https://medium.com/@ODSC/how-300-matchboxes-learned-to-play-tic-tac-toe-using-menace-35e0e4c29fc
On Tue, May 12, 2020 at 2:39 AM Abby Spurdle wrote:
>
> > In my opinion the advantage of computers is not Artificial
> > Intelligence, but rather Artificial Patience (mos
Can you create a reproducible example?
Your question involves objects that are unknown to us. (geo1, trnd1_tbl)
On Tue, May 12, 2020 at 2:41 PM Poling, William via R-help <
r-help@r-project.org> wrote:
> #RStudio Version Version 1.2.1335 need this one--> 1.2.5019
> sessionInfo()
> # R version 4.0
Wow, ok, yep
"winp-oaf-113/FldrRedir_1$/A436798/Data/R/R-4.0.0patched/library"
Thank you Ege. I did not have this issue with previous employer, I will see
what our IT group says.
Thank you
WHP
William H. Poling Ph.D., MPH | Senior Data Scientist, Medicare Stars, CVS
Health
p 813-777-
Looks like your files are on a Windows network drive (UNC path). I have
experienced many problems with this on a Windows laptop from work. If
at all possible you should avoid this. As an absolute minimum make sure
your R library (collection of installed packages) is on the local file
system and not
#UPDATED 05/05/2020
#RStudio Version Version 1.2.1335 need this one--> 1.2.5019
sessionInfo()
# R version 4.0.0 Patched (2020-05-03 r78349)
#Platform: x86_64-w64-mingw32/x64 (64-bit)
#Running under: Windows 10 x64 (build 17763)
Good morning.
This is the first time I have tried RMarkdown on new l
#RStudio Version Version 1.2.1335 need this one--> 1.2.5019
sessionInfo()
# R version 4.0.0 Patched (2020-05-03 r78349)
#Platform: x86_64-w64-mingw32/x64 (64-bit)
#Running under: Windows 10 x64 (build 17763)
Hello:
I have data that I am trying to manipulate for Kmeans clustering.
Original data
Abby Spurdle wrote/hat geschrieben on/am 12.05.2020 10:38:
In my opinion the advantage of computers is not Artificial
Intelligence, but rather Artificial Patience (most AI that I have seen
is really doing a bunch of what I would consider to be boring, really
fast so people don't have to). Leave
> In my opinion the advantage of computers is not Artificial
> Intelligence, but rather Artificial Patience (most AI that I have seen
> is really doing a bunch of what I would consider to be boring, really
> fast so people don't have to). Leave the Intelligence to the people.
Hmmm...
https://en.w
Dear R list users,
I am aware that this question is not strictly related, at the present moment,
to R code and it is more general. Please forgive me, but I need to share my
thoughts with you.
Foehn conditions on the southern slope of Alps happen with strong northerly
flows that impact perpendic
Hi Medic,
Am 10.05.20 um 09:15 schrieb Medic:
I took a SAMPLE CODE (for Connected scatterplot) from the R gallery
and applied to MY DATA, but got:
"Don't know how to automatically pick scale for object ..."
P.S. 1) R ver. 4.0 (Yes, Jeff); 2) Attached: mydata_dput (1 КБ)
SAMPLE CODE
library(ggp
27 matches
Mail list logo