Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/CreateSummaryMats.R
helper function for AllSummary2
and not necessary for regular user
1 2 | CreateSummaryMats(FileName, OutputSE = FALSE, OutputPVal = FALSE,
Directry, OutputFinalMat = TRUE)
|
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 |
OutputFinalMat |
a input value of 1 returns matrix and value of 0 returns a list |
helper function
summaries of direct effects
no notes
William Terry
M Plus
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.