Displaying 20 results from an estimated 80 matches similar to: "ANCOVA with defined error terms"
2010 Mar 12
1
simple plot in ggplot2, wrong error bars
I was wondering if anyone could help me with this, simple problem.
I am essentially following the example on Hadley's webpage
(http://had.co.nz/ggplot2/geom_errorbar.html), but it still doesn't make any
sense to me.
df <- data.frame(trt = factor(c("intact", "intact", "removed", "removed")),
coon = c(0.093, 0.06, 0.057, 0.09), group =
2008 Jul 19
1
wroung groupedData despite reading Bates and Pinheiro 3 times
Hi everyone. I am trying to add a formula to my data using the groupedData
function.
My experiment consists of randomized block design using fruits, vegetation
and time as factors. The idea is to see if fruits, vegetation and time
explain the abundance of mice. I am using tree density as a covariate.
So I tried to fit the following structure to my data.
>
2008 Jul 06
1
What is my replication unit? Lmer for binary longitudinal data with blocks and two treaments.
First I would like to say thank you for taking the time to read it.Here is my
problem.
I am running a lmer analysis for binary longitudinal (repeated measures)
data.
Basically, I manipulated fruits and vegetation to two levels each(present
and absent) and I am trying to access how these factors affect mice foraging
behavior. The design consist of 12 plots, divided in 3 blocks. So each
block
2008 Jul 11
0
GroupedData for three way randomized block. LME
I am trying to fit a formula to my data, but I just can't find the right way
to do it.
My experiment consists of manipulating FRUITS and VEGETATION to two levels
each(intact or removed) on 12 experimental plots.
This leaves me with 4 treatment combinations
Fruit intact Vegetation removed
Fruit int. Veget int.
Fruit rem. Veget rem.
Fruit rem. Veget. intac
those treatements are distributed
2011 Jul 26
0
using subset command in glm and glm coefficients output
I am a graduate student who's just starting to use more advanced
statistics and is completely new to R. ?I'm looking for whether
parasite prevalence varies with region. ?I'd like to try using just a
subset of the data defined by one these covariates, sex, looking at
data only from adults, without using it as a covariate in the
analyses. ?I tried using subset=sex=='A' in the
2010 Jul 28
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
Hello,
I'm using gold linker now to see if there can be any performance gain. Also
using latest gcc version (4.4.4) and latest binutils.
But when I'm compiling llvm-gcc, I'm getting this error.
/home/jal/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc/xgcc
-B/home/jal/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc/
-B/usr/local/arm-v7a8-linux-gnueabi/bin/
2009 Oct 30
1
[LLVMdev] LLVM Users in the Twin Cities?
Kenneth had a good idea trying to organize local LLVM user chapters.
Anyone else in the Twin Cities hacking on LLVM? I'd love to get together
sometime.
-Dave
2003 Nov 13
3
an unwanted chroot() call
Hello,
I am trying to run rsync under my own userid on a high-numbered port.
The problem is that, when I use the --daemon option, I get an error
saying that a chroot() call failed.
My config file does *not* have any chroot call in it.
How can I avoid a chroot() invocation when running as a normal non-root
user?
Thanks in advance for any advice!
--
Daniel Ortmann, LSI Logic, 3425 40th Av NW,
2011 Jul 28
2
Animated gif or something similar in R?
I'm have a (minor) problem and a question.
Problem: The following code creates 5 clusters of dots of different
colors. However, I need the second call outside the data.frame call to
get the colors to change for some reason. I assume there's an error in
the data.frame() call, but I don't know what.
Question: Is there is a way to cause the resulting graphic to rotate on
it's
2011 Sep 07
2
rgl 'how-to's
Doing a visual graphic and trying to make it "pretty"
Here's simple chart to play with:
library(rgl)
dotframe<-data.frame(x=c(0,7,0,0,-7,0),y=c(0,0,7,0,0,-7),z=c(7,0,0,-7,0,0))
dotframe plot3d(dotframe$x,dotframe$y,dotframe$z, radius=3,
type='s',col=c('red','green','blue','purple','orange','gray'),
axes=FALSE, box=FALSE,
2007 Oct 05
1
Malformed/Missing URL error from cisco call manager
I've seen this question floating around, but yet to see any answers.
PLEASE let me know if anyone has figured this out. I've got a SIP trunk
between Cisco Call Manager 4.x (10.200.204.10) and Asterisk 1.4
(10.200.204.40). I'm trying to send calls from CM to Asterisk. It
appears Asterisk is sending info back that CM doesn't like. I keep
getting a SIP/2.0 400 Bad Request -
2017 Mar 26
2
Custom Authentication Plugin (passdb backend)
I'm looking to create a "passdb backend" plugin so that Samba can
authenticate with our existing custom authentication system. Though I
haven't been able to locate any documentation on this, I believe it's
possible (without modifying Samba proper) for the following reasons:
- This project exists (though isn't being maintained and doesn't work
with the current
2010 Jul 12
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
> ~/Desktop/Sanjeev/LLVM/llvm-2.7/Release/lib/libLLVMgold.so --eh-frame-hdr
> -melf_i386 -dynamic-linker /lib/ld-linux.so.2 /usr/lib/crt1.o
Ok, this way you're generating code for x86
> /usr/lib/crti.o
> /usr/local/lib/gcc/i686-pc-linux-gnu/4.2.0/crtbegin.o
> -L/usr/local/lib/gcc/i686-pc-linux-gnu/4.2.0 -L/usr/local/lib -lgcc
> --as-needed -lgcc_s --no-as-needed -lc -lgcc
2010 Jul 12
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
Sorry for not explaining well.
After compiling with g++-cross
g++-cross -c a.c
I do link using this command
/gold_binutils/build/gold/ld-new -plugin
~/Desktop/Sanjeev/LLVM/llvm-2.7/Release/lib/libLLVMgold.so --eh-frame-hdr
-melf_i386 -dynamic-linker /lib/ld-linux.so.2 /usr/lib/crt1.o
/usr/lib/crti.o
/usr/local/lib/gcc/i686-pc-linux-gnu/4.2.0/crtbegin.o
2017 Mar 26
0
Custom Authentication Plugin (passdb backend)
On Sat, 2017-03-25 at 19:30 -0700, Nick Coons via samba wrote:
> I'm looking to create a "passdb backend" plugin so that Samba can
> authenticate with our existing custom authentication system. Though
> I
> haven't been able to locate any documentation on this, I believe
> it's
> possible (without modifying Samba proper) for the following reasons:
>
2010 Jun 15
1
building 2.11.1 on solaris 10
Trying to get 2.11.1 built on a solaris 10 machine. This particular
machine I do not have root access so I have just created an area under
my home to use. I am currently having issues in the src/library area
most specifically with getting the datasets area built. Here is the
output form my most recent compile:
building package 'datasets'
all.R is unchanged
2019 Dec 16
4
[PATCH 0/2] Move ocaml-augeas copy to libguestfs repo
ocaml-augeas is used only by virtlibguestfs, so move it to this
repository, instead of having it around in the common submodule.
The removal from common will happen later.
Pino Toscano (2):
Bundle the ocaml-augeas library for use by libguestfs
build: switch embedded copy of ocaml-augeas
.gitignore | 1 +
3rdparty/ocaml-augeas/COPYING.LIB | 515
2011 Apr 18
0
[fdo] ANNOUNCE: Libre Graphics Meeting 2011 Montreal Needs Your Sponsorship, Presentations, and Registration
Please help us by spreading the word to your communities!
Blog post with attachments at http://ur1.ca/3vw3t
###
Help Keep LGM Free for Developers and Artists
Your contribution can help make Libre Graphics Meeting 2011 (LGM) a
success! All funds donated by the community to the LGM 2011 Pledgie
campaign go directly towards providing travel reimbursement to the
developers of free graphics
2003 Dec 01
0
No subject
... (port 138, setting options)...
[2001/07/10 20:11:23, 3] nmbd/nmbd.c:(541)
open_sockets: Broadcast sockets opened.
[2001/07/10 20:11:23, 2] lib/interface.c:(85)
added interface ip=141.43.132.161 bcast=141.43.132.191 nmask=255.255.255.192
[2001/07/10 20:11:23, 3] lib/util_sock.c:(832)
bind succeeded on port 137
... (port 138, setting options)...
[2001/07/10 20:11:23, 2]
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*