search for: epiphyt

Displaying 8 results from an estimated 8 matches for "epiphyt".

Did you mean: epiphyte
2011 Sep 22
1
(sin asunto)
hello, I want to  know as mortality in different families of epiphytes after selective logging in the forest I want to make a survival analysis with left and right censored data.  My study begins in 2004 but I have many individuals who enter the study in 2007 I have tried this:                     surara<-survfit(Surv(fecha,estado)~categoria) fecha= time estado...
2016 Apr 15
1
Heteroscedasticity in a percent-cover dataset
Hi, I am currently trying to do a GLMM on a dataset with percent cover of seagrass (dep. var) and a suite of explanatory variables including algal (AC) and epiphyte cover (EC), rainfall, temperature and sunshine hours. M2=glmer(SG~AC+EC+TP+SS+RF+(1|Location/fSi/fTr), family=binomial,data=data,nAGQ=1) As the dependent variable is percent cover, I used a binomial error structure. I also have a random effect due to nested of the data collection strategy. Howev...
2008 Jan 15
1
error in my selection
...gt; > x3_reg1 <- x3[x3$Region == "JELA_reg1",]> > ma1 <- ftable(xtabs(Total ~ uniqueID + cat3_name, data=x3_reg1))> ma1 cat3_name Anthropogenic Asteraceae - herb Bare ground Canopy tree Coarse woody debris Cypress knees Emergent aquatic Epiphyte Floating aquatics Grasses Herbs Ilex Midstory tree Palm Sapium sebiferum Sedge Shrub Terrestrial herb Vine WateruniqueID...
2006 Apr 07
0
how to display a tree?
Hi there, How could I display a tree from a nested set? I tried with live_tree(http://www.epiphyte.ca/code/live_tree.html) which is really fine but maybe too much ''powerful'' for my needs as my data set is quite small and not so deeply nested. Also it seems quite hard to get something like link_to_remote.. Thanks in advance! Ettore
2006 Apr 08
1
control for acts_as_tree structure
Hi, I am looking for a good javascript control to display an acts_as_tree structure. Has anyone had good luck with an existing one or would it be better to roll my own? Thanks, Dan
2006 Mar 12
3
Displaying a Tree
Hi, Just a request for comments and ideas really. I need to display a Tree so that users can easily navigate to and from the various branches. I''m not really sure how best to do this, so I thought I''d ask here in case anyone had any ideas... Thanks in advance! -- Posted via http://www.ruby-forum.com/.
2006 Feb 23
1
Anyone done a "File Browser"? Like a free StrongSpace?
Hey all, Does anyone know of an existing project that acts as a file broswer for files/directories on the server. I need to implement something for my students to be able to access their unix home drives on our server via the web. It doesn''t sound that hard to do the actual file listing and accessing in ruby. Authenticating the users could be tricky (PAM?). It could be done, but
2006 Jun 17
5
Having trouble listing tiers of categories
I have categories and sub-categories in a table called "categories". Every row has a "parent" field to note if the entry is the sub-category of another (never goes deeper than 1 level). So there might be something like this: id | name | parent 1 Dog 0 2 Pug 1 3 Siamese 5 4 Shih Tzu 1 5 Cat 0 6 Wiener Dog 1 7 Persian