Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 87 found.
[1] < 1 2 3 4 5 6 7 8 9 > [9]  Sort:

lookupTech1Parameter (Package: MplusAutomation) : Lookup the matrix element for a give parameter number

The lookupTech1Parameter function identifies the position in the Mplus model matrices corresponding to a given parameter defined in the TECHNICAL 1 PARAMETER SPECIFICATION OUTPUT. The goal of this function is to aid in identifying problematic parameters often printed in the warnings and errors section of Mplus output.
● Data Source: CranContrib
● Keywords: interface
● Alias: lookupTech1Parameter
● 0 images

finalizeInitCollection (Package: MplusAutomation) : Finalize Init Collection

this function should handle initTags that still contain tags once the initCollection is finalized, then process the deferred body tags the notion is that the substitutions will be handled in an inefficient manner – using lots of regular expression parsing, not using the matched tags data.frame
● Data Source: CranContrib
● Keywords: internal
● Alias: finalizeInitCollection
● 0 images

parseTags (Package: MplusAutomation) : Parses tags in the body section

Parses tags in the body section (character vector) and init collection (list of vars defined in the init section). This is an internal function.
● Data Source: CranContrib
● Keywords: internal
● Alias: parseTags
● 0 images

extractModelSummaries (Package: MplusAutomation) : Extract summary statistics from a single output file or from a group of Mplus models within a directory

Parses a group of Mplus model output files (.out extension) for model fit statistics. At this time, the details extracted are fixed and include: Filename, InputInstructions, Title, Estimator, LL, BIC, aBIC, AIC, AICC, Parameters, Observations, CFI, TLI, RMSEA_Estimate, RMSEA_90CI_LB, RMSEA_90CI_UB, RMSEA_pLT05, ChiSqM_Value, ChiSqM_DF, ChiSq_PValue, BLRT_KM1LL, BLRT_PValue, BLRT_Numdraws). The infrastructure is in place to allow for user-specified selection of summary statistics in future versions.
● Data Source: CranContrib
● Keywords: interface
● Alias: extractModelSummaries
● 0 images

processInit (Package: MplusAutomation) : Process the Init Section

To do: add details.
● Data Source: CranContrib
● Keywords: internal
● Alias: processInit
● 0 images

extractTech7 (Package: MplusAutomation) : Extract Technical 7 from Mplus

The TECH7 option is used in conjunction with TYPE=MIXTURE to request sample statistics for each class using raw data weighted by the estimated posterior probabilities for each class.
● Data Source: CranContrib
● Keywords: internal
● Alias: extractTech7
● 0 images

update.mplusObject (Package: MplusAutomation) : Update an Mplus model object

This is a method for updating an Mplus model object. It takes an Mplus model object as the first argument, and then optionally any sections to update. There are two ways to update a section using a formula interface. ~ "new stuff" will replace a given section with the new text. Alternately, you can add additional text using ~ + "additional stuff". Combined these let you replace or add to a section.
● Data Source: CranContrib
● Keywords: interface
● Alias: update.mplusObject
● 0 images

mplusObject (Package: MplusAutomation) : Create an Mplus model object

This is a function to create an Mplus model object in R. The object holds all the sections of an Mplus input file, plus some extra R ones. Once created, the model can be run using other functions such as mplusModeler or updated using methods defined for the update function.
● Data Source: CranContrib
● Keywords: interface
● Alias: mplusObject
● 0 images

extractTech10 (Package: MplusAutomation) : Extract Technical 10 matrix from Mplus

Function that extracts the Tech10 matrix
● Data Source: CranContrib
● Keywords: internal
● Alias: extractTech10
● 0 images

recurseReplace (Package: MplusAutomation) : Recursive replace

To do: fill in some details
● Data Source: CranContrib
● Keywords: internal
● Alias: recurseReplace
● 0 images