<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://adelmanlab.org/easyNet/documentation/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="http://adelmanlab.org/easyNet/documentation/feed.php">
        <title> lazynut_scripting_language:reference:dataframe</title>
        <description></description>
        <link>http://adelmanlab.org/easyNet/documentation/</link>
        <image rdf:resource="http://adelmanlab.org/easyNet/documentation/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-07T17:24:53+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_columns&amp;rev=1458911562&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_for_activities_impl&amp;rev=1458911562&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_for_params_impl&amp;rev=1458911562&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_for_reps_impl&amp;rev=1458916121&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_for_trials_impl&amp;rev=1458911562&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_merge_impl&amp;rev=1458911562&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_subset_impl&amp;rev=1458911562&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:stimulus_set_impl&amp;rev=1458911562&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:subtypes&amp;rev=1458912795&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://adelmanlab.org/easyNet/documentation/lib/tpl/dokuwiki/images/favicon.ico">
        <title></title>
        <link>http://adelmanlab.org/easyNet/documentation/</link>
        <url>http://adelmanlab.org/easyNet/documentation/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_columns&amp;rev=1458911562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:12:42+00:00</dc:date>
        <title>lazynut_scripting_language:reference:dataframe:dataframe_columns</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_columns&amp;rev=1458911562&amp;do=diff</link>
        <description>dataframe_columns_impl

A dataframe whose value is a (column-wise) subset of another dataframes. 
The subset will be re-run as needed to reflect changes in the source
dataframe; evaluation is lazy.  The subset will be
eN[&quot;x_dataframe&quot;][cols].  Is a setting_user.</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_for_activities_impl&amp;rev=1458911562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:12:42+00:00</dc:date>
        <title>lazynut_scripting_language:reference:dataframe:dataframe_for_activities_impl</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_for_activities_impl&amp;rev=1458911562&amp;do=diff</link>
        <description>dataframe_for_activities_impl

Wrapper only.</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_for_params_impl&amp;rev=1458911562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:12:42+00:00</dc:date>
        <title>lazynut_scripting_language:reference:dataframe:dataframe_for_params_impl</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_for_params_impl&amp;rev=1458911562&amp;do=diff</link>
        <description>dataframe_for_params

A dataframe that directly serves parameters to objects, normally constructed as
part of a model object.  Should always have a Character column called parameter
and a Numeric column called value.  This is treated as a lookup table between
the parameter name and value.  If an object</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_for_reps_impl&amp;rev=1458916121&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T14:28:41+00:00</dc:date>
        <title>lazynut_scripting_language:reference:dataframe:dataframe_for_reps_impl</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_for_reps_impl&amp;rev=1458916121&amp;do=diff</link>
        <description>dataframe_for_reps_impl

Dataframe that constructs representations from the columns (and conversions between
them) when a dataframe is loaded. A keyed_representation and a 
string_representation
are constructed for each column, unless the column is made up only of numerical
values, in which case a vector_</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_for_trials_impl&amp;rev=1458911562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:12:42+00:00</dc:date>
        <title>lazynut_scripting_language:reference:dataframe:dataframe_for_trials_impl</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_for_trials_impl&amp;rev=1458911562&amp;do=diff</link>
        <description>dataframe_for_trials_impl

Wrapper only.</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_merge_impl&amp;rev=1458911562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:12:42+00:00</dc:date>
        <title>lazynut_scripting_language:reference:dataframe:dataframe_merge_impl</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_merge_impl&amp;rev=1458911562&amp;do=diff</link>
        <description>dataframe_merge_impl

A dataframe whose value is the merge of two dataframes, in the sense of the “merge”
command of “R”.  The merge will be re-run as needed to reflect changes in the 
source dataframes; evaluation is lazy.


set_x
some_dfm set_x x_dataframe</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_subset_impl&amp;rev=1458911562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:12:42+00:00</dc:date>
        <title>lazynut_scripting_language:reference:dataframe:dataframe_subset_impl</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:dataframe_subset_impl&amp;rev=1458911562&amp;do=diff</link>
        <description>dataframe_subset_impl

A dataframe whose value is a (row-wise) subset of another dataframes, in the 
sense of the “subset” command of “R”.  The subset will be re-run as needed to 
reflect changes in the  source dataframe; evaluation is lazy. The subset will
be</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:stimulus_set_impl&amp;rev=1458911562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:12:42+00:00</dc:date>
        <title>lazynut_scripting_language:reference:dataframe:stimulus_set_impl</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:stimulus_set_impl&amp;rev=1458911562&amp;do=diff</link>
        <description>stimulus_set_impl

A convenience to distinguish from other types of dataframe.

run_trials
some_ss run_trial a_trial
Run a_trial run_set some_ss.</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:subtypes&amp;rev=1458912795&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:33:15+00:00</dc:date>
        <title>lazynut_scripting_language:reference:dataframe:subtypes</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:dataframe:subtypes&amp;rev=1458912795&amp;do=diff</link>
        <description>Subtypes of dataframe

dataframe_for_activities = {dataframe_for_activities_impl}

dataframe_for_params = {dataframe_for_params_impl}

dataframe_for_reps = {dataframe_for_reps_impl}

dataframe_for_trials = {dataframe_for_trials_impl}

dataframe_merge = {dataframe_merge_impl}

dataframe_subset = {dataframe_subset_impl}

stimulus_set = {stimulus_set_impl}</description>
    </item>
</rdf:RDF>
