repo.a01d: Automatic report for an alpha (0,1) design

View source: R/repo_a01d.R

repo.a01dR Documentation

Automatic report for an alpha (0,1) design

Description

Produces an automatic report for selected traits in an experiment with an alpha (0,1) design.

Usage

repo.a01d(
  traits,
  geno,
  rep,
  block,
  k,
  method = c("REML", "VC"),
  dfr,
  title = "Automatic report for an alpha (0,1) design",
  subtitle = NULL,
  author = "International Potato Center",
  format = c("html", "word", "pdf"),
  server = FALSE,
  server_dir_name = "directory",
  server_file_name = "filename"
)

Arguments

traits

The traits to analize.

geno

The genotypes.

rep

The replications.

block

The blocks.

k

The size of the blocks.

method

The estimation method, REML or VC (Variance Components).

dfr

The name of the data frame.

title

Report title.

subtitle

Report subtitle.

author

Report author.

format

The output file format for the report, "html" by default. Other options are "word" and "pdf".

server

Logical. If "FALSE" works with local machines. Otherwise works in server environments.

server_dir_name

If "server = TRUE", this is the directory name in the server.

server_file_name

If "server = TRUE", this is the file name in the server.

Details

It fits a linear model for an alpha (0,1) design and explains the results. An alpha (0,1) design is an incomplete block design that is resolvable. In a resolvable design the incomplete blocks group together in complete replications.

Value

It returns an explanation about the alpha (0,1) design fitted model.

Author(s)

Raul Eyzaguirre.

Examples

repo.a01d("yield", "geno", "rep", "block", 3, dfr = a01data)

reyzaguirre/pepa documentation built on April 20, 2024, 3:50 a.m.