[R] Zero length data block in hexView?

2015-02-08 Thread Jeff Newmiller
The JPG data format uses something like the "markedBlock" defined in the hexView package, but some of the blocks are just markers with no data. Is there some simple way that I might have missed to explain this concept to hexView so the readFormat function can handle this? I have cobbled together

Re: [R] specifying dimensions of a graphic (not the window...)

2015-02-08 Thread Evan Cooch
On 2/8/2015 7:41 PM, Evan Cooch wrote: > Greetings -- > > Graphics newbie (I generally don't use R for graphics, so if the > question is 'obvious', point that out gently ;-) > > I'm trying to use levelplot in the lattice package, to generate what > I'll call a 'decision table', where optimal dec

[R] specifying dimensions of a graphic (not the window...)

2015-02-08 Thread Evan Cooch
Greetings -- Graphics newbie (I generally don't use R for graphics, so if the question is 'obvious', point that out gently ;-) I'm trying to use levelplot in the lattice package, to generate what I'll call a 'decision table', where optimal decisions (discrete, on the interval [0.0,0.5] by incr

Re: [R] Unable to use `eval(parse(text))' in nlme::lme

2015-02-08 Thread Ben Bolker
Ravi Varadhan jhu.edu> writes: > I would like to run lme() on a number of response variables > in a dataframe in an automatic manner. Bu, when I > use eval(parse(text=yname)) to denote the LHS of the formula in lme(), > I get the following error message: > > > require(nlme) > > > mod2 <- wi

[R] confidence interval for wilcox_test

2015-02-08 Thread RomanGelzhaeuser
Hello, When using wilcox_test from coin I got a sample estimator which does not lie in the confidence interval.(see below) How is that possible? (The documentation said that both referre to some kind of pseudo median but it seems to be the same for both the confidence interval and the samplle estim

Re: [R] Superscript in legend without using expression function

2015-02-08 Thread Gabor Grothendieck
On Sat, Feb 7, 2015 at 4:57 PM, jgui001 wrote: > I am plotting three sets of data on a single graph, and doing around 100+ > graphs. > I can use the expression function to superscript the 2 but that seems to > force me to manually put in the R squared values. Is there away around this? > > This co

Re: [R] Package build help

2015-02-08 Thread Duncan Murdoch
On 08/02/2015 4:06 PM, Glenn Schultz wrote: > Hello All, > > I am in the final stages of building my first package "BondLab" and the check > throughs the following warning. I think this is namespace thing. I have not > done anything with the namespace at this point. I am turning my attention

[R] Package build help

2015-02-08 Thread Glenn Schultz
Hello All, I am in the final stages of building my first package "BondLab" and the check throughs the following warning.  I think this is namespace thing.  I have not done anything with the namespace at this point.  I am turning my attention to the namespace now.  Am I correct this can be a ha

Re: [R] Unable to use `eval(parse(text))' in nlme::lme

2015-02-08 Thread Duncan Murdoch
On 08/02/2015 3:49 PM, Rolf Turner wrote: > On 09/02/15 06:46, Ravi Varadhan wrote: >> Hi, >> >> I would like to run lme() on a number of response variables in a >> dataframe in an automatic manner. Bu, when I use >> eval(parse(text=yname)) to denote the LHS of the formula in lme(), I >> get the f

Re: [R] Unable to use `eval(parse(text))' in nlme::lme

2015-02-08 Thread Rolf Turner
On 09/02/15 06:46, Ravi Varadhan wrote: Hi, I would like to run lme() on a number of response variables in a dataframe in an automatic manner. Bu, when I use eval(parse(text=yname)) to denote the LHS of the formula in lme(), I get the following error message: require(nlme) mod2 <- with

[R] Unable to use `eval(parse(text))' in nlme::lme

2015-02-08 Thread Ravi Varadhan
Hi, I would like to run lme() on a number of response variables in a dataframe in an automatic manner. Bu, when I use eval(parse(text=yname)) to denote the LHS of the formula in lme(), I get the following error message: > require(nlme) > mod2 <- with(subset(labdata2, Transplant_type!=0 &

Re: [R] how to draw paired mosaic plot?

2015-02-08 Thread meng
Many thanks. -- QQ: 1733768559 At 2015-02-08 23:01:09,"Michael Friendly" wrote: >You are looking for the pairs plot for table and other objects in the >vcd package: > > ?vcd::pairs.table > >It allows you to use various panel functions for the diagonal and >off-diagonal plots > >On 2/7

Re: [R] how to draw paired mosaic plot?

2015-02-08 Thread Michael Friendly
You are looking for the pairs plot for table and other objects in the vcd package: ?vcd::pairs.table It allows you to use various panel functions for the diagonal and off-diagonal plots On 2/7/2015 9:50 AM, meng wrote: If there are many character variables,and I want to get the mosaic plot