<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://143.107.246.201:8081/ecor/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://143.107.246.201:8081/ecor/feed.php">
        <title>ecoR - 05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley</title>
        <description></description>
        <link>http://143.107.246.201:8081/ecor/</link>
        <image rdf:resource="http://143.107.246.201:8081/ecor/lib/exe/fetch.php?media=logo.png" />
       <dc:date>2026-04-23T04:05:37+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:exercicios&amp;rev=1774620090&amp;do=diff"/>
                <rdf:li rdf:resource="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:help&amp;rev=1774620090&amp;do=diff"/>
                <rdf:li rdf:resource="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:isometry.test&amp;rev=1774620091&amp;do=diff"/>
                <rdf:li rdf:resource="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:isometry&amp;rev=1774620090&amp;do=diff"/>
                <rdf:li rdf:resource="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:start&amp;rev=1774620090&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://143.107.246.201:8081/ecor/lib/exe/fetch.php?media=logo.png">
        <title>ecoR</title>
        <link>http://143.107.246.201:8081/ecor/</link>
        <url>http://143.107.246.201:8081/ecor/lib/exe/fetch.php?media=logo.png</url>
    </image>
    <item rdf:about="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:exercicios&amp;rev=1774620090&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T14:01:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Meus exercícios resolvidos</title>
        <link>http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:exercicios&amp;rev=1774620090&amp;do=diff</link>
        <description>Meus exercícios resolvidos



[exercicios-4_jonathan-lawley.r]

[exercicios-5_jonathan-lawley.r]

[exercicio-7-2_jonathan-lawley.r]

[exercicios-7b_jonathan-lawley.r]

[exercicios-8_jonathan-lawley.r]

[exercicio-9-2_jonathan-lawley.r]</description>
    </item>
    <item rdf:about="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:help&amp;rev=1774620090&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T14:01:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Help</title>
        <link>http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:help&amp;rev=1774620090&amp;do=diff</link>
        <description>Help


isometry. test			package:unknown			R Documentation

ISOMETRY TEST AND SIZE CORRECTION

Description:

	Function to perform an isometry test, and therefore determine if the relationship between a reference and one or more response morphometric measurements scale by isometry or by allometry. It also performs the size corrections to eliminate the size variant in morphological comparisons. The output of the function is an array with the isometry test result and a matrix of size corrected varia…</description>
    </item>
    <item rdf:about="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:isometry.test&amp;rev=1774620091&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T14:01:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Isometry test and size correction</title>
        <link>http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:isometry.test&amp;rev=1774620091&amp;do=diff</link>
        <description>Isometry test and size correction



isometry.test=function(response, reference, specimen.id, expected.slope, alpha=0.05){ #1 Creates function &quot;isometry.test&quot;, with arguments &quot;response&quot;, &quot;reference&quot;, &quot;specimen.id&quot;, &quot;expected.slope&quot; and &quot;alpha&quot;.
  
  ## VERIFYING THE ARGUMENTS
  
  if ((missing(response)) || (is.na(suppressWarnings(as.numeric((response)[[1]])))) || is.factor(data.frame(response)[[1]])) #2 Verifies if &quot;response&quot; was inserted and if its coercible to numeric.
  { 
    stop(&quot;response…</description>
    </item>
    <item rdf:about="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:isometry&amp;rev=1774620090&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T14:01:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Isometry test and size correction</title>
        <link>http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:isometry&amp;rev=1774620090&amp;do=diff</link>
        <description>Isometry test and size correction


isometry.test=function(response, reference, specimen.id, expected.slope, alpha=0.05){ #1 Creates function &quot;isometry.test&quot;, with arguments &quot;response&quot;, &quot;reference&quot;, &quot;specimen.id&quot;, &quot;expected.slope&quot; and &quot;alpha&quot;.
  
  ## VERIFYING THE ARGUMENTS
  
  if ((missing(response)) || (is.na(suppressWarnings(as.numeric((response)[[1]])))) || is.factor(data.frame(response)[[1]])) #2 Verifies if &quot;response&quot; was inserted and if its coercible to numeric.
  { 
    stop(&quot;response …</description>
    </item>
    <item rdf:about="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:start&amp;rev=1774620090&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T14:01:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Jonathan W. Lawley</title>
        <link>http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2018:alunos:trabalho_final:jonathan.lawley:start&amp;rev=1774620090&amp;do=diff</link>
        <description>Jonathan W. Lawley



Biólogo, Mestrando em Zoologia pelo Instituto de Biociências da Universidade de São Paulo

Laboratório de Cultivo e Estudos de Cnidaria


Currículo Lattes: &lt;http://lattes.cnpq.br/3208016919493506&gt;

Contato: &lt;jonathan.lawley@yahoo.com.br&gt; | &lt;jwlawley@ib.usp.br&gt;

Trabalho com sistemática e biogeografia de Aurelia</description>
    </item>
</rdf:RDF>
