<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hola a todos,<br>
    <br>
    <style type="text/css">p { margin-bottom: 0.21cm; }tt.cjk { font-family: "Droid Sans Fallback",monospace; }tt.ctl { font-family: "Lohit Hindi",monospace; }</style>Tengo
    algunas dudas sobre como introducir en
    un modelo lineal factores con efectos fijos y aleatorios. Mi diseño
    es el
    siguiente:
    <p style="margin-bottom: 0cm;">Factores</p>
    <p style="margin-bottom: 0cm;">Line: 40 líneas de trigo (Fijo)</p>
    <p style="margin-bottom: 0cm;">Rep: 3 Bloques (Aleatorio)</p>
    <p style="margin-bottom: 0cm;">Year: 2 Años (Aleatorio)</p>
    <p style="margin-bottom: 0cm;"><br>
      Variable dependiente</p>
    <p style="margin-bottom: 0cm;">alpha.ug.mg</p>
    <p style="margin-bottom: 0cm;"><br>
      Nota: Adjunto tabla de datos</p>
    <p style="margin-bottom: 0cm;"><br>
    </p>
    <p style="margin-bottom: 0cm;">Dentro del diseño, 'Rep' y 'Year' se
      considera de efectos aleatorios y 'Line' es de efecto fijo.</p>
    <p style="margin-bottom: 0cm;"><br>
    </p>
    <p style="margin-bottom: 0cm;">Lo he intento llevar a cabo con la
      función 'lmer' del paquete 'lme4', </p>
    <p style="margin-bottom: 0cm;"><tt class="western">lmer(alpha.ug.mg
        ~
        Line + (1|Year) + (1|Rep%in%Year) + (1|Line:Year), data =
        Dataset)</tt></p>
    <br>
    pero el modelo anterior me considera
    como error del factor 'line' el error de los residuales en lugar del
    error de Year*Line.
    <p style="margin-bottom: 0cm;">¿como puede decirle al modelo que
      para
      'line' me considere el error de 'Year*Line'?</p>
    <p style="margin-bottom: 0cm;"><br>
    </p>
    <p style="margin-bottom: 0cm;">Gracias<br>
    </p>
    <br>
  </body>
</html>