Get_method {HadamardR}R Documentation

Get_method

Description

Get_method helps finding the given order of the matrix is constructed by which method.

Usage

Get_method(order)

Arguments

order

integer

Value

Method name of the given order.

Examples

Get_method(92) # Williamson method
Get_method(24)
# Paley I

[Package HadamardR version 1.0.0 Index]