Description Usage Arguments Examples
A function that changes the column names of a matrix by adding a suffix function unique does keep NA in the output
1 | givecolnames(mat, suffix)
|
mat: |
matrix |
suffix: |
character |
1 2 | givecolnames(ebfit$coef,'lgFCH')
givecolnames(ebfit$p,'p')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.