Description Usage Arguments Value
View source: R/create_model_frame.R
Create a model frame list from a grouped data set
1 2 3 4 5 6 7 8 | create_model_frame(
grouped_dat,
order = 1,
aggregate = T,
refstate = NULL,
nCores = 1,
verbose = T
)
|
grouped_dat |
a grouped data set |
order |
an integer; 1= main effects, 2= main effects + pairwise effects |
aggregate |
a logical value |
refstate |
a character which will be used for the common reference state; the default is to use the most frequent amino acid as the reference state for each of the position. |
nCores |
the number of threads for computing. |
verbose |
a logical value |
a list (X,z,wei,seqId,blockidx, refstate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.