<?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 - lab:projects:17robust_sem</title>
        <description></description>
        <link>https://nd.psychstat.org/</link>
        <image rdf:resource="https://nd.psychstat.org/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-22T09:37:42+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://nd.psychstat.org/lab/projects/17robust_sem/index"/>
                <rdf:li rdf:resource="https://nd.psychstat.org/lab/projects/17robust_sem/manuscript"/>
                <rdf:li rdf:resource="https://nd.psychstat.org/lab/projects/17robust_sem/robust_sem_with_missing_data_sas_codes"/>
            </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/lab/projects/17robust_sem/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/lab/projects/17robust_sem/index</link>
        <description>SAS codes

	*  Robust SEM with missing data SAS codes
	*  Robust SEM with missing data R codes
	*  Manuscript</description>
    </item>
    <item rdf:about="https://nd.psychstat.org/lab/projects/17robust_sem/manuscript">
        <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>manuscript</title>
        <link>https://nd.psychstat.org/lab/projects/17robust_sem/manuscript</link>
        <description>%%All the programs are in d:/missingdata-robustSEM/
\documentclass[12pt,epsfig,titlepage]{article}
\usepackage{listings}
\textheight=9.20in
\textwidth=6.5in
\topmargin=-.68in 
%\topmargin=-.88in 
\oddsidemargin=-.0in
%\oddsidemargin=-.09in
\setlength{\footskip}{.6truein}
\newcommand{\vech}{{\rm vech}}
\newcommand{\ve}{{\rm vec}}
\newcommand{\E}{{ E}}
\newcommand{\Var}{{\rm Var}}
\newcommand{\Cov}{{\rm Cov}}
\newcommand{\Acov}{{\rm Acov}}
\newcommand{\diag}{{\rm diag}}
\newcommand{\bone}{{\bf 1}}…</description>
    </item>
    <item rdf:about="https://nd.psychstat.org/lab/projects/17robust_sem/robust_sem_with_missing_data_sas_codes">
        <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>robust_sem_with_missing_data_sas_codes</title>
        <link>https://nd.psychstat.org/lab/projects/17robust_sem/robust_sem_with_missing_data_sas_codes</link>
        <description>* Input raw data (with missing values -99) from an external file;
data raw;
filename data &#039;Z:\zzy\research\Robust SEM\Missing data with Ke-Hai\mardiaMV25.dat.txt&#039;; *need to be modified;
*filename data &#039;d:\missingdata-robustSEM\mardiaMV25_contaminated.dat&#039;; *need to be modified;
infile data;
input v1 v2 v3 v4 v5;  *need to be modified;
run;
*-----------------------------------------------------------------------*;
*-----------------------------------------------------------------------*;
** Missi…</description>
    </item>
</rdf:RDF>
