powered by
Creates list of all indirect effects
AddOnINDStatements(MeanDirectList, PasteIND)
Matrix with direct effects or the initialize matrix with 1s designating paths used in analysis
a value of 1 indicates to use all possible indirect effects in modelling and a value of 0 is input to only use direct effects in modelling
each element is a list which is an "IND" statment
This function is a helper function and is not necessary for the regular user. The user is instead referred to AddOnAllInd
AddOnAllInd
No references
# NOT RUN { InitD=Simulate(n=1000) InputInitializeMat=CreateInitializeMatrix(InitD,WhichCat=c(1,1,1,1,0)) IndList=AddOnINDStatements(InputInitializeMat,PasteIND=1) # }
Run the code above in your browser using DataLab