search for: maiz

Displaying 20 results from an estimated 22 matches for "maiz".

Did you mean: mail
2013 Apr 19
5
how to subtotal by rows
Dear R-users, I have a dataset as like below, and I want to subtotal the values of rice,wheat and maize by year for each fid. fid      year     rice     wheat      maize ------------------------------------------------ 1        1995      5        NA           NA 1        1995      NA        3           NA 1        1995      NA       NA           2 1        1996      4        NA           NA 1      ...
2000 Mar 29
1
A "stack" function
...e overlooked an existing way of doing this. Here is an example > library(Devore5) > data(ex10.09) > boxplot(ex10.09) > str(ex10.09) # show the structure `data.frame': 6 obs. of 4 variables: $ Wheat : num 5.2 4.5 6 6.1 6.7 5.8 $ Barley: num 6.5 8 6.1 7.5 5.9 5.6 $ Maize : num 5.8 4.7 6.4 4.9 6 5.2 $ Oats : num 8.3 6.1 7.8 7 5.5 7.2 > stack <- function(data) + data.frame(values = unlist(data), + lev = factor(rep(names(data), lapply(data, length)))) > stack(ex10.09) # try it on the example values lev Wheat1 5.2 Wheat Whe...
2009 Jun 16
4
Maize-Sampler Gui is only a white box
can somebody help me run this app? http://www.maizesoft.cn/msp/en/download.htm when i start the app the GUI is only a white box with the menu, but no things in it. can somebody help? there are a lot o messages like this in konsole: fixme:gdiplus:GdipDrawImagePointRectI (0x292a2b8, 0x136210, 0, 0, 0, 0, 63, 19, 2): stub fixme:gdiplus:GdipDrawIma...
2012 Jun 26
2
MuMIn - assessing variable importance following model averaging, z-stats/p-values or CI?
...used to assess the 'significance'/importance of variables when model averaging? Heres the example code of what I'm doing.... #-------------------------------------------------------------------------------------# ps<-lmer(tranPS~( Sex+ Age.Cat2+ TOTAL+ Propfarm+ Maize+ TOTAL:Propfarm+ Maize:TOTAL+ Maize:Propfarm+ (1|Socialgroup)+(1|Year)+(1|Tattoo)),REML=FALSE, data=propspec) pss<-standardize(ps,standardize.y = FALSE) psdrg<-dredge(pss) summary(model.avg(get.models(psdrg,subset=delta<2))) #--------------------------------------------...
2006 Dec 28
1
split-plot multiple comparisons
...rep(c(rep("P3747",4),rep("P3732",4),rep("Mol17",4),rep("A632",4),rep("LH74",4)),2)) bloque<-factor(c(rep("I",20),rep("II",20))) nitrogeno<-factor(rep(c("0","70","140","210"),10)) maiz<-data.frame(yield,hibrido,bloque,nitrogeno) names(maiz)<-c("yield","hibrido","bloque","nitrogeno") options(contrasts=c("contr.helmert","contr.poly")) I fit the model maiz.aov<-aov(yield~hibrido+nitrogeno+nitrogeno*hibrido+Error...
2012 Sep 13
6
[newbie] aggregating table() results and simplifying code with loop
...is composed of 23k rows, each one representing a point in the space of which we know the land cover over 10 years (column y01 to y10). I need to analyse it with a temporal sliding window of 5 years (y01 to y05, y02 to y06 and so forth) For each period I'm looking for specific sequences (e.g., Maize, -noMaize, -noMaize, -noMaize, -noMaize) to calculate the "return time" of principal land covers: barley (2BC), colza (2Co), maize (2Ma), etc. I define the "return time" as the presence of a given land cover according to a given sequence. Hence, each return time could require t...
2007 May 10
3
[LLVMdev] T-Shirts: Last Call
...here pocket usually goes). The embroidered logo will be a maroon (deep red) color. You can order the shirt in one of the following colors (use the link to see the shirt in that color), but remember that the maroon logo might not look good in all these colors. Birch, Black, Gold, Jade, Kelly Green, Maize, Navy, Purple, Putty, Sports Grey, Royal Blue, White I have orders for the following people. The size ordered is as noted below. The default color is "sports grey" which will look good with the maroon logo. If you want grey and the size is correct, you needn't do anything. If not,...
2010 Nov 23
2
factorial ANOVA for block/split-plot design
Dear R Help - I am analyzing data from an ecological experiment and am having problems with the ANOVA functions I've tried thus far. The experiment consists of a blocked/split-plot design, with plant biomass as the response. The following is an overview of the treatments applied (nitrogen addition, phosphorus addition, and seeded/not seeded) and at what level (block, main-plot, and sub-plot):
2011 Jan 09
2
Post hoc analysis for ANOVA with repeated measures
Dear all, how can I perform a post hoc analysis for ANOVA with repeated measures (in presence of a balanced design)? I am not able to find a good example over internet in R...is there among you someone so kind to give me an hint with a R example please? For example, the aov result of my analysis says that there is a statistical difference between stimuli (there are 7 different stimuli). ...I
2008 May 28
2
Tukey HSD (or other post hoc tests) following repeated measures ANOVA
...called WMU3C. The model is > RT.aov <- aov(RT~Cond + Error(Subj/Cond), WMU3C) I understand that TukeyHSD only works with an aov object, but that RT.aov is an aovlist object. > class(RT.aov) [1] "aovlist" "listof" I've tried to work around it using the "maiz" example in the MMC documentation of the HH package (a solution previously recommended), but I couldn't get it to work: My best shot was to calculate another aov avoiding the error term (I don't see how this could be a feasible approach, but that's how I understood the MMC exam...
2007 Jun 12
1
Post-hoc tests for interactions of between- and within-subject factors
Is there a standardized way in R to perform post-hoc comparisons for main adn interaction effects of between- and within-subject factors? For instance, I have a data set of performance of adults of different age groups (20-30, 60-70,70-80) performing a WM task (n-back, with n=1,2,3,4) in two different conditions (while sitting or walking). The corresponding ANOVA produces the following output
2009 Nov 20
1
Help with multiple comparisons on a 2-way repeated measures ANOVA
Hi everyone, I'm trying to do a 2-way repeated measures ANOVA with data that looks like this: subject block rep day light response 1 1 1 one L1 5.5 2 1 2 one L1 4.5 3 1 1 one L2 4 4 1 2 one L2 5.1 5 2 1 one L1 5.3 6 2 2 one L1
2009 Dec 19
2
simple main effect.
Hi, I'm a bit new to R and I would like to know how can I compare simple main effects when using the aov function. I'm doing a mixed model ANOVA with two between subjects variables and one within. When I get an interaction of two of the variables I don't know how to check for simple main effect of that interaction (A at B1 and A at B2 for example). The aov function is very simple but
2007 Jun 28
2
TukeyHSD
Hello everyone, So I ran an anova with aov and then I want to run post-hoc comparisons but keep receiving this message : > no applicable method for "TukeyHSD" Here is my code: > d<-read.table("d.txt") > d > Obs subj Hand Gaze RT > 1 1 s1 1 1 401.4 > 2 2 s2 1 1 363.3...... > summary(ano <-
2010 Feb 17
2
Split Plot and Tukey
Hi, I did the analysis of variance of a split-plot and the effect of treatment was significant. I would like compare treatment means using Tukey. I can't extract the mean square to apply HSD.test to use in agricolae package. anava = aov(ganhos ~ Blocos + Trat*Supl + Error(Blocos/Trat)) names(anava) summary(anava) require(agricolae) HSD.test(ganhos, Trat, df, MSerror, alpha = 0.05)
2007 Jan 09
2
posthoc tests with ANCOVA
dear all, I want to perform a posthoc test for my ANCOVA: a1<-aov(seeds~treatment*length) With summary(glht(a1, linfct = mcp(treatment = "Tukey"))) R tells me: "covariate interactions found -- please choose appropriate contrast" How do I build these contrasts? Ideally, I would like to have the posthoc test for the ANCOVA including a block-effect
2010 Jun 01
1
using the design matrix to correctly configure contrasts
Esteemed R-forum subscribers, I'm having a tough time configuring contrasts for my 3-way ANOVA. In short: I don't know how to configure (all) my contrasts correctly in order to specify (all) my comparisons of interest. I succeeded getting my contrasts of interest set up for a simpler 2-way ANOVA based on the fairly intuitive logic of the design col.names. But i'm not able to
2008 Jan 11
3
systems hang when accessing parts of the OCFS2 file system
...4096 30-Nov-2007 14:27 .. 25447961 drwx------ 2 2522 2004 4096 1-Aug-2007 12:06 .ssh 25447963 -rw-r--r-- 1 2522 2004 3814 1-Aug-2007 17:04 addgi_new3.pl 25447964 -rw-r--r-- 1 0 0 0 1-Aug-2007 17:05 allmaize.out 25447965 -rw------- 1 2522 2004 1741 15-Aug-2007 11:13 .viminfo 25447966 drwxr-xr-x 3 2522 2004 4096 4-Sep-2007 12:07 .mcop 25447970 drwxr-xr-x 2 2522 2004 4096 4-Sep-2007 15:43 forUNIGENE 2544797...
2008 Jan 11
3
systems hang when accessing parts of the OCFS2 file system
...4096 30-Nov-2007 14:27 .. 25447961 drwx------ 2 2522 2004 4096 1-Aug-2007 12:06 .ssh 25447963 -rw-r--r-- 1 2522 2004 3814 1-Aug-2007 17:04 addgi_new3.pl 25447964 -rw-r--r-- 1 0 0 0 1-Aug-2007 17:05 allmaize.out 25447965 -rw------- 1 2522 2004 1741 15-Aug-2007 11:13 .viminfo 25447966 drwxr-xr-x 3 2522 2004 4096 4-Sep-2007 12:07 .mcop 25447970 drwxr-xr-x 2 2522 2004 4096 4-Sep-2007 15:43 forUNIGENE 2544797...
2018 Aug 19
0
The House of .... BETHESDAY ... and stripping in a Fishbowl. #nipoolsoparmleg
...direction. ARMY/LEGACY <http://bethesday.gq/lists/lt.php?id=YUgNBAFcGAFQXR1QWlQKVF0F> *K'awiil*, in the Post-Classic codices corresponding to *God K*, is a Maya <http://bethesday.gq/lists/lt.php?id=YUgCBANUGAFQXR1QWlQKVF0F> deity identified with lightning, serpents, fertility and maize. He is characterized by a zoomorphic head, with large eyes, long, upturned snout and attenuated serpent tooth.[1] A torch, stone celt, or cigar, normally emitting smoke, comes out of his forehead, while a serpent leg represents a lightning bolt. In this way, K'awiil personifies the lightning a...