<?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:r2010:alunos:trabalho_final:marcel.vaz</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-22T19:37:28+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:ag.code&amp;rev=1774620028&amp;do=diff"/>
                <rdf:li rdf:resource="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:ag.help&amp;rev=1774620027&amp;do=diff"/>
                <rdf:li rdf:resource="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:am.code&amp;rev=1774620028&amp;do=diff"/>
                <rdf:li rdf:resource="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:am.help&amp;rev=1774620028&amp;do=diff"/>
                <rdf:li rdf:resource="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:ap.code&amp;rev=1774620027&amp;do=diff"/>
                <rdf:li rdf:resource="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:ap.help&amp;rev=1774620028&amp;do=diff"/>
                <rdf:li rdf:resource="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:help&amp;rev=1774620028&amp;do=diff"/>
                <rdf:li rdf:resource="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:proposta&amp;rev=1774620028&amp;do=diff"/>
                <rdf:li rdf:resource="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:start&amp;rev=1774620027&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:r2010:alunos:trabalho_final:marcel.vaz:ag.code&amp;rev=1774620028&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T14:00:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Código da função</title>
        <link>http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:ag.code&amp;rev=1774620028&amp;do=diff</link>
        <description>start
Código da função



####################
### ANOVA GRAPHS ###
####################
anova.graph=function(dados){
      medias=aggregate(dados[,4],list(dados[,2],dados[,3]),mean) # crio tabela com a média dos tratamentos
      names(medias)=c(&quot;A&quot;,&quot;B&quot;,&quot;media&quot;)
      medias[,1]=c(&quot;A-&quot;,&quot;A+&quot;,&quot;A-&quot;,&quot;A+&quot;)
      sem.int=medias[1,3]+medias[2,3]+medias[3,3]-2*medias[1,3] # valor esperado para o tratamento AB caso não houvesse interação
      ctrl=subset(dados,A&lt;1&amp;B&lt;1)[,4] # separo os dados nos grupos …</description>
    </item>
    <item rdf:about="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:ag.help&amp;rev=1774620027&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T14:00:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Página de ajuda</title>
        <link>http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:ag.help&amp;rev=1774620027&amp;do=diff</link>
        <description>start
Página de ajuda


anova.graph {AMC}                                                                  R Documentation
 
                                           ANOVA graphs 
                               
Description:

Creates a graph with the means of each treatment and the expected value if there is no interaction 
between the factors.

Usage:

anova.graph(dados)

Arguments:

dados  data.frame with the original data.


Details:

Data input must be an object of class data.frame in whic…</description>
    </item>
    <item rdf:about="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:am.code&amp;rev=1774620028&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T14:00:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Código da função</title>
        <link>http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:am.code&amp;rev=1774620028&amp;do=diff</link>
        <description>start
Código da função


##### ANOVA DE MONTE CARLO

anova.MC=function(dados,n){ 
  
     aleat=function(dados){                                             # função que faz as permutações
           mc=dados                                                      # crio o objeto que receberá as permutações, idêntico aos dados originais
           mc$resp=rep(NA,length(dados$resp))                            # retiro os valores originais
           for(j in 1:length(unique(dados$bloco))){          …</description>
    </item>
    <item rdf:about="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:am.help&amp;rev=1774620028&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T14:00:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Página de ajuda</title>
        <link>http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:am.help&amp;rev=1774620028&amp;do=diff</link>
        <description>start
Página de ajuda


anova.MC {AMC}                                                                  R Documentation
 
                               ANOVA using Monte Carlo method
                               
Description:

Performs an analysis of variance on randomized block factorial design for two factors using Monte
Carlo methods.

Usage:

anova.MC(dados,n)

Arguments:

dados  data.frame with the data.
n      number of times randomization is performed.

Details:

Data input must be an …</description>
    </item>
    <item rdf:about="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:ap.code&amp;rev=1774620027&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T14:00:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Código da função</title>
        <link>http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:ap.code&amp;rev=1774620027&amp;do=diff</link>
        <description>start
Código da função


####################################
### Cálculo do poder da anova.MC ###
####################################

# ARGUMENTOS

# N - número de amostras (testes anova.MC a serem feitos)
# n - número de permutações a serem feitos pelo anova.MC
# p - valor crítico de alfa
# dados - data.frame com 4 colunas e b linhas (b = número de blocos)


anova.power=function(dados,N,n,pc=.05){

##############################################################################################…</description>
    </item>
    <item rdf:about="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:ap.help&amp;rev=1774620028&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T14:00:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Página de ajuda</title>
        <link>http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:ap.help&amp;rev=1774620028&amp;do=diff</link>
        <description>start
Página de ajuda


anova.power {AMC}                                                                  R Documentation
 
                               Monte Carlo ANOVA power analysis 
                               
Description:

This function calculates the power (1-p(error type II)) of an ANOVA made by Monte Carlo methods.

Usage:

anova.power(dados,N,n,p.c=.05)

Arguments:

dados  data.frame with the data.
N      number of times the Monte Carlo test is performed.
n      number of times …</description>
    </item>
    <item rdf:about="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:help&amp;rev=1774620028&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T14:00:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Página de Ajuda</title>
        <link>http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:help&amp;rev=1774620028&amp;do=diff</link>
        <description>start
Página de Ajuda


data.gen {AMC}                                                                  R Documentation
 
                                 Imaginary data generator

Description:

Generates a two-factor randomized blocks factorial design data frame.

Usage:

data.gen(nb,int,varb,vare,efA,efB,efAB)

Arguments:

nb     Number of blocks.
int    intercept (theoretic control mean).
varb,  sets the diferences between blocks means and the error term, respectively.
vare
efA,   sets the ef…</description>
    </item>
    <item rdf:about="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:proposta&amp;rev=1774620028&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T14:00:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Proposta de trabalho final</title>
        <link>http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:proposta&amp;rev=1774620028&amp;do=diff</link>
        <description>start
Proposta de trabalho final

Principal

Introdução

A idéia é dar uma saída digna para um problema antigo: os dados da iniciação científica. O objetivo inicial da pesquisa foi detectar os efeitos de uma espécie de palmeira de sub-bosque (Lytocaryum hoehnei</description>
    </item>
    <item rdf:about="http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:start&amp;rev=1774620027&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T14:00:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Marcel Vaz</title>
        <link>http://143.107.246.201:8081/ecor/doku.php?id=05_curso_antigo:r2010:alunos:trabalho_final:marcel.vaz:start&amp;rev=1774620027&amp;do=diff</link>
        <description>Marcel Vaz



Mestrando em Ecologia, IB-USP. Tese: Habitat e diversidade funcional de árvores de uma floresta de terra firme da Amazônia Central. Para mais informações acesse este site.

Exercícios resolvidos

&lt;box 20% left&gt;
&lt;box 80% center&gt;
[Exercício 1]
&lt;/box&gt;
&lt;box 80% center&gt;</description>
    </item>
</rdf:RDF>
