<?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:johnny_zhang</title>
        <description></description>
        <link>https://nd.psychstat.org/</link>
        <image rdf:resource="https://nd.psychstat.org/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-05T10:32:21+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://nd.psychstat.org/research/johnny_zhang/grm"/>
            </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/johnny_zhang/grm">
        <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>grm</title>
        <link>https://nd.psychstat.org/research/johnny_zhang/grm</link>
        <description>Program scripts for growth rate analysis

Quadratic growth rate model

## R function for quadratic growth rate model
grm&lt;-function(i,T){
    ## write the model in Mplus language
    filename&lt;-&#039;model.inp&#039;;
    cat(&#039;TITLE: Growth rate model;\n&#039;,file=filename)
    cat(&#039;DATA: FILE IS data.txt;\n&#039;,file=filename,append=T)
    cat(&#039;VARIABLE:\n&#039;,file=filename,append=T)
    cat(&#039;  NAMES ARE math1-math10 bpi gender;\n&#039;,file=filename,append=T)
    cat(&#039;  USEVARIABLES ARE\n&#039;,file=filename,append=T)
    cat(…</description>
    </item>
</rdf:RDF>
