Learn R Programming

marked (version 1.2.8)

create.links: 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)

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.

Arguments

dm

design matrix

Author

Jeff Laake