Looking below and online, R's truth tables for NOT, AND, OR are
identical to the NOT, AND, OR truth tables originating from Stephen
Cole Kleene's "strong logic of indeterminacy", as demonstrated on the
Wikipedia page entitled, "Three-Valued Logic"--specifically in the
section entitled "Kleene and P
More clarification:
Are your "tables" matrices or data frames? (If you don't know what
this means, you need to spend a little time with a e.g. web tutorial
to learn).
Also, does Meal A Meal B order count? -- i.e. is Meal A = 2, Meal B =
15 the same as Meal A = 15 and Meal B = 2? This is importan
Clarification:
Does each customer have the same number of meals or do they differ
from customer to customer? If the latter, how are missing meals
notated? Do they always occur at the (right) end or can they occur
anywhere in the row?
Presumably each customer ID can have many different meal code
c
1- PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
2- PLEASE, first _read_ help for kmeans (?kmeans) function before using
function.
> On 22 May 2017, at 05:33, θ ” wrote:
>
> hi:
> I need to extract the text contexts of top 1 group after clustering.
> But I have no
hi:
I need to extract the text contexts of top 1 group after clustering.
But I have no idea how to sort the cluster size then extract the contexts of
top 1 clusters.
here is my cluster code:
> file <- read.csv("SiC CMP.csv", header = TRUE)
> cluster_k<-length(unique(file$Main.IPC))
> cl <- kmean
... and whether or not Rich's suggestion resolves your difficulties,
please google such issues in future; e.g.
"report bugs R"
brought up all sorts of info on R bug reporting.
-- Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into i
On Sun, 21 May 2017, Peter Carbonetto wrote:
The error occurs only when I do "make clean" followed by "make" again;
make works the first time.
Peter,
I suggest you use 'make distclean' rather than 'make clean.' There are
subtle differences between the two, yet the former is more complete. T
Hi,
I uncovered a bug in installing R 3.4.0 from source in Linux, following the
standard procedure (configure; make; make install). Is this an appropriate
place to report this bug? If not, can you please direct me to the
appropriate place?
The error occurs only when I do "make clean" followed by
On Fri, May 19, 2017 at 6:38 AM, S Ellison wrote:
>> TRUE & FALSE is FALSE but TRUE & TRUE is TRUE, so TRUE & NA could be
>> either TRUE or FALSE and consequently is NA.
>>
>> OTOH FALSE & (anything) is FALSE so FALSE & NA is FALSE.
>>
>> As I said *think* about it; don't just go with your immedia
On 20/05/2017 10:03 PM, Ramnik Bansal wrote:
In the case of logical operations performed with an operand being a
character type, the error is:
"operations are possible only for numeric, logical or complex types"
Now the display of this error message seems to be the OUTCOME of the
fact that impli
Or maybe Mod(), but please, Heidi, don't expect the rest of the world to guess
your intentions like that...
-pd
> On 21 May 2017, at 10:27 , Jim Lemon wrote:
>
> Hi Heidi,
> I think you are looking for the %% operator. See the Arithmetic help
> page in the base package.
>
> Jim
>
> On Sun, M
Hi Heidi,
I think you are looking for the %% operator. See the Arithmetic help
page in the base package.
Jim
On Sun, May 21, 2017 at 10:28 AM, McGann, Heidi wrote:
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://sta
12 matches
Mail list logo