Displaying 18 results from an estimated 18 matches for "stools".
Did you mean:
tools
2008 Jan 10
1
general linear hypothesis glht() to work with lme()
Hi,
I am trying to test some contrasts, using glht() in
multcomp package on fixed effects in a linear mixed
model fitted with lme() in nlme package. The command I
used is:
## a simple randomized block design,
## type is fixed effect
## batch is random effect
## model with interaction
dat.lme<-lme(info.index~type, random=~1|batch/type,
data=dat)
glht(dat.lme, linfct = mcp(type
2010 May 12
3
Removing points
I have a some data, and imagine a column of how many parasitic eggs found in
the stool of some children some of the children we do not have this data so
we put -1 in stead. How can you remove the people with -1, to calculate
means and do box plots. Thank you!
--
View this message in context: http://r.789695.n4.nabble.com/Removing-points-tp2195945p2195945.html
Sent from the R help mailing list
2006 Jul 10
3
Plurals and synonym lists
I want to correct spelling errors automatically. I have used search in
the past where I can pass an argument through standard search to correct
a word with up to 2 spelling errors for example or do the more Google
like "Did ya mean?". In this case I just want to change it automatically
and search. I am not too interested in specifying the number of
characters it is out by.
What is
2004 Sep 10
3
Latest Flac license thinking?
A while back Josh was thinking of changing the Flac license, and posted a
question on Slashdot regarding various licensing schemes.
Josh, have you come to any conclusions about future licensing of Flac?
- Woody
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
2017 Jun 12
3
count number of stop words in R
Hi all,
Is there a way in R to count the number of stop words (English) of a string using tm package?
str="Mhm . Alright . There's um a young boy that's getting a cookie jar . And it he's uh in bad shape because uh the thing is falling over . And in the picture the mother is washing dishes and doesn't see it . And so is the the water is overflowing in the sink . And the
2017 Jun 12
0
count number of stop words in R
You can use regular expressions.
?regex and/or the stringr package are good places to start. Of
course, you have to define "stop words."
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 Mon, Jun 12, 2017 at 5:40
2017 Jun 12
3
count number of stop words in R
You can define stop words as below.
data <- tm_map(data, removeWords, stopwords("english"))
Patrick Casimir, PhD
Health Analytics, Data Science, Big Data Expert & Independent Consultant
C: 954.614.1178
________________________________
From: R-help <r-help-bounces at r-project.org> on behalf of Bert Gunter <bgunter.4567 at gmail.com>
Sent: Monday, June 12, 2017
2017 Jun 12
0
count number of stop words in R
Thanks for your reply. I know the command
data <- tm_map(data, removeWords, stopwords("english"))
removes English stop words, I don't know how should I count stop words of my string:
str="Mhm . Alright . There's um a young boy that's getting a cookie jar . And it he's uh in bad shape because uh the thing is falling over . And in the picture the mother is
2017 Jun 12
3
count number of stop words in R
define your string as whatever object you want:
data <- "Mhm . Alright . There's um a young boy that's getting a cookie jar . And it he's uh in bad shape because uh the thing is falling over . And in the picture the mother is washing dishes and doesn't see it . And so is the the water is overflowing in the sink . And the dishes might get falled over if you don't fell
2017 Jun 12
0
count number of stop words in R
Defining data as you mentioned in your respond causes the following error:
Error in UseMethod("tm_map", x) :
no applicable method for 'tm_map' applied to an object of class "character"
I can solve this error by using Corpus(VectorSource(my string)) and the using your command but I cannot see the number of stop words in my string!
On Monday, June 12, 2017 8:36
2004 Sep 10
1
Latest Flac license thinking?
I've always wondered, why can't a simple LGPL/GPL double-license do the
trick?
-- Asheesh.
On Tue, 15 Jan 2002, Matt Zimmerman wrote:
> On Tue, Jan 15, 2002 at 03:27:42PM -0500, Woodrow Stool wrote:
>
> > A while back Josh was thinking of changing the Flac license, and posted a
> > question on Slashdot regarding various licensing schemes.
> >
> > Josh, have
2017 Oct 29
0
Counting nuber of sentences by qdap package
Hi all,
I have a data frame with a variable Description containing text of speeches and I would like to count number of sentences in each speech,
> str(data)
'data.frame': 255 obs. of 3 variables:
$ Group : Factor w/ 255 levels "AlzheimerGroup1","AlzheimerGroup10",..: 1 112 179 190 201 212 223 234 245 2 ...
$ Gender : int 1 1 0 0 0 0 0 1 0 0 ...
$
2010 May 19
0
Help Preparing Data for Heatmap creation
All -
Below are samples of the data, a description of my approach and the
work I've done so far. My goal is two-fold, first learn more about R
and the creation of heatmaps; second, to create a heat map where the
vertical access is a series of days and the horizontal is the hour of
a day with the color of the cells being determined by the number of
texts in that hour. While the project
2004 Sep 10
1
slashdot article
I saw your post and read the replies with great interest. Did you draw any
conclusions from the /. replies? Where do you think you might go with the
licensing issues for embedded systems?
I would vote for the BSD license approach myself.
Here's another licensing question. Your source code lays out the
functionality of the FLAC codec and the file formats. What if someone comes
along
2018 Sep 04
2
NUT messes up UPS after mains power is restored
On 09/04/2018 12:36 PM, Ong, Kevin wrote:
>
> I think I know what I did wrong. In step 7, I plugged the mains too
> early causing a power race condition as described by point #51 here
> <https://networkupstools.org/docs/FAQ.html> . I thought that when APC
> BR1500GI's display went black (even with the fans still running) it is
> already in a shutdown state. This was not the case, it waited for a
> few more seconds until it totally went silent. At that time, I plugged
> the mains back an...
2013 Jun 22
2
what should a virtio-mmio transport without a backend look like?
On 21 June 2013 19:45, Christopher Covington <cov at codeaurora.org> wrote:
> You were proposing to use a valid/existing MagicValue/Version/VendorID with a
> special DeviceID that does nothing. I'm saying why not use a valid/existing
> MagicValue/Version/VendorID/DeviceID with a special parameter setting, size=0,
> that does nothing?
Ah, I see. Well, it sounds from your
2013 Jun 22
2
what should a virtio-mmio transport without a backend look like?
On 21 June 2013 19:45, Christopher Covington <cov at codeaurora.org> wrote:
> You were proposing to use a valid/existing MagicValue/Version/VendorID with a
> special DeviceID that does nothing. I'm saying why not use a valid/existing
> MagicValue/Version/VendorID/DeviceID with a special parameter setting, size=0,
> that does nothing?
Ah, I see. Well, it sounds from your
2007 Apr 30
25
escape regex code
hello,
i wondered if it would not be interesting to have some filters
function in puppet like
filter_integer(), filter_prelregex, filter_text, filter_email or such
so we can validate and make our defines a little more foolproof :)
i particulary see filter_regex as usefull in quite a lot of exec that
manipulates text files. What do you think about this ?
--
Cordialement,
Ghislain