FAQ 7.31
in this case subtract the two numbers and see that
they differ by about 1e-16
Sent from my iPhone
> On Jan 22, 2016, at 10:46, li li wrote:
>
> Hi all,
> I encountered the following strange phenomenon.
> For some reason, the obs_p[1] and res1$st_p[89] have
> the same value but when I
rep(1:n, each=4)
Sent from my iPhone
> On Apr 19, 2015, at 09:44, John Sorkin wrote:
>
> Windows 7 64-bit
> R 3.1.3
> RStudio 0.98.1103
>
>
> I am trying to generate a list of length 4n which consists of the integers 1
> to n repeated in groups of four, i.e.
>
> 1,1,1,1, 2,2,2,2, 3,3,3,3
whoops
P1<- plot(grouped.data)
Sent from my iPhone
> On Aug 11, 2014, at 5:06, Naser Jamil wrote:
>
> Dear R-user,
> May I seek your help to sort out a little problem. I have the following
> codes
> to draw two graphs. I want to superimpose the second one on each of the
> first one.
>
> #
on windows gui, right-click paste-without-prompt (or some similar phrasing)
takes the prompts away.
on ESS c-u c-u c-y takes the prompts away
Rich
Sent from my iPhone
> On Jul 29, 2014, at 22:17, Erin Hodgess wrote:
>
> I was thinking that for teaching, it may be helpful for them to see the
high probability you are in a daylight savings time problem. see the archives
for repair strategies. probably it will be enforcing standard time on all
measurements.
Rich
Sent from my iPhone
> On Apr 4, 2014, at 10:55, "Winkler, Matthias"
> wrote:
>
> Dear R-users,
>
> I'm working on dat
you have only 1 df for tryptophan.
make it a factor and then all shoukd work.
Sent from my iPhone
> On Mar 21, 2014, at 12:38, Valentina Lauria
> wrote:
>
>
> Dear R list,
>
> I am trying to fit a one way anova with just one factor and 3 levels. One of
> my levels is significant
>
>> av2<-
shiny uses browser features that internet explorer doesn't have.
use either firefox or chrome.
enter
http://localhost:8100
to quit shiny, enter the escspe key in the R gui
Sent from my iPhone
On Sep 11, 2013, at 9:59, Dimitri Liakhovitski
wrote:
> Hello!
>
> I am learning Shiny via tutorial
look at the shiny package on CRAN.
it is from RStudio
Rich
Sent from my iPhone
On Aug 4, 2013, at 4:34, Christofer Bogaso wrote:
> Hello again,
>
> I am exploring the option how I can display my plot (generated within R) in
> Browser (like IE, Chrome). Obviously one option is with googleVis.
;>>> had below:
>>>>
>>>> https://www.dropbox.com/s/ujchnft7q3aa3pw/file2.eps
>>>>
>>>> I went over to his office and he could open both PPTX files on his laptop
>>>> and both of the embedded EPS plots were viewable without issue.
&
office 2011 on mac, 2013 on windows.
i see the same misbehavior in base and lattice.
my standard simple test is
plot(1:10)
which is base.
did you try the windows side yet?
Rich
Sent from my iPhone
On Jul 24, 2013, at 13:22, Marc Schwartz wrote:
> Hi Rich,
>
> That's curious.
>
> I noted th
you are describing SWord, distributed at rcom.univie.ac.at
Sent from my iPhone
On Mar 12, 2013, at 20:02, Santosh wrote:
> Dear Rxperts,
> I am aware of Sweave that generates reports into a pdf, but do know of any
> tools to generate to export to a MS Word document...
>
> Is there a way to us
You could use the likert plot in the HH package. Look particulsrly at the
population pyramid example.
Sent from my iPhone
On Feb 16, 2013, at 2:31, Brian Ngo wrote:
> To the volunteers of R-Help.
>
> Hello, I am currently stuck on an RStudio assignment. The assignment
> involves creating a d
please look at the likert function in the HH package. It is designed for this
type of study.
?likert has many examples similar to yours.
Rich
Sent from my iPhone
On Jun 7, 2012, at 8:42, Patrick Hubers wrote:
> Hi,
>
> I'm trying to create a stacked bar plot with the satisfaction scores f
yes it handles completely on one side.
your sample included that case.
Sent from my iPhone
On Jun 1, 2012, at 2:15, Roberto Brunelli wrote:
> Thanks to both of you,
>
> close to the solution, but I think that your proposals do not address
> the case when a bar is completely positive (or negati
yes. See ?glht in the multcomp package, and the examples using glht in ?MMC in
the HH package.
Sent from my iPhone
On Apr 3, 2012, at 6:16, Jinsong Zhao wrote:
> Hi there,
>
> Is there a function that can do a Fisher's LSD multiple comparisons in a
> two-way ANOVA? I hope to get a result si
ancova in HH is a wrapper for aov
that displays a set of lattice plots.
the problem you are seeing is probably that glht ignores covariates (with an
appropriate message) unless you specify an optional argument.
I will reply in more detail when i am at
my computer.
in the meantime, look at ?glht
please look at the latex() function in package "Hmisc".
Sent from my iPhone
On Aug 22, 2011, at 0:55, Alex Ruiz Euler wrote:
>
>
> Dear community,
>
> I had been looking for an easy way to produce latex tables from R
> output. xtable() and the package apsrtable produce good outputs but they
The latex() function in the Hmisc package will typeset your
objects. Embed that in a tex document and run pdflatex.
Rich
Sent from my iPhone
On Mar 30, 2011, at 5:51, "Maas James Dr (MED)" wrote:
> I'd like to save some calculation outputs as a pdf, to incorporate with
> others in a document
g <- function(x) abs(f1(x)-f2(x))
now you have one function and you can integrate it.
Rich
Sent from my iPhone
On Jan 25, 2011, at 7:32, Xavier Robin wrote:
> Hello,
>
> I need to integrate the absolute difference between two lines measured
> on different points.
>
> # For example :
> x <-
19 matches
Mail list logo