create.links: Creates a 0/1 vector for real parameters with sin link

View source: R/create.links.r

create.linksR Documentation

Creates a 0/1 vector for real parameters with sin link

Description

For each row in a given design matrix it assigns a value 1, if the columns used in the design matrix are only used as an identity matrix (only one 1 and remaining columns all 0.

Usage

create.links(dm)

Arguments

dm

design matrix

Value

A vector of length=nrow(dm) with value of 0 except for rows that can accommodate a sin link (identity design matrix). This function is not currently used because it has not been thoroughly tested.

Author(s)

Jeff Laake


marked documentation built on Oct. 19, 2023, 5:06 p.m.