Hi,
I am having trouble understanding why I am getting this warning and how to fix
it. I don’t have any of these functions in my script..
This is the warning:
warning messages:
1: in tm_map.simplecorpus(corpus, tm::removepunctuation) : transformation drops
documents
2: in tm_map.simplecorpus
They can be downladed. I saved two of them to my desktop as pdf earlier.
Sent from Yahoo Mail on Android
On Fri, May 22, 2020 at 10:35 PM, Mark Leeds wrote:
Hi: I'm not sure about the other link that was sent because I didn't try
it but, in the case of the link that I sent,
you can obtain
Hi: I'm not sure about the other link that was sent because I didn't try
it but, in the case of the link that I sent,
you can obtain the pdfs of a lot of the books shown.
On Sat, May 23, 2020 at 12:16 AM Christopher W. Ryan
wrote:
> Am I interpreting this offer correctly, that it is for librar
Am I interpreting this offer correctly, that it is for libraries to
obtain access to the e-books for free? It does not seem to me that an
invididual can download one--am I missing that part?
Thanks
--Chris Ryan
Mark Leeds wrote:
> Abby: here's an easier link for seeing what you might like.
>
>
Because the dates might not be consecutive. Or in ISO format.
On May 22, 2020 7:38:17 PM PDT, Jim Lemon wrote:
>So what if you treat a nuisance as a feature and import your dates as
>factors? as.numeric(dates) would have the correct structure or am I,
>as usual, missing something?
>
>Jim
>
>On S
So what if you treat a nuisance as a feature and import your dates as
factors? as.numeric(dates) would have the correct structure or am I,
as usual, missing something?
Jim
On Sat, May 23, 2020 at 1:00 AM Jeff Newmiller wrote:
>
> This is getting off-topic here but R0 is a mathematical parameter
Abby: here's an easier link for seeing what you might like.
https://link.springer.com/search?facet-content-type=%22Book%22&package=mat-covid19_textbooks&%23038;facet-language=%22En%22&%23038;sortOrder=newestFirst&%23038;showAll=true
On Fri, May 22, 2020 at 9:18 PM Richard O'Keefe wrote:
> the r
the real pleasure comes from things you weren't looking for but recognise
as just what you needed.
On Sat, 23 May 2020 at 12:34, Jeff Newmiller
wrote:
> You are bound to be disappointed if you invert the purpose of the list.
> This is marketing... think of it as a sale... stores rarely put their
You are bound to be disappointed if you invert the purpose of the list. This is
marketing... think of it as a sale... stores rarely put their entire stock on
sale... particularly if the sale price is zero. You have to start with the list
and look for interesting titles.
But don't let me dissuad
> The Excel file is what you need.
Well, now I'm in a bad mood.
I went to all the trouble of opening the thing...
And the first two Springer-published books I look for, aren't there.
(1) Programming with Data, John Chambers
(2) Applied Econometrics with R, Z and co.
Next time someone tells me t
Hi Ana,
I think this is what you want in the panel style of plot. Let me know
if not, or if I have calculated the wrong percentages. The overlaid
histograms definitely use a different calculation.
amsdf<-read.table("pheno_m1_plot",header=TRUE,stringsAsFactors=FALSE)
dim(amsdf)
# find the right bre
On Fri, 22 May 2020 at 21:15, Richard M. Heiberger wrote:
> The Excel file is what you need.
> As Fabio remarked, the downloadable links are in column R
>
> I normally read (and write) Excel files into R using library(openxlsx)
> There are also several other packages on CRAN for reading and writi
The Excel file is what you need.
As Fabio remarked, the downloadable links are in column R
I normally read (and write) Excel files into R using library(openxlsx)
There are also several other packages on CRAN for reading and writing Excel.
MARC stands for
MAchine-Readable Cataloging.
Information i
Hello,
Why not remove aes(x = ESRD,...) from the call to geom_bar and instead do
ed <- ggplot(e, aes(x = factor(ESRD)) + etc?
If you are using an aesthetic throughout the plot, put it in the call to
ggplot().
Hope this helps,
Rui Barradas
Às 20:22 de 22/05/20, Ana Marija escreveu:
I reso
I resolved it not elegantly with:
d=as.numeric(as.character(e$pheno))
ed<-ggplot(e) +
geom_bar(aes(x = ESRD, fill =
factor(pheno,labels=c("control","case"+scale_fill_manual(values=c("#56B4E9","#E7B800"))+labs(fill="pheno")+scale_x_continuous(breaks
= unique(d))
ed
where:
> head(e)
ESRD
Hello,
I made the plot in attach via:
ed<-ggplot(e) +
geom_bar(aes(x = ESRD, fill =
factor(pheno,labels=c("control","case"+scale_fill_manual(values=c("#56B4E9","#E7B800"))+labs(fill="pheno")
ed
How do I show only 1 and 2 on x axis?
Thanks
Ana
_
That sounds like progress.
However, I was unable to use their website.
All I can find is Excel documents (which I can't open) and MARC (?),
which I don't have time to look into.
Your post might have more value, if you provide a list of the titles
(or a link to a list, in an easy to read open acce
Springer has just made available free access to many books through July.
This is part of their global program to support educators, students
and academics
affected by coronavirus lockdown.
Their list includes about 20 statistics books in English and 2 in
German. Several, including mine, have R in
This is getting off-topic here but R0 is a mathematical parameter unrelated to
calendar dates. It arises when analyzing case counts (integers) as a function
of the numerical measure of time since some non-trivial number of cases has
occurred (conventionally this measure is in days)..
dta$days <
Hi Eric,
Thank you for getting back to me, I tried those solutions but they
don't do percentage per groups, so if I do
ggplot(data=subset(a, !is.na(pheno)), aes(x=HBA1C, fill=pheno)) +
geom_histogram(aes(y =
stat(density)), binwidth = 0.5) +
scale_y_continuous(labels = scales::percent_format())
HI Jim,
Thank you so much for getting back to me I tried your codes and I got
this in attach,
I think the issue is in calculating percentage per groups (cases or controls)
par(mfrow=c(2,1))
casehist<-table(cut(a$HBA1C[a$pheno=="case"],breaks=0:15))
controlhist<-table(cut(a$HBA1C[a$pheno=="control
Hi,
You appear to have installed Debian on a Chromebook, presumably to overcome the
limitations otherwise present in Chrome OS.
Since the questions you pose are specific to Debian, there is an R e-mail list
focused on the use of R on Debian based computers:
https://stat.ethz.ch/mailman/listi
Hello,
I have tried to upgrade R to 4.0. I have added `deb
http://cloud.r-project.org/bin/linux/debian buster-cran40/` to
`/etc/apt/sources.list`
(but I removed cran35). Btu when I run `apt-get update; apt-get install
r-base r-base-dev` I get an error. I think it depends on r-base-core, since
it de
Hi,
you should be able to convert your date variables to integers (usually
viewed as the elapse between 1970/01/01 and today) by using date
conversion to integers:
TODAY="2020-05-22"
as.Date(TODAY)
[1] "2020-05-22"
> as.integer(as.Date(TODAY))
[1] 18404
Doing the same with your reference dates s
class(length(x1))
"integer"
Your problem is thinking that begin=1 means you are passing begin as
an integer.
class(1)
"numeric"
class(1L)
"integer"
You should pass: begin=1L, end=length(x1)
Best,
Eric
On Fri, May 22, 2020 at 3:31 PM Luigi Marongiu wrote:
>
> In theory, it works
> ```
> > R0 =
In theory, it works
```
> R0 = estimate.R(x1, t=d1, GT=mGT, begin=1, end=117,
methods="EG",pop.size=pop, nsim=N)
>R0
Reproduction number estimate using Exponential Growth method.
R : 0.7425278[ 0.7409297 , 0.7441229 ]
```
but I am not happy because 1. I have to use numbers instea
Hi Ivan,
Endeed, it is a good idea. I am under MSwindows but I can use the
bash command I use with git. I will see how to do that with the unix
command lines.
Le 20/05/2020 à 09:46, Ivan Krylov a écrit :
Hi Laurent,
I am not saying this will work every time and I do recognise that this
is
Dear all,
I am happy to announce that the R package "motifcluster" is now
available on CRAN. This package provides tools for spectral clustering
of weighted directed networks using motif adjacency matrices. Methods
perform well on large and sparse networks, and random sampling methods
for gene
Hi Luigi,
I am not familiar with the R0 package but I took a quick look.
The example in the documentation sets begin and end to integers.
Try setting begin = 1, end = 121 and see if that works.
HTH,
Eric
On Fri, May 22, 2020 at 1:17 PM Luigi Marongiu wrote:
>
> Hello,
> I am trying ot get the R0
Hello,
I am trying ot get the R0 from the incidence data from China for the
COVID-19. I set the following:
```
library("R0")
x1 <- c(259, 457, 688, 769, 1771, 1459, 1737, 1981, 2099, 2589,
2825, 3235, 3884, 3694, 3143,
3385, 2652, 2973, 2467, 2015, 14108, 5090, 2641,
> Jeff Newmiller
> on Thu, 21 May 2020 13:30:26 -0700 writes:
> Do read the Posting Guide... you are on the wrong mailing list for this
question.
> On May 20, 2020 6:46:01 PM PDT, Simon Michnowicz via R-help
wrote:
>> Dear R Group,
>> I can build a simple R/4.0.0 OK
31 matches
Mail list logo