<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo">
    <title>gmane.comp.lang.r.phylo</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2094"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2093"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2092"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2091"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2090"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2089"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2088"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2087"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2086"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2085"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2084"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2083"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2082"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2081"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2079"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2078"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2077"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2076"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2075"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2074"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2094">
    <title>Re: length of attribute (names) when calculating independent contrasts</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2094</link>
    <description>&lt;pre&gt;Thanks emmanuel,

Got this:

 tree$node.label [1]  1  2  3  4  5  6  7  8  9 10&amp;gt; tree$Nnode[1] 9


Wonder how is that possible. So im sending how i generated the tree.
tree &amp;lt;- read.tree(text="
((((C.leiolepis:0.0168, C.nicterus:0.0099):0.0242
,C.sinebrachiatus:0.024):0.074
,(S.catimbau:0.0652,N.ablephara:0.0309):0.0648):0.0659

,((((P.erythrocercus:0.0235,P.tetradactylus:0.0259):0.0462
,V.rubricauda:0.124):0.0225
,M.maximiliani:0.0615):0.0828
,P.paeminosus:0.1093):0.0131);")

tree$node.label=c(1,2,3,4,5,6,7,8,9,10)
plot(tree,show.node.label=TRUE,use.edge.length=TRUE)


2012/5/24 Emmanuel Paradis &amp;lt;Emmanuel.Paradis-ysPYPCwjBSM&amp;lt; at &amp;gt;public.gmane.org&amp;gt;




&lt;/pre&gt;</description>
    <dc:creator>Agus Camacho</dc:creator>
    <dc:date>2012-05-25T17:29:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2093">
    <title>Re: length of attribute (names) when calculatingindependent contrasts</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2093</link>
    <description>&lt;pre&gt;Hi Agus,

It seems the problem comes when pic() tries to create names to the 
contrasts. Probably your tree has badly formatted node labels. What do 
the following commands return?

tree$node.label
tree$Nnode

Cheers,

Emmanuel

Agus Camacho wrote on 25/05/2012 01:58:

&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Paradis</dc:creator>
    <dc:date>2012-05-25T02:33:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2092">
    <title>length of attribute (names) when calculatingindependent contrasts</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2092</link>
    <description>&lt;pre&gt;Hi all,

When calculating independent contrasts of a variable, I get the following
message:

  el atributo 'names' [10] debe tener la misma longitud que el vector [9]
The attribute "names" [10] must have the same length than the vector[9]
(this was translated by me)

After checking the help on the command, i made the following

observations,
 &amp;gt; length(Weight)[1] 10&amp;gt; class(Weight)[1] "numeric"&amp;gt; tree$tip.label
[1] "C.leiolepis"      "C.nicterus"       "C.sinebrachiatus"
 [4] "S.catimbau"       "N.ablephara"      "P.erythrocercus"
 [7] "P.tetradactylus"  "V.rubricauda"     "M.maximiliani"
[10] "P.paeminosus"    &amp;gt; class(tree)[1] "phylo"

       0.9020000        0.7155556        0.5370526        0.5887500
     N.ablephara  P.erythrocercus  P.tetradactylus     V.rubricauda
       0.5460000        0.4127273        0.3970000        0.4725294
   M.maximiliani     P.paeminosus
       0.4833333        0.4677692



However, to me, everything seems to be right about the names and the
vector's length. Any hint?

Thanks to&lt;/pre&gt;</description>
    <dc:creator>Agus Camacho</dc:creator>
    <dc:date>2012-05-24T18:58:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2091">
    <title>Re: problem with fitcontinuos function</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2091</link>
    <description>&lt;pre&gt;Thanks to all for your fast answer, this list is amazing!

Graham's answer was perfectly satisfactory, once onnly that eliminated the
warning.

Thanks to all again.
Agus

2012/5/23 Graham Slater &amp;lt;gslater-xwz7R8GQi1g&amp;lt; at &amp;gt;public.gmane.org&amp;gt;



&lt;/pre&gt;</description>
    <dc:creator>Agus Camacho</dc:creator>
    <dc:date>2012-05-23T20:32:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2090">
    <title>Re: problem with fitcontinuos function</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2090</link>
    <description>&lt;pre&gt;Hello Agus,

I believe your problem will be solved if you set row names to the object
tp$temperature.

An example follows:
names(temperature)&amp;lt;-row.names(tp)

Please let me know if it worked.
Cheers, Renata


&lt;/pre&gt;</description>
    <dc:creator>Renata Brandt</dc:creator>
    <dc:date>2012-05-23T20:27:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2089">
    <title>Re: problem with fitcontinuos function</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2089</link>
    <description>&lt;pre&gt;Hi Agus - 

This might be a problem with node labels - try trimming them off of the tree and see if it works.

tree$node.label&amp;lt;-NULL


On May 23, 2012, at 1:16 PM, Agus Camacho wrote:


Luke Harmon
Assistant Professor
Biological Sciences
University of Idaho
208-885-0346
lukeh-Meo6Lv8EUjg3uPMLIKxrzw&amp;lt; at &amp;gt;public.gmane.org

&lt;/pre&gt;</description>
    <dc:creator>Luke Harmon</dc:creator>
    <dc:date>2012-05-23T20:23:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2088">
    <title>problem with fitcontinuos function</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2088</link>
    <description>&lt;pre&gt;Dear all,

fitcontinuous is giving me a warning generally related to non
correspondence between tree tips and data. However name.check and the tree
tips seems ok.

Anybody has a hint on this?

Thanks in advance.
Agus

Fitting  BM model:&amp;gt; tree
Phylogenetic tree with 11 tips and 10 internal nodes.

Tip labels:
C.leiolepis, C.nicterus, C.sinebrachiatus, S.catimbau, N.ablephara,
P.erythrocercus, ...
Node labels:
1, 2, 3, 4, 5, 6, ...

Rooted; includes branch lengths.



&lt;/pre&gt;</description>
    <dc:creator>Agus Camacho</dc:creator>
    <dc:date>2012-05-23T20:16:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2087">
    <title>General question about the impact of sampling bias incomparative and diversification analyses</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2087</link>
    <description>&lt;pre&gt;Dear all,

I have a 5-gene phylogenetic tree, dated, quite well resolved, including 50 species and covering 80~90% of the known diversity... I have also LASER diversification analyses and bayesian reconstruction of ancestral states for 5 characters , both taking into account the impact of sampling biases...

I evaluate now the adaptive significance of 5 characters  with ape/caper (using Pagel's test, GEE and pGLS) AND their impact of diversification (using the Yule model with covariates). My results makes perfectly sense in terms of biology but I am worrying about their their relevance.  Indeed, for 2 of my characters, I have only 50% of data... In another hand, the distribution of data is well balanced among lineages... and I would say that corresponding patterns of evolution inferred from Bayesian analyses are pretty clear... 

I now the Beast team is working on an implementation of a Bayesian model for correlation analysis, that takes into account uncertainties (and thus missing data). But it is not ready&lt;/pre&gt;</description>
    <dc:creator>Julien Lorion</dc:creator>
    <dc:date>2012-05-23T17:14:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2086">
    <title>Re: PIC or PGLS for genome-wide SNP screening</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2086</link>
    <description>&lt;pre&gt;Ted and Mattia,

For comparisons among models with the same parameters (such as OLS  
vs. PGLS), check out:

Vuong, Q. H. 1989. Likelihood ratio tests for model selection and non- 
nested hypotheses. Econometrica 57:307-333.
Clarke, K. A. 2007. A simple distribution-free test for nonnested  
model selection. Political Analysis 15:347-363.

I haven't tried these tests in this context, but they might be  
appropriate.

Cheers, Tony


On May 23, 2012, at 10:30 AM, Theodore Garland Jr wrote:


Anthony Ragnar Ives
Department of Zoology
UW-Madison
(608) 262-1519


[[alternative HTML version deleted]]

&lt;/pre&gt;</description>
    <dc:creator>Anthony R Ives</dc:creator>
    <dc:date>2012-05-23T15:45:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2085">
    <title>Re: PIC or PGLS for genome-wide SNP screening</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2085</link>
    <description>&lt;pre&gt;
If you have the same set of independent variables, then you just prefer the one (OLS or PGLS) with the higher likelihood.  So far as I am told by Joe Felsenstein, you cannot do a ln maximum likelihood ratio test because the number of parameters is the same, although this paper seems to suggest otherwise:
Mooers, A. O., S. M. Vamosi, and D. Schluter. 1999. Using phylogenies to test macroevolutionary hypotheses of trait evolution in cranes (Gruinae). American Naturalist 154:249-259.

For two models with the same set of independent variables, AIC does not add anything for you.

If you go to something like Regression with an OU process modeled for the residuals, then you do have an additional parameter being estimated and so you can do an ln maximum likelihood ratio test of that model versus OLS and versus PGLS.  For example, see:
Lavin, S. R., W. H. Karasov, A. R. Ives, K. M. Middleton, and T. Garland, Jr. 2008. Morphometrics of the avian small intestine, compared with non-flying mammals: A phylogenetic perspe&lt;/pre&gt;</description>
    <dc:creator>Theodore Garland Jr</dc:creator>
    <dc:date>2012-05-23T15:30:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2084">
    <title>PIC or PGLS for genome-wide SNP screening</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2084</link>
    <description>&lt;pre&gt;Dear all,

I am working on a data set composed of bacterial genomic sequences (a
few genes) associated to phenotypic values (in-vitro resistance to
antibiotics, a numerical value discretised into a binary class). Of
note, the bacterial isolates were sampled non-uniformly at different
times and locations, thus with a possible sampling bias. The data set
is ~1,000 variables and ~1,000 observations.

I have been applying several methods for developing a model to predict
antibiotic resistance from the single nucleotide polymorphisms (SNP)
extracted from a multiple alignment, applying classical statistical
learning and feature selection methods.
Eventually, I found that a logistic regression with main effects,
where the variables were selected first by a univariable chi-square
screening and then by AIC stepwise, was as good as other more complex
and non-linear methods (such as random forests) by comparing different
loss function (AUROC, specificity, sensitivity) distributions  upon
multiple cross-validation runs.&lt;/pre&gt;</description>
    <dc:creator>Mattia Prosperi</dc:creator>
    <dc:date>2012-05-23T15:05:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2083">
    <title>Zero value of a significant model parameter duringPGLS</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2083</link>
    <description>&lt;pre&gt;Dear all,

I just had the following result fitting a Pgls with both, brownian and O-U
correlation structures.
I was wandering what could have made the value and Sd go to zero. Altitude
values were considered continuous but were strongly grouped in two levels.
Might that have to do with the result?

Would appreciate any hint.
There goes the model's summary.
Thanks in advance.


Generalized least squares fit by maximum likelihood
  Model: temperature ~ 1 + altitude
  Data: tp
  AIC BIC logLik
   60  62    -26

Correlation Structure: corMartins
 Formula: ~1
 Parameter estimate(s):
alpha
   21

Coefficients:
            Value Std.Error t-value p-value
(Intercept)    35       2.8    12.7   0.000
altitude        0       0.0    -2.2   0.057

 Correlation:
         (Intr)
altitude -0.93

Standardized residuals:
   Min     Q1    Med     Q3    Max
-1.907 -0.519  0.034  0.734  1.859

Residual standard error: 2.7
Degrees of freedom: 11 total; 9 residual



&lt;/pre&gt;</description>
    <dc:creator>Agus Camacho</dc:creator>
    <dc:date>2012-05-23T01:54:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2082">
    <title>Re: center of tree</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2082</link>
    <description>&lt;pre&gt;Hello Mathias,

I'm not aware of any general  COT in R, your chance to make a contribution.
Midpoint rooting is the COT for a special function F [2], it minimizes
the maximum
distance from the root (COT) to the tips.

Cheers,
Klaus



On 5/18/12, Walter, Mathias &amp;lt;mathias-taBouHiV1h1goHlPtYpdqQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Klaus Schliep</dc:creator>
    <dc:date>2012-05-22T10:28:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2081">
    <title>compute HKY85 distances in R</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2081</link>
    <description>&lt;pre&gt;Hello
I would like to know whether it is possible to compute HKY85 genetic
distances using R. The model is not included in the dist.dna function
of ape and I was wondering whether it is available in another package.
Thank you very much for your attention.

Juan Antonio Balbuena

&lt;/pre&gt;</description>
    <dc:creator>Juan Antonio Balbuena</dc:creator>
    <dc:date>2012-05-22T09:49:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2079">
    <title>Re: unrooted tree, spread tips</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2079</link>
    <description>&lt;pre&gt;Walter, Mathias wrote on 18/05/2012 18:16:

This should not happen. May be a bug. You have an example of this?

E.


&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Paradis</dc:creator>
    <dc:date>2012-05-18T11:34:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2078">
    <title>Re: unrooted tree, spread tips</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2078</link>
    <description>&lt;pre&gt;Hi,

if I use type="r", then quite a lot of lines cross. I tried optimal
tree ordering but as soon as I convert my hclust object to a phylo
object (via as.phylo), the ordering is lost.

Another advantage of the unrooted tree is, that you can often clearly
distinguish main clusters. That is not possible with any other kind of
tree drawing.

--
Kind regards,
Mathias

2012/5/18 Emmanuel Paradis &amp;lt;Emmanuel.Paradis-ysPYPCwjBSM&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:

&lt;/pre&gt;</description>
    <dc:creator>Walter, Mathias</dc:creator>
    <dc:date>2012-05-18T11:16:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2077">
    <title>Re: unrooted tree, spread tips</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2077</link>
    <description>&lt;pre&gt;Hi,

Walter, Mathias wrote on 18/05/2012 16:42:

No. The only available algorithm for unrooted trees in ape is the 
"equal-angle" one. It seems that for your purpose type="r" might be not 
bad, even though the center of the circle is the root.

Best,

Emmanuel


&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Paradis</dc:creator>
    <dc:date>2012-05-18T10:53:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2076">
    <title>unrooted tree, spread tips</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2076</link>
    <description>&lt;pre&gt;Hi,

I use ape to plot my phylogenetic trees. Often I have to plot unrooted
trees with few clades, but a lot of tips per clade. The tip labels are
hard to read, even if I use lab4ut="axial". Is there any way to spread
the tips? I saw this in some other tree drawing programs.

--
Kind regards,
Mathias

&lt;/pre&gt;</description>
    <dc:creator>Walter, Mathias</dc:creator>
    <dc:date>2012-05-18T09:42:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2075">
    <title>Re: Best way to test correlation between discrete andcontinuous variables ?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2075</link>
    <description>&lt;pre&gt;Julien,
Regarding my paper, it was outdated already when published. Stick to the other suggestions given.

Best regards
                              - Patrik Lindenfors -

On 2012-05-17 11:51, Julien Lorion wrote:
 ne: (951) 827-4026 Home Phone: (951) 328-0820 Facsimile: (951) 827-4286 = Dept. office (not confidential) Email: tgarland-3vSkeFsW7jA&amp;lt; at &amp;gt;public.gmane.org http://www.biology.ucr.edu/people/faculty/Garland.html Expe!
 rimental Evolution: Concepts, Methods, and Applications of Selection Experiments. 2009. Edited by Theodore Garland, Jr. and Michael R. Rose http://www.ucpress.edu/book.php?isbn=9780520261808 (PDFs of chapters are available from me or from the individual authors) ________________________________________ From: r-sig-phylo-bounces-0bNBQ1PAWB4BXFe83j6qeQ&amp;lt; at &amp;gt;public.gmane.org [r-sig-phylo-bounces-0bNBQ1PAWB4BXFe83j6qeQ&amp;lt; at &amp;gt;public.gmane.org] on behalf of Marguerite Butler [mbutler808-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org] Sent: Wednesday, May 16, 2012 12:27 PM To: Julien Lorion Cc: r-sig-phylo-0bNBQ&lt;/pre&gt;</description>
    <dc:creator>Patrik Lindenfors</dc:creator>
    <dc:date>2012-05-17T10:04:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2074">
    <title>Re: Best way to test correlation between discrete andcontinuous variables ?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2074</link>
    <description>&lt;pre&gt;Alexandro, Marguerite and Ted...

Thanks a bunch for your valuable replies... 

Quickly after I sent my sos on the mailing list, I found Ted's paper and implementation of his method in Geiger... I also found the the Brunch algorithm (package Caper), a variation of the Felsenstein's PIC...

I'll add the GLS as Marguerite suggested...and it should be fine... 

I also found a paper by Lindenfors Patrick, introducing another type of phylogenetic ANOVA... But it looks like it has not been implemented yet in any software
http://zootis.zoologi.su.se/research/lindenfors/publications/Lindenfors_2006.pdf

Glad I have found this mailing list !! 

Regards

Julien






On May 17, 2012, at 5:58 AM, Theodore Garland Jr wrote:


Julien Lorion
PhD, Post-doctoral fellow of the Japan Society for the Promotion of Science
Japan Agency for Marine-Earth Science and Technology (JAMSTEC)
Marine Ecosystems Research Department
2-15 Natsushima, Yokosuka 237-0061 Japan
Phone: +81-46-867-9570, Fax: +81-46-867-9525

&lt;/pre&gt;</description>
    <dc:creator>Julien Lorion</dc:creator>
    <dc:date>2012-05-17T03:51:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.r.phylo/2073">
    <title>Re: Best way to test correlation between discreteandcontinuous variables ?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.r.phylo/2073</link>
    <description>&lt;pre&gt;Dear Julien,

I'll just add two other papers to your reading list (both available at my web page):

Garland, T., Jr., A. W. Dickerman, C. M. Janis, and J. A. Jones. 1993. Phylogenetic analysis of covariance by computer simulation. Systematic Biology 42:265-292.

And the Appendix of this paper:
Lavin, S. R., W. H. Karasov, A. R. Ives, K. M. Middleton, and T. Garland, Jr. 2008. Morphometrics of the avian small intestine, compared with non-flying mammals: A phylogenetic perspective. Physiological and Biochemical Zoology 81:526-550. [provides Matlab Regressionv2.m, released as part of the PHYSIG package]

Cheers,
Ted

Theodore Garland, Jr.
Professor
Department of Biology
University of California, Riverside
Riverside, CA 92521
Office Phone:  (951) 827-3524
Wet Lab Phone:  (951) 827-5724
Dry Lab Phone:  (951) 827-4026
Home Phone:  (951) 328-0820
Facsimile:  (951) 827-4286 = Dept. office (not confidential)
Email:  tgarland-3vSkeFsW7jA&amp;lt; at &amp;gt;public.gmane.org
http://www.biology.ucr.edu/people/faculty/Garland.html

Experime&lt;/pre&gt;</description>
    <dc:creator>Theodore Garland Jr</dc:creator>
    <dc:date>2012-05-16T20:58:25</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.r.phylo">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.r.phylo</link>
  </textinput>
</rdf:RDF>

