create.links {marked}R 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


[Package marked version 1.2.8 Index]