<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://nd.psychstat.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://nd.psychstat.org/feed.php">
        <title>@ND - research:supplementary</title>
        <description></description>
        <link>https://nd.psychstat.org/</link>
        <image rdf:resource="https://nd.psychstat.org/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-10T17:10:51+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://nd.psychstat.org/research/supplementary/brm2015"/>
                <rdf:li rdf:resource="https://nd.psychstat.org/research/supplementary/imps2014"/>
                <rdf:li rdf:resource="https://nd.psychstat.org/research/supplementary/index"/>
                <rdf:li rdf:resource="https://nd.psychstat.org/research/supplementary/sem2015"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://nd.psychstat.org/_media/wiki/dokuwiki.svg">
        <title>@ND</title>
        <link>https://nd.psychstat.org/</link>
        <url>https://nd.psychstat.org/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://nd.psychstat.org/research/supplementary/brm2015">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-24T14:48:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>brm2015</title>
        <link>https://nd.psychstat.org/research/supplementary/brm2015</link>
        <description>Supplementary Material for Zhang (2015)

R code for data generation


library(sn)
library(mvtnorm)
library(normalp)

set.seed(20120301)

### normal data
mL&lt;-5
mS&lt;-2
vL&lt;-2
vS&lt;-1
vLS&lt;-0
vE&lt;-1

TT&lt;-5
N&lt;-500
R&lt;-100

mu&lt;-c(mL,mS)
sigma&lt;-array(c(vL,vLS,vLS,vS), dim=c(2,2))


for (k in 1:R){
y&lt;-array(NA, dim=c(N, TT))
LS&lt;-array(NA, dim=c(N, 2))

error&lt;-NULL

for (t in 1:TT){
	error&lt;-cbind(error, rnorm(N,df=df)*sqrt(vE))
}

for (i in 1:N){
  LS[i,]&lt;-rmvnorm(1, mu, sigma)
  for (j in 1:TT){
    y[i, j] &lt;…</description>
    </item>
    <item rdf:about="https://nd.psychstat.org/research/supplementary/imps2014">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-24T14:48:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>imps2014</title>
        <link>https://nd.psychstat.org/research/supplementary/imps2014</link>
        <description>Supplementary Material for Zhang, Wang, and Tong (2014)

Mediation Analysis with Missing Data through Multiple Imputation and Bootstrap

Use of R package bmem

To use bmem, first install it using the code on Line 1 if you haven&#039;t done so. The code on Line 2 loads the package. One can then read the data into R using the read.table function which reads data in text format separated by white space. After than, one can specify the model using equations as shown on Line 13-15. Note that each regressi…</description>
    </item>
    <item rdf:about="https://nd.psychstat.org/research/supplementary/index">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-24T14:48:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>index</title>
        <link>https://nd.psychstat.org/research/supplementary/index</link>
        <description>Supplementary Materials

This page lists the supplementary materials for publications by LDHRM.

	*  Tong &amp; Zhang (2012)
	*  Lu &amp; Zhang (2014)
	*  IMPS proceeding Zhang, Wang, and Tong (2014)
	*  Zhang (2015)
	*  Liu, Zhang &amp; Grimm (2015)</description>
    </item>
    <item rdf:about="https://nd.psychstat.org/research/supplementary/sem2015">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-24T14:48:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sem2015</title>
        <link>https://nd.psychstat.org/research/supplementary/sem2015</link>
        <description>[Complete results]</description>
    </item>
</rdf:RDF>
