Learn R Programming

doofa (version 1.0)

pwo: create PWO ordering of a given run of a design

Description

create PWO ordering of the given run

Usage

pwo(x)

Value

PWO ordering of the given run

Arguments

x

a numeric vector containing elements 1 to m in some order

Examples

Run this code
row = c(3,1,2)
pwo(row);

Run the code above in your browser using DataLab