It's about formula syntax, so ?formula documents it.
Bert
On Monday, May 23, 2016, John Sorkin wrote:
>
> The syntax
> mydat <- data.frame( y,x )
> fit1 <- lm( y~., data=mydat )
> appears to perform a multivariable regression of y on every non-y variable
> in the data frame mydat. I can not fin
This has nothing to do with R, per se. This is a statistical issue. You
need to work with a statistician, as your statistical background is
inadequate (google "mixed effects models") if you really need this.
Cheers,
Bert
On Tue, May 24, 2016 at 7:27 PM Neny Sitorus
wrote:
> Hi,
>
> what is exac
__
> 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-conta
Hi Naresh:
I shall be brief, as discussions of what statistical/graphical techniques
to use are largely OT.
IMO, this is a bad idea. I think the table entries will be very difficult
to read and groc. If the tables are unrelated, use 2 tables. If you think
they might be related, plot the entries o
Inline:
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, May 30, 2016 at 5:51 AM, Fowler, Mark wrote:
...
"The preceding replies
Inline.
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 Tue, May 31, 2016 at 12:05 AM, Michael Haenlein
wrote:
> Dear
I am not sure this is relevant or helpful, but see ?abbreviate, which
one can use to abbreviate long strings as labels (but only for
English-like languages, I believe).
-- Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things in
Standard reply (see posting guide):
Update to the current version of R (3.3.0 or so) and retry. Your
version is old -- this often leads to incompatibilities with newer
software versions.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming alon
Briefly, as this is off-topic, and inline:
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 Tue, May 31, 2016 at 11:32 AM, Dan Kolubinski
Probably impossible to answer without your following the posting guide
and posting your code, etc.
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 Coun
On Tue, May 31, 2016 at 7:05 PM, Jeff Newmiller
wrote:
> You need to go back and study how I made my solution reproducible and make
> your problem reproducible.
>
> You probably also ought to spend some time comparing the regex pattern to
> your actual data... the point of this list is to learn
d do better in those
languages with their paradigms rather than with R's).
For example, you could have a single function that returns the
conditional function of your choice by calling the overall function
with an appropriate keyword. Etc.
Cheers,
Bert
Bert Gunter
"The trouble with
files from this info automagically.
Finally, google! -- there are many other tutorials on this on the web.
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 Count
Use regular expressions:
?grep
?regexp
(The answer is simple, but I think it is worthwhile to learn about
this on your own. Others may disagree and supply you the exact
answer).
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking t
Please refer to the posting guide (below) to learn how to post
questions to this list.
In particular, we do not generally write your code for you.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
--
lly is) is to use
regular expressions:
?regexp ?regexpr
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, Jun 4, 2016
. Please correct me if so.
I realize that it would be straightforward to write such a function,
but I just wondered if it already exists. My google & rseek searches
did not succeed, but maybe I used the wrong keywords.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that pe
Nope, Ted. I asked for a O(log(n)) solution, not an O(n) one.
I will check out the data.table package, as suggested.
-- 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 &qu
Oh, good point! I was thinking only of the comparisons to identify the
insertion location.
--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 str
Yes, see ?rle, as Jim indicated.
Just wanted to add that there is an rpy2 package that enables you to
use R within python, which may mean that you do not need to translate
your python code. Or at least not all of it.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that p
Sidenote:
When you do imputation in this way all your inference (error
estimates, goodness of fit, confidence intervals, etc.) will be wrong
and misleading, as you are creating "information" from nothing.
If this comment is irrelevant, please ignore.
Cheers,
Bert
Bert Gunter
"T
This should be posted on the r-sig-jobs email list.
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 6, 2016
Please search before posting, and if your search fails to get what you
want, tell us why.
I got what appeared to be many relevant hits on rseek.org using the search term
"binomial exact power computations" .
-- Bert
Bert Gunter
"The trouble with having an open mind is t
beware.
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 Wed, Jun 8, 2016 at 9:41 AM, John Logsdon
wrote:
> Folks
>
> Is
I am not really sure what you want, but it sounds like you want the
"rpart" package (which is part of the standard R distribution).
If that won't do, check the machine learning task view here:
https://cran.r-project.org/web/views/MachineLearning.html
Cheers,
Bert
Bert Gunter
&q
I suggest that you post to the r-sig-debian list instead of here. I
think you are more likely to get good answers to your query there.
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 B
if I have misunderstood. See also ?subset and ?cumsum .
> set.seed(1021)
> y <- runif(10)
> y
[1] 0.36751828 0.08721951 0.08899027 0.38838635 0.1978 0.72948251
[7] 0.36669151 0.28457792 0.90614056 0.31832515
> y[cumsum(y) < 1.2]
[1] 0.36751828 0.08721951 0.08899027 0.38838635
pear to be confused about the statistical issues, I suggest
you post on a statistical site like stats.stackexchange.com or consult
a local statistician.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-
to refine/clarify
your query to get what you want.
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, Jun 11, 2016 at 6:06 PM,
of your specification is that you need to
search for all rows in map data frame that meet the criterion for each
row of ref, and without further information, I don't know how to do
this without just repeating the search 560 times.
Cheers,
Bert
Bert Gunter
"The trouble with having an op
use a panel function that plots the data and
adds a panel.text() call to put text in the plot where you want it.
If none of these, maybe someone with better understanding than I can help.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
an
e does not need to "declare" R variables. Have you gone
through any R tutorials? -- there are many good ones on the web.
Please do so if you haven't before posting here.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking
statistics and/or ecology packages that do this:
search (e.g. web or rseek.org) on "convert distance to latitude and
longitude" or similar (this seemed to yield useful results when I
tried it). Then apply David's (and Jeff's) suggestions.
Cheers,
Bert
Bert Gunter
"The
Oops -- neglected to cc the list. Also note the correction at the
end, changing "starts" to "begins".
-- Bert
On Mon, Jun 20, 2016 at 2:33 PM, Bert Gunter wrote:
Thanks for the reproducible example -- it made your meaning clear.
This is the sort of thing for which rle
might do well to learn it instead or in addition to the
*apply type operations of base R.
Finally, I should ask: is this homework? This list tries to implement
a no homework policy.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and stick
of the list ( a "column" in
the case of a data frame, which is a specific kind of list). The
relevant sections of ?Extract are:
"Indexing by [ is similar to atomic vectors and selects a **list** of
the specified element(s).
Both [[ and $ select a **single element of the list**. &quo
ics
in mind, so the problem doesn't arise. But I think one needs to make
the distinction and issue clear.
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 C
quot; (for those who belong to this religious persuasion). One
should never say never, but I suspect that there are relatively few
circumstances where the conversion the OP requested is actually wise.
Feel free to ignore/reject such extraneous comments of course.
Cheers,
Bert
Bert Gunter
"T
rouble to me.
As always, contrary views welcome. This discussion still seems on
(r-help) topic to me, but if not, please say so.
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
I would tend to agree. But NA is still preferable for both, no?
-- 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 Fri, Jun 24, 2016
realize that there is a gray area where these things may overlap.
Also see inline below.
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 stri
Read yesterday's and today's archives.
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 Fri, Jun 24, 2016 at 1:55 P
Well, for one thing, there is no "probs" method for predict.nnet, at
least in my version: nnet_7.3-12
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 "
object of class 'multinom', which is a nnet object ... "
??
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 Sun
how it has failed.
Cheers,
Bert Gunter
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 Sun, Jun 26, 2016 at 5:22 PM, rezvan hata
might
try issuing the call say, 20 times, over 10k disjoint subsets of the
list, and then rbinding up the 20 large frames.
Again, caveat emptor.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka
s the **function** being used to draw the strips in
each panel. Generally speaking, you should not have to mess with
arguments like which.panel and should probably use strip.custom()
instead. Do carefully go through the examples in ?strip and ?xyplot.
That may help.
Cheers,
Bert
Bert Gunter
"T
appropriate mailing list, in this case
r-sig-finance, rather than here.
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 Tue, Jun
I frankly don't know what the heck you are doing but,
(inline below)
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 Tue, Jun 28,
Did you try searching before posting here? -- e.g. a web search or on
rseek.org ?
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 stri
Did you mean: strip.custom(factor.levels...) ?
(I know of no "panel.custom()" function)
-- 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"
precision and are very complicated to determine
So I would say the answer to your questions is no.
But you should probably address such a question to a numerical analyst
for an authoritative answer. Maybe try stats.stackexchange.com .
-- Bert
Bert Gunter
"The trouble with having an open mind is
Please post this on R-package-devel, not here.
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 Wed, Jun 29, 2016 at 1:49 P
om 21 predictors on 79 cases). Failing that,
try asking on a statistics site, like stats.stackexchange.com.
Note also: This is a plain text list. Please don't post in HTML.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things in
... Time to do your homework. Have you gone through any R tutorials?
Some recommendations here: https://www.rstudio.com/online-learning/#R
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (ak
In addition to what others have suggested, see ?history.
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 Thu, Jun 30, 2
work best for you.
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 Thu, Jun 30, 2016 at 8:46 AM, Pito Salas wrote:
> Than
I believe Georg's pronouncements are wrong. See inline below.
-- 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 )
"...
> Wi
.
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 Thu, Jun 30, 2016 at 12:26 PM, lily li wrote:
> Hi R users,
>
> I
https://cran.r-project.org/web/packages/mvpart/index.html
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 Thu, Jun 30, 2016
Inline.
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 Fri, Jul 1, 2016 at 7:40 AM, Witold E Wolski wrote:
> Hi Will
set.seed(1122)
> samps.norm <- matrix(rnorm(1e5),nrow = 100 )
> dim(samps.norm)
[1] 100 1000
## This was instantaneous on my machine.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berk
No, sorry -- all I would do is search.
-- 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 Fri, Jul 1, 2016 at 2:33 PM, John wrote
I don't have a clue, but I suspect that those who might would be
helped by your providing the output of the sessionInfo() command +
perhaps other relevant info on your computing environment.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming
gt; length(test)
[1] 365
If this can't be done, sorry for the noise.
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 )
)ex[reqX[i],reqY[i],] )
> dim(out)
[1] 365 5
You might find it useful to go through a (web) tutorial or two to
learn more about such R functionality.
Useful suggestions can be found here: https://www.rstudio.com/online-learning/#R
Cheers,
Bert
Bert Gunter
"The trouble with having an o
1)
Please do some more tutorials on your own, as these (not regexp's) are
fairly basic R features that all users should be aware of.
Incidentally, check out the "stringr" package, which is supposed to
make string manipulation tasks like this easier (I have not used it
though).
Chee
you might need
rather than what you and your supervisor think you need.
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 Sun,
her way.
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 Sun, Jul 3, 2016 at 2:43 PM, Jeff Newmiller wrote:
> There ar
It would help to show your error message, n'est-ce pas?
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 Tue, Jul
I failed to c.c. the list. And it should be r-sig-mixed-models list.
Bert
-- Forwarded message --
From: "Bert Gunter"
Date: Jul 7, 2016 2:06 PM
Subject: Re: [R] lmer causes R session to terminate
To: "David Kikuchi"
Cc:
Off the top, I would guess that y
Omg omg! Search on "type III as R good or bad" or similar for why you
should of should not be doing this. As for your specific question, I doubt
that you'll get a useful reply until you post the code that elicited the
error. Maybe not even then if it is due to estimability/overfitting of your
data
Not entirely sure I understand, but match() is already vectorized, so you
should be able to lose the supply(). This would speed things up a lot.
Please re-read ?match *carefully* .
Bert
On Jul 27, 2016 6:15 AM, "sri vathsan" wrote:
Hi,
I created list of 3 combination numbers (mycombos, around
Below.
-- 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 Thu, Jul 28, 2016 at 11:11 AM, Arthur Rodrigues Stilben
wrote:
> Sor
n escape code such as e.g. "\t" for tab). Example:
> gsub("[[:blank:]]+","\\|","a b")
[1] "a|b"
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (ak
bability of success
0.1500 0.28333333
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 Fri, Jul 29, 2016 at 1:52 AM,
I think you should consult with a local statistician. Generally
speaking, statistical questions like this tend to be OT here, and you
appear to be sufficiently confused about the statistical issues that
online posts would not be sufficient.
Cheers,
Bert
Bert Gunter
"The trouble with havi
y noticeable difference seems doubtful, however.
There may be special packages that do offer a real improvement, so you
should search. rseek.org is a good R search engine, although google
often does well also.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming
Below.
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, Jul 30, 2016 at 11:38 AM, Neal H. Walfield wrote:
> On Sat, 30 Jul 2016
atching
> first <- with(df1,paste0(col1,col2))
> second <- with(df2,paste0(col1,col2))
>
> ## now find the rows of the df1 that match those of df2
> wh <-match(first,second)
>
> ## Use indexing to substitute
> df1[!is.na(wh),] <- df2[na.omit(wh),]
>
> df1
col1 c
?/most?)
rng's are vectorized, so e.g.
> set.seed(1123)
> rnorm(10,mean= runif(10,2,3), sd = runif(10,4,6))
[1] 4.369411 1.944876 3.143913 6.489048 -1.093468 1.330675
-3.936239 11.740755
[9] -2.260413 -1.748759
... if that's what you meant.
Cheers,
Bert
Bert Gunter
"Th
independently as "input."
I urge that you consult a local statistical expert, take a statistics
course or two, and/or do some studying before proceeding further.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking
at
you have and what your purpose is. You need to consult with a local
statistician for this. And, in any case, statistical questions are
generally OT here, and this appears to be a fairly complicated one.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep comin
... note the typo. It's:
contour( basiinID == ID, level=0.5)
:-)
-- 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 Th
" for factors as needed. See ?contrasts and ?C for
relevant details and/or consult an appropriate R tutorial.
Of course, if this is not what you meant, than ignore.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it
Rejecting a null of "inequality" is the standard setup for equivalence
testing in medical contexts. Search on "equivalence testing in R" and
you will find what you need.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
an
make_thunk is probably unnecessary and apparently problematic. I think
you could use do.call() instead, as do.call(f,list(...)) .
-- Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breat
full dataset using dput() (see
?dput for how to do this).
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 Fri, Aug 12, 2016 at 7
Try reading ?panel.loess. There is no "subset" argument, so it is of
course ignored.
-- 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"
"green")
panel.loess(x[old],y[old],col.line = "red")
panel.loess(x[!old],y[!old],col.line = "blue")
}
xyplot(y~x|fac, age=age, panel=pnl, lay=c(2,2))
Note that my prior comments about moviing the creation of the groups
to the panel function instead of the data stil
I'm not on Windows and cannot help directly. But you might consider
downloading Rstudio ( https://www.rstudio.com/ ) and running R through
that. Their website should contain the info you need to get things up
and running.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mi
I have cc'ed this to r-help. As I said, I am not on Windows and so
cannot help directly.
-- 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
Extensive references are given in the package. I suggest that you consult them.
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 stri
;t already aware of it.
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, Aug 15, 2016 at 9:41 AM, Jeff Newmiller
wrote:
&g
Inline.
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, Aug 15, 2016 at 11:43 PM, wrote:
> Hi Greg
> and all others who replie
1. Have you checked out package Rpy/Rpy2?
2. I don't know Python, but as you seem to be trying to get data from
the web, see the Rcurl package, maybe, to do these things in R.
3. Hopefully someone who does know Python can give you better answers.
Cheers,
Bert
Bert Gunter
"The tr
hange.com again.
Cheers,
Bert
## Note to others. If I have erred in any of the above, PLEASE CORRECT.
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
Please!
"when I compute the anova R reports
that the Estimated Effects are Unbalanced"
It does *not* say this. It says that they **may** be unbalanced. They are not.
-- Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking
Thanks, Rich. I didn't notice that!
-- 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, Aug 22, 2016 at 1:43 PM, Richard M
?rep (to replicate indices)
plotdat2[rep(1:3,e=100), ]
This seemspretty basic. Have you gone through any R tutorials yet? If
not, please do so before posting further. There are many good ones on
the web.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep c
501 - 600 of 5186 matches
Mail list logo