Displaying 20 results from an estimated 100 matches similar to: "bwplot questions: box order, axis breaks, and multiple y-axis labels"
2010 Sep 27
2
subtraction based on two groups in a dataframe
Hello
I have a data set like below:
plate.id well.id Group HYB rlt1
1 P1 A1 Control SKOV3hyb 0.190
2 P1 A2 Control SKOV3hyb 0.210
3 P1 A3 Control SKOV3hyb 0.205
4 P1 A4 Control SKOV3hyb 0.206
5 P1 A5 Control SKOV3hyb 0.184
385 P1 A1 ovca SKOV3hyb 0.184
386 P1 A2 ovca SKOV3hyb 0.229
387
2013 Apr 18
1
Arranging two different types of ggplot2 plots with axes lined up
Hi all,
I want to arrange two ggplot2 plots on the same page with their x-axes
lined up - even though one is a boxplot and the other is a line plot. Is
there a simple way to do this? I know I could do this using facetting if
they were both the same type of plot (for example, if they were both
boxplots), but I haven't been able to figure it out for two different types
of plots.
Below is my
2008 Sep 22
1
lme problems
Hi,
I'm analysing a dataset in which the same 5 subjects (male.pair) were subjected to two treatments (treatment) and were measured for 12 successive days within each treatment (layingday). Overall 5*2*12=120 observations.
I want to test the effect of treatment, time (layingday) and their interaction. I have done so through the ANOVA below:
>
2010 Apr 02
6
L2ARC & Workingset Size
Hi all
I ran a workload that reads & writes within 10 files each file is 256M, ie,
(10 * 256M = 2.5GB total Dataset Size).
I have set the ARC max size to 1 GB on etc/system file
In the worse case, let us assume that the whole dataset is hot, meaning my
workingset size= 2.5GB
My SSD flash size = 8GB and being used for L2ARC
No slog is used in the pool
My File system record size = 8K ,
2008 Aug 17
0
Error fitting overdispersed logistic regression: package dispmod
Hi all,
First, a quick thank you for R; it's amazing.
I am trying to fit models for a count dataset following the overdispersed logisitic regression approach outlined in Baggerly et al. (BMC Bioinformatics, 5:144; Annotated R code is given at the end of the paper) but R is returning an error with the data below. Any help in understanding or overcoming this obstacle is appreciated.
2006 Nov 09
1
Discriminant Analysis- Apparent error rate
R-help,
I'm trying to evaluate the misclasification rate
of an estimated discrimated function (hyDA)
hyDA <- with(hyB, lda(Maturity ~ Length + Weight))
, so here is what I do (code from S-plus 6.1
Guide to Statistics Vol. 2 p 101)
test <- predict(hyDA)
tbl <- table(hyB$Maturity, test$class)
tbl <- tbl[-2,-2]
tbl1 <- cbind(tbl, error = (apply(tbl, 1, sum) - diag(tbl)) /
2004 Apr 14
1
ACD Functionality
I have a couple of real quick questions for ya'll. I am trying to setup
* in a test scenario to emulate my company's 20 agent ACD.
1) First, I am curious if anyone has any configs that they can throw up
on the wiki or just send via e-mail. I have a bit of it pieced together
and am able to make some very basic queued calls, but I am sure that
there are much smarter people out there
2017 Sep 28
2
[Bug 103033] New: nouveau can't start my discrete nvidia card (BIOS / ACPI error)
https://bugs.freedesktop.org/show_bug.cgi?id=103033
Bug ID: 103033
Summary: nouveau can't start my discrete nvidia card (BIOS /
ACPI error)
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component:
2009 Nov 09
1
Getting Sphericity Tests for Within Subject Repeated Measure Anova (using "car" package) (Adjusted Dataset)
[corrected dataset below]
Hello everyone,
I am trying to do within subjects repeated measures anova followed by the
test of sphericity (sample dataset below).
I am able to get either mixed model or linear model anova and TukeyHSD, but
have no luck with Repeated-Measures Assuming Sphericity or Separate
Sphericity Tests.
I am trying to follow example from "car" package, but it seems
2002 Jul 10
2
incorrect URL (PR#1764)
Hi -
a tiny bug report:
the list of mirror sites given at www.r-project.org/
mentions
http://cran.mirror.aarnet.edu.au/
This domain does not exist (well, from Western Australia
netscape says the domain doesn't exist) but I found
the mirror at
http://mirror.aarnet.edu.au/pub/CRAN/
regards
Adrian Baddeley
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2002 Jul 10
2
incorrect URL (PR#1764)
Hi -
a tiny bug report:
the list of mirror sites given at www.r-project.org/
mentions
http://cran.mirror.aarnet.edu.au/
This domain does not exist (well, from Western Australia
netscape says the domain doesn't exist) but I found
the mirror at
http://mirror.aarnet.edu.au/pub/CRAN/
regards
Adrian Baddeley
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2002 Oct 25
2
functions
Hello,
I am a newbie in R,
I just did my first function, which works!!! And I would like to know, if I
can create a directory in the library with my functions, in a way, which I
could call that like we call the packages ?
Can anyone help me?
Thanks in advance
Marta
><((((?>`?.??.???`?.?.???`?...?><((((?>`?.??.???`?.?.???`?...?><((((?>
2006 Nov 17
1
gjournal on 6.x wont build
Hi all,
I was intending on trying out gjournal on a new disk i've added in my
desktop. I had a look to see what the most recent patch provided by
Pawel and found
http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch
I created the directories as per Pawel's original post
(http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html)
and the patch succeeded with no failed
2001 Dec 09
8
Different average bitrates on different machines
I am using OggEnc v0.8 (libvorbis rc2) (win32 cli)
I have access to two machines
Pentium 3 450mhz, 192mb, Windows 2000 (SP2)
Athlon 1400mhz, 256mb, Windows 2000 (SP2)
When I encode the same wave file on each machine at the same nominal
bitrate (96kbps), I get output files with different average bitrates.
107kbps on the Athlon, as opposed to 84kbps on the Pentium 3.
Anyone
2001 Dec 09
8
Different average bitrates on different machines
I am using OggEnc v0.8 (libvorbis rc2) (win32 cli)
I have access to two machines
Pentium 3 450mhz, 192mb, Windows 2000 (SP2)
Athlon 1400mhz, 256mb, Windows 2000 (SP2)
When I encode the same wave file on each machine at the same nominal
bitrate (96kbps), I get output files with different average bitrates.
107kbps on the Athlon, as opposed to 84kbps on the Pentium 3.
Anyone
2012 Oct 20
4
Error in integrate(integrand, 0, Inf) : non-finite function value
Dear R users,
When I run the code below, I get the error "Error in integrate(integrand, 0,
Inf) : non-finite function value". The code works if the function returns
only "sum(integ)". However, I want to add "cmh" to it. When I add "cmh" I
get that error. I can't figure out why this is happening because my
integrate function has nothing to do with
2010 Dec 18
1
how to use expression as function arguements?
Hi all,
#####################################
integ=function(f,n){
# computes vector y = f(x)
x=runif(10000)
y=f
hatI=mean(y)
hatI
}
# example of use
integ(x^2+x+100,100)
#####################################
it returns an error says no obj 'x'
how do I 'tell' R to treat 'f' as an input expression?
Thanks.
casper
--
View this message in context:
2012 Jun 22
4
Uniroot error message with in intergration
Dear all
I am trying to calculate the value of n using uniroot. Here is the message
I am having:
<<<
Error in uniroot(integ, lower = 0, upper = 1000, n) :
'interval' must be a vector of length 2 >>>
Please would you be able to give me an indication on why I am having this
error message.
Many thanks
EXAMPLE BELOW:
## t = statistics test from t -distribution
2012 Oct 19
2
likelihood function involving integration, error in nlm
Dear R users,
I am trying to find the mle that involves integration.
I am using the following code and get an error when I use the nlm function
d<-matrix(c(1,1,0,0,0,0,0,0,2,1,0,0,1,1,0,1,2,2,1,0),nrow=10,ncol=2)
h<-matrix(runif(20,0,1),10)
integ<-matrix(c(0),nrow=10, ncol=2)
ll<-function(p){
for (k in 1:2){
for(s in 1:10){
integrand<-function(x)
2003 Feb 12
0
3.0 alpha22 strange running
Hello all
I've just installed samba 3.0 alpha from cvs,
on a red hat 8.0 linux station, and I have
some strange behavior when I start the samba daemons :
First there is no success / failure indication
[root@linux-integ francois]# /etc/rc.d/init.d/smb start
Starting SMB services:
Starting NMB services:
But the daemons seem to be running :
[root@linux-integ francois]# netstat -a
...
tcp