Description Usage Arguments Details Value Examples
View source: R/processFactoredCoefNames.R
getOneFamilyDfrAndCFacStr Get a data frame and a categorical factor string of a coefficient family name
1 | getOneFamilyDfrAndCFacStr(thisFam, coefNames, gcoefFamCv)
|
thisFam |
– a coefficient family name (string) egs C:V:F1, C,V |
coefNames |
– character vector of coefficient names C|b:F1 etc. |
gcoefFamCv |
– a character vector of coefFam names |
dataframe and cFacStr are useful useful for creating model matrix to remove the marginal values of factors mm = model.matrix.
a list with components dfr - data frame reflecting true factor and cFacStr a string with the "true" multi level factors involved (covariates removed)
1 | print('noexamples')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.