search for: sitetypes

Displaying 4 results from an estimated 4 matches for "sitetypes".

Did you mean: sitetype
2012 Oct 24
1
randomly select another observation with same grouping factor and year value, do for every record in dataframe
Hello, I am trying to create a function that will move through each record of a data frame, find the value in the "HUC" column, then randomly select another observation from the dataframe with the same value in "HUC" column, as well as the same value in "Yr" column as the first observation. I want the function to produce a list of the RchID of the first observation,
2012 Dec 06
2
lme4 glmer general help wanted - code included
...) on both sampling times (1-2),# I figure that 'replicate' should be treated as nested within 'site' and that both should be treated as random factors? # First question: Is there is difference in abundance between sites?# Second question: Is there is difference in abundance between sitetypes (blue or yellow)? #If my 'initial remarks' statement is correct (please tell me if not), then I think a generalized linear mixed model is appropriate and would be something along these lines: # Fitting the model: require(lme4) glmm1=glmer(abundance~time+sitetype+(1|site/replicate),fami...
2011 Jul 21
0
Survdiff for multiple comparisons
Hello all- I am doing a survival analysis for two species of invasive plants I outplanted to edges and interiors of island and mainland sites in a local reservoir. I am using the KM estimate and had no problem doing survdiff for my data using the following code: S4<-Surv(outplant$SurvTime, outplant$StatusD6) diff4=survdiff(S4 ~ outplant$Species+outplant$SiteType+outplant$EdgInt) diff4
2006 Jan 23
0
form_remote_tag and Safari (HELP!)
<%= form_remote_tag :url => { :action => ''list_setups'' }, :loading => "Element.update(''setupslist_display'',''''); Element.show(''setupslist_progress'')", :loaded => "Element.hide(''setupslist_progress'')", :update => ''setupslist_display'',