Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output treatment for factorial designs #8

Closed
4 tasks done
Prof-ThiagoOliveira opened this issue Mar 21, 2021 · 1 comment
Closed
4 tasks done

Output treatment for factorial designs #8

Prof-ThiagoOliveira opened this issue Mar 21, 2021 · 1 comment

Comments

@Prof-ThiagoOliveira
Copy link

Prof-ThiagoOliveira commented Mar 21, 2021

Dear authors,

Please, include a new argument like the factorLabels I have suggested here (DidierMurilloF/FielDHub#7). This argument can help end-users to understand the treatment output better.

A suggestion of alternative expected output:

  • Function full_factorial() - Done!
     ID LOCATION PLOT REP FACTOR_A FACTOR_B FACTOR_C   TRT_COMB
1     1   Loc1    101   1       a0       b0       c1   a0*b0*c1
2     2   Loc1    102   1       a1       b0       c1   a1*b0*c1
3     3   Loc1    103   1       a1       b1       c0   a1*b1*c0
  • Function split_plot():
     ID LOCATION    PLOT    REP   WHOLE-PLOT    SUB-PLOT     TRT_COMB
1     1    A        101      1       Fung4       Beans5     Fung4|Beans5
2     2    A        101      1       Fung4       Beans1     Fung4|Beans1
3     3    A        101      1       Fung4       Beans2     Fung4|Beans2
  • Function split_split_plot():
   ID LOCATION PLOT REP WHOLE-PLOT SUB-PLOT SUB-SUB-PLOT TRT_COMB
1   1        A  101   1     IRR_NO    Fung3       Beans3    IRR_NO|Fung3|Beans3
2   2        A  101   1     IRR_NO    Fung3       Beans9    IRR_NO|Fung3|Beans9
3   3        A  101   1     IRR_NO    Fung3      Beans10    IRR_NO|Fung3|Beans10
  • Function strip_plot () - Done!
@DidierMurilloF
Copy link
Owner

Dear Thiago,

We included the factorLabels argument into split_plot(), split_split_plot() and strip_plot () functions. Please, let us know if you have any question. Thank you!

Best,

Didier Murillo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants