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
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
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
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
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
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
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
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
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
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
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 &
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
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
13 matches
Mail list logo