Split plots in CRD and RBD using ExpDes package in R

Поделиться
HTML-код
  • Опубликовано: 8 окт 2024
  • change Rep ,DS and Var into factor using as.factor function
    SP$Rep=as.factor(SP$Rep)
    SP$DS=as.factor(SP$DS)
    SP$Var=as.factor(SP$Var)
    attach(SP)
    #Split-plots in CRD
    split2.crd(DS,Var,Rep,GY, quali = c(TRUE,TRUE),
    mcomp = "lsd", fac.names = c("Date of sowing", "Varieties"), sigT = 0.05,
    sigF = 0.05)
    Split-plots in RBD
    split2.rbd(DS,Var,Rep,GY,quali = c(TRUE,TRUE),mcomp = "lsd", fac.names = c("Date of sowing", "Varieties"), sigT = 0.05,
    sigF = 0.05)

Комментарии • 3

  • @zoegarcia8470
    @zoegarcia8470 Год назад +1

    As always, perfectly explained!
    I learn so much with your videos and really appreciate that you explain the code in detail. Makes it really easy to apply the code in different data sets. Thank you!

    • @wakjiratesfahun3682
      @wakjiratesfahun3682  Год назад

      By the way I made a tutorial based on your request. But , I didn't published it. If you need the code and data for practices , say hi to this email address. wakjiratesfahun@gmail.com

    • @zoegarcia8470
      @zoegarcia8470 Год назад

      @@wakjiratesfahun3682 Hi!
      I would definitely like that if possible!
      Thanks to you I've got the statistical analysis part more understood (yet it is definitely a wide sector with lots of possibilities and interpretation).
      Sent you the email!
      Once again, thank you.