Description Objects from the Class Slots Methods See Also Examples
strumData is an S4 class that contains the input data for a STRUctural Modeling
of latent variables for family data.
Objects should not be created by calls of the form new("strumData", ...)
but by the calls to the createStrumData function.
dataType:Character stating the type of input data, must be
"Pedigrees" or "RawData"
dataVals:Object of class data.frame containing input data.
phi:Object of class "list" containing the kinship matrices for each pedigree. This is empty if the dataType is not "Pedigree".
ibd:Object of class "strumIBD" containing the IBD information for input pedigrees. This is empty if the dataType is not "Pedigree".
signature(object = "strumData", fileName, fileType="SAGE"): Import the ibd information of the input data.
signature(object = "strumData"): Print a summary of the class.
strumIBD, createStrumData, simulateStrumData
1 | showClass("strumData")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.