PBIB.test.mod: A modified version of Analysis of the Partially Balanced...

View source: R/fun_utils.R

PBIB.test.modR Documentation

A modified version of Analysis of the Partially Balanced Incomplete Block Design

Description

This modified version of PBIB.test (agricolae pkg) aims to analyze alpha design experiment, in case, it surpass 50 treatments, using alpha design experiment.

Usage

PBIB.test.mod(
  block,
  trt,
  replication,
  y,
  k,
  method = c("REML", "ML", "VC"),
  test = c("lsd", "tukey"),
  alpha = 0.05,
  console = FALSE,
  group = TRUE
)

Arguments

block

Type of UI element, deault is a tab in a shinydashboard

trt

Diaply title name

replication

UI TabName

y

Response

k

Block size

method

Estimation method: REML, ML and VC

test

Comparison treatments

alpha

Significant test

console

Logical, print output

group

Logical, groups

Author(s)

Omar Benites


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