table_signs: Table of signs for 2^k factorial designs

View source: R/biblioteca.R

table_signsR Documentation

Table of signs for 2^k factorial designs

Description

This functions provides the table of signs for factorial designs with up to k = 10 factors

Usage

table_signs(k)

Arguments

tb

a data frame containing the output of the table2kunrep function

Value

a data.frame corresponding to the table of signs

Examples


library(planex)
library(tidyverse)

table_signs(3)




fndemarqui/planex documentation built on July 9, 2024, 2:13 a.m.