CreateSummaryMats: Extract and Summarize Direct Effects

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/CreateSummaryMats.R

Description

helper function for AllSummary2 and not necessary for regular user

Usage

1
2
CreateSummaryMats(FileName, OutputSE = FALSE, OutputPVal = FALSE, 
Directry, OutputFinalMat = TRUE)

Arguments

FileName

string which is the name of the folder where the .inp and .out files are stored

OutputSE

TRUE outputs standard error dataframe and FALSE does not output standard error dataframe

OutputPVal

TRUE outputs p-value dataframe and FALSE does not p-value dataframe

Directry

this the path where the folder specified by AllNames is located and default is working directory

OutputFinalMat

a input value of 1 returns matrix and value of 0 returns a list

Details

helper function

Value

summaries of direct effects

Note

no notes

Author(s)

William Terry

References

M Plus

See Also

AllSummary2

Examples

1
2
3
4
5
6
7
8
## Not run: 
InitD=Simulate(MissingYN=1)
xxx=Initialize(InitD,NumImpute=3,WhichCat=c(1,1,1,1,0))
ggg=AllBackwardSelect(xxx[[1]])
LL1=lapply(xxx[[1]],CreateSummaryMats,OutputSE=FALSE,
OutputPVal=FALSE,Directry=getwd(),OutputFinalMat=1)

## End(Not run)

PathSelectMP documentation built on May 2, 2019, 3:15 a.m.