similar to: Help with lme for split plot

Displaying 20 results from an estimated 1000 matches similar to: "Help with lme for split plot"

2008 Oct 29
2
call works with gee and yags, but not geepack
I have included data at the bottom of this email. It can be read in by highlighting the data and then using this command: dat <- read.table("clipboard", header = TRUE,sep="\t") I can obtain solutions with both of these: library(gee) fit.gee<-gee(score ~ chem + time, id=id, family=gaussian,corstr="exchangeable",data=dat) and library(yags) fit.yags <-
2010 Jul 20
1
logistic regression with repeated measures for species-habitat associations
Hi, I have three years of species presence/absence data for a set of ~100 ponds, with a list of associated habitat characteristics (park, vegetation, hydroperiod, etc.). The datasets differ slightly by year because some ponds were dry in some years and not in others. My goal is to look at habitat associations for a couple focal species. For each year, I have a data table that looks like
2012 Nov 12
2
order in stacked barplot
Hello i did a stacked barplot using ggplot and R arranged the bars of the items in different orders. i don?t know why. but i want to have the same order in every stacked bar. I used the code data1 <- read.table("N_O_W_MAI.txt", header=TRUE, dec = ",") attach(data1) Teich1<-factor(Teich,levels=c(5,7,9,11,"G") ,ordered=is.ordered(Teich))
2009 Jul 30
0
temporal and spatial pseudorreplication with lmer
Dear all, I am trying to fit a generalized linear mixed model to deal with both temporal and spatial pseudorreplication. I have repeated seasonal measurements (3 seasons during 3 years and 2 season during the last year, factor named percod, with 11 levels) of a bird presence/absence (pres.f) on 14 artificial ponds (charca.f). The ponds are integrated in 4 greater spatial units (zepa). I have
2002 Jul 30
1
Ping is fine, cannot connect through Network Neighborhood
I am running Red Hat 7.3 and samba 2.2.3a I can see the samba server in network neighborhood however when I try to connect I receive the following error: \\Puddles is not accessible A network error has occurred. You might not have access to some network resources my smb.conf file is as follows: [global] workgroup = POND encrypt passwords = yes security = SHARE [homes] guest OK =
2009 May 29
1
data manipulation involving aggregate
hi all, I often have a data frame like this example data.frame(sq=c(1,1,1,2,2,3,3,3,3),area=c(1,2,3,1,2,3,1,2,3),habitat=c("garden","garden","pond","field","garden","river","garden","field","field")) for each "sq" I have multiple "habitat"s each with an associated "area". I
2017 Jun 07
0
Time series axis breaks
I hope this is the appropriate list for this type of question Consider the dataset below:I have a column DOC with values from 3 to 101and those are the values that I want to show on my x axis, howeverI only get 3, 3.1, 3.2 and so on. I tried to change those values with xlim(3, 101) but I getthe following error:Error in unit(x, default.units) : 'x' and 'units' must have length >
2017 Jun 08
0
time series x axis labels
I hope this is the appropriate list for this type of question Consider the dataset below:I have a column DOC with values from 3 to 101and those are the values that I want to show on my x axis, howeverI only get 3, 3.1, 3.2 and so on. I tried to change those values with xlim(3, 101) but I getthe following error:Error in unit(x, default.units) : 'x' and 'units' must have length >
2002 Jul 29
0
Network neighborhood does not connect to samba server
I am running Red Hat 7.3 and samba 2.2.3a I can see the samba server in network neighborhood however when I try to connect I receive the following error: _ my smb.conf file is as follows: [global] workgroup = POND encrypt passwords = yes security = SHARE [homes] guest OK = yes read only = no path = / [AllFiles] path = / read only = no Testparm yields no errors I have
2008 Apr 25
1
replace-in-place: cannot replace, device is busy
Say I have a raidz of 3 disks: ad4 ad6 ad8 I want to tell zfs that I am pulling ad4 and replacing it with a new disk on the same controller, but I can''t get it to release its hold on ad4. [0138][root at ztest:/home/matt]# zpool offline pond ad4 Bringing device ad4 offline [0140][root at ztest:/home/matt]# zpool replace pond ad4 cannot replace ad4 with ad4: ad4 is busy
2008 Jul 30
1
Gem::RemoteFetcher::FetchError
E:\ruby\bin>gem update watir Updating installed gems... ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) A connection attempt failed because the connected party did not properly res pond after a period of time, or established connection failed because connected host has failed to respond. - connect(2)(Errno::ETIMEDOUT) E:\ruby\bin>gem update --system Updating RubyGems...
2008 Nov 12
3
Fitting data to a sigmoidal curve
Hi- I'm a biologist trying to figure out the growth rate of salamanders in different ponds. I collected individuals from various populations at different dates, and using the size and date collected, I want to figure out the growth curve of each population. My question is: How do I fit my data to a Gompertz function in R? Thank you so much! Sarah -- View this message in context:
2011 Nov 10
4
Error in Summary.factor(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 4L, : max not meaningful for factors
Hello, Beginner, sorry if this is wasting anyone's time, but have been working on this for a couple of days now, think it should have take a few hours! The Problem: Error in Summary.factor(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 4L, : max not meaningful for factors I have tried to re-arrange and check formula. I am working in SIAR, and cannot get model1 to run because of the error
2012 Jan 31
1
Selecting contiguous, irregularly-shaped sets of values from arrays
All, I am attempting to select all of the contiguous elements of a matrix that meet some criterion. I.e., values that would be contained within an irregular area defined by a "contour" applied around point of interest. So, if I have a matrix x as follows: > x <- matrix(rnorm(25), nrow=5, ncol=5,
2010 Jun 21
1
Contrast interaction effects in lmer object for reciprocal transplant experiment
Dear All: I am using lmer() {lme4} to analyze results from a reciprocal transplant experiment where the response variable is modeled as a function of two fixed effects and their interaction. Example data follow: #library(lme4) #library(gmodels)
2002 Jun 21
1
Rgui 1.5.1 crashes constantly with the following script
I am not sure if something is wrong with my programming or is a bug of chron or something else. In the following script, db is a large dataframe (dim(db)=c(60698,14)), then I select a very small part for a specific date and compute some basic statistics. date.base is a chron object foo<-function(db,date.base){ date.base<-as.numeric(date.base) #convert to number
2006 Aug 04
0
Hard break broken in 3.0.4?
Is :hard_break working in RedCloth 3.0.4? $ ruby -v ruby 1.8.4 (2005-12-24) [i686-linux] $ pwd /lib/ruby/gems/1.8/gems/RedCloth-3.0.4/lib $ irb irb(main):001:0> require ''redcloth'' => true irb(main):002:0> rc = RedCloth.new("h1. Heading\n\n_Not_ heading.") => "h1. Heading\n\n_Not_ heading." irb(main):003:0>
2016 Jan 18
0
tinc running openwrt (mikrotik metarouter mips)
Hi Yazeed, it depends on your arch. This is really OpenWRT specific. Try to search OpenWRT Wiki. E.g. you can use http://forum.mikrotik.com/viewtopic.php?p=414386#p414386 Greetings Marek Dr?pal Byl 18.leden 2016 (Pond?l?), kdy? v 13:42:46 (CET) , Yazeed Fataar napsal(a): > Hi Mark > > Im trying to run this as a metarouter instance in mikrotik. Which build should > I use that
2009 Jul 04
3
scaffolding
hi , i used the folllwing command to scaffold, G:\my\webblog>ruby script/generate scaffold webblog id:integer title:string body :text created_at:datetime after when i migrate with the follwing command rake db:migrate i got the error as (in G:/my/webblog) == 1 CreateWebblogs: migrating ================================================ -- create_table(:webblogs) rake aborted! Mysql::Error:
2012 Mar 28
3
Urgent - I really need some help lme4 model avg Estimates
Hello all, If someone could take a little time to help me then I would be very grateful. I studied piping plovers last summer. I watched each chick within a brood for 5 minutes and recorded behaviour, habitat use and foraging rate. There were two Sites, the first with 4 broods and the second with 3 broods. http://r.789695.n4.nabble.com/file/n4511178/Table_PP_Maslo_et_al.png As the data within a