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

k

an integer specifying the number of factors to be considred.

Value

a data.frame corresponding to the table of signs

Examples


library(planex)
library(tidyverse)

table_signs(3)




fndemarqui/planex documentation built on June 11, 2025, 9:56 a.m.