<?xml version="1.0" encoding="UTF-8"?>
<itemContainer xmlns="http://omeka.org/schemas/omeka-xml/v5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://omeka.org/schemas/omeka-xml/v5 http://omeka.org/schemas/omeka-xml/v5/omeka-xml-5-0.xsd" uri="https://repository.horizon.ac.id/items/browse?collection=545&amp;output=omeka-xml" accessDate="2026-04-14T15:23:44+00:00">
  <miscellaneousContainer>
    <pagination>
      <pageNumber>1</pageNumber>
      <perPage>10</perPage>
      <totalResults>11</totalResults>
    </pagination>
  </miscellaneousContainer>
  <item itemId="8186" public="1" featured="1">
    <fileContainer>
      <file fileId="8210">
        <src>https://repository.horizon.ac.id/files/original/cf1f53fc5fcd0e7613b8ad82553c1c12.pdf</src>
        <authentication>e157043da23e78d78f332d5cd0ef4a82</authentication>
      </file>
    </fileContainer>
    <collection collectionId="545">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87535">
                  <text>VOLUME 97 Tahun 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="87536">
                  <text>https://www.jstatsoft.org/issue/view/v097</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87537">
                  <text>2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87538">
                  <text>Fajar Bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87539">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87540">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87541">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87652">
                <text>R-Friendly Multi-Threading in C++</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87653">
                <text> R, C++, parallel, thread, concurrency</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87654">
                <text>Calling multi-threaded C++ code from R has its perils. Since the R interpreter is&#13;
single-threaded, one must not check for user interruptions or print to the R console from&#13;
multiple threads. One can, however, synchronize with R from the main thread. The&#13;
R package RcppThread (current version 1.0.0) contains a header only C++ library for&#13;
thread safe communication with R that exploits this fact. It includes C++ classes for&#13;
threads, a thread pool, and parallel loops that routinely synchronize with R. This article&#13;
explains the package’s functionality and gives examples of its usage. The synchronization&#13;
mechanism may also apply to other threading frameworks. Benchmarks suggest that,&#13;
although synchronization causes overhead, the parallel abstractions of RcppThread are&#13;
competitive with other popular libraries in typical scenarios encountered in statistical&#13;
computing.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87655">
                <text>Thomas Nagler</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="87656">
                <text>https://www.jstatsoft.org/article/view/v097c01</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="87657">
                <text>Leiden University&#13;
</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87658">
                <text>Januari 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87659">
                <text>Fajar Bagus w</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87660">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87661">
                <text>Inggris</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87662">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="8185" public="1" featured="1">
    <fileContainer>
      <file fileId="8209">
        <src>https://repository.horizon.ac.id/files/original/52b4e37916baafa20043e277b9e5b1ba.pdf</src>
        <authentication>48a8b14876c149d5d0357644a2d931dd</authentication>
      </file>
    </fileContainer>
    <collection collectionId="545">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87535">
                  <text>VOLUME 97 Tahun 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="87536">
                  <text>https://www.jstatsoft.org/issue/view/v097</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87537">
                  <text>2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87538">
                  <text>Fajar Bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87539">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87540">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87541">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87641">
                <text>Data Validation Infrastructure for R</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87642">
                <text> data checking, data quality, data cleaning, R</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87643">
                <text>Checking data quality against domain knowledge is a common activity that pervades&#13;
statistical analysis from raw data to output. The R package validate facilitates this&#13;
task by capturing and applying expert knowledge in the form of validation rules: logical&#13;
restrictions on variables, records, or data sets that should be satisfied before they are&#13;
considered valid input for further analysis. In the validate package, validation rules are&#13;
objects of computation that can be manipulated, investigated, and confronted with data&#13;
or versions of a data set. The results of a confrontation are then available for further&#13;
investigation, summarization or visualization. Validation rules can also be endowed with&#13;
metadata and documentation and they may be stored or retrieved from external sources&#13;
such as text files or tabular formats. This data validation infrastructure thus allows for&#13;
systematic, user-defined definition of data quality requirements that can be reused for&#13;
various versions of a data set or by data correction algorithms that are parameterized by&#13;
validation rules.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87644">
                <text>Mark P. J. van der Loo</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="87645">
                <text>https://www.jstatsoft.org/article/view/v097i10</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="87646">
                <text>Mark P. J. van der Loo, Edwin de Jonge</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87647">
                <text>Januari 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87648">
                <text>Fajar Bagus w</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87649">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87650">
                <text>Inggris</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87651">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="8184" public="1" featured="1">
    <fileContainer>
      <file fileId="8208">
        <src>https://repository.horizon.ac.id/files/original/ac17a83d3eb5a55d8db9f12a987e3493.pdf</src>
        <authentication>f4f38fc14feaccbe7521c564aacdfa89</authentication>
      </file>
    </fileContainer>
    <collection collectionId="545">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87535">
                  <text>VOLUME 97 Tahun 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="87536">
                  <text>https://www.jstatsoft.org/issue/view/v097</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87537">
                  <text>2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87538">
                  <text>Fajar Bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87539">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87540">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87541">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87630">
                <text>multimode: An R Package for Mode Assessment</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87631">
                <text>multimodality, critical bandwidth, excess mass, bootstrap test</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87632">
                <text>In several applied fields, multimodality assessment is a crucial task as a previous&#13;
exploratory tool or for determining the suitability of certain distributions. The goal of&#13;
this paper is to present the utilities of the R package multimode, which collects different&#13;
exploratory and testing non-parametric approaches for determining the number of modes&#13;
and their estimated location. Specifically, some graphical tools (SiZer map, mode tree&#13;
or mode forest) are provided, allowing for the identification of mode patterns, based&#13;
on the kernel density estimation. Several formal testing procedures for determining the&#13;
number of modes are described in this paper and implemented in the multimode package,&#13;
including methods based on the ideas of the critical bandwidth, the excess mass or using&#13;
a combination of both. This package also includes a function for estimating the modes&#13;
locations and different classical data examples that have been considered in mode testing&#13;
literature</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87633">
                <text>Jose Ameijeiras-Alonso</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="87634">
                <text>https://www.jstatsoft.org/article/view/v097i09</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="87635">
                <text>Universidade de Santiago&#13;
de Compostela</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87636">
                <text>Januari 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87637">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87638">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87639">
                <text>Inggris</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87640">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="8183" public="1" featured="1">
    <fileContainer>
      <file fileId="8207">
        <src>https://repository.horizon.ac.id/files/original/a1973d4b3908236f87f46a2dc782afdc.pdf</src>
        <authentication>33232149859288981f16a59a4c712abc</authentication>
      </file>
    </fileContainer>
    <collection collectionId="545">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87535">
                  <text>VOLUME 97 Tahun 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="87536">
                  <text>https://www.jstatsoft.org/issue/view/v097</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87537">
                  <text>2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87538">
                  <text>Fajar Bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87539">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87540">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87541">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87619">
                <text>mosum: A Package for Moving Sums in Change-Point Analysis</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87620">
                <text> MOSUM, change-point analysis, time series</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87621">
                <text>Time series data, i.e., temporally ordered data, is routinely collected and analysed&#13;
in in many fields of natural science, economy, technology and medicine, where it is of&#13;
importance to verify the assumption of stochastic stationarity prior to modeling the data.&#13;
Nonstationarities in the data are often attributed to structural changes with segments between adjacent change-points being approximately stationary. A particularly important,&#13;
and thus widely studied, problem in statistics and signal processing is to detect changes&#13;
in the mean at unknown time points. In this paper, we present the R package mosum,&#13;
which implements elegant and mathematically well-justified procedures for the multiple&#13;
mean change problem using the moving sum statistics</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87622">
                <text>Alexander Meier</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="87623">
                <text>https://www.jstatsoft.org/article/view/v097i08</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="87624">
                <text>Otto von Guericke&#13;
University Magdeburg</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87625">
                <text>Januari 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87626">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87627">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87628">
                <text>Inggris</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87629">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="8182" public="1" featured="1">
    <fileContainer>
      <file fileId="8206">
        <src>https://repository.horizon.ac.id/files/original/98b9d93e2aede1b0ec3b9d595c1a828f.pdf</src>
        <authentication>ae718a93719b78779d9f551a96a5592b</authentication>
      </file>
    </fileContainer>
    <collection collectionId="545">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87535">
                  <text>VOLUME 97 Tahun 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="87536">
                  <text>https://www.jstatsoft.org/issue/view/v097</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87537">
                  <text>2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87538">
                  <text>Fajar Bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87539">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87540">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87541">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87608">
                <text>FamEvent: An R Package for Generating and Modeling Time-to-Event Data in Family Designs</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87609">
                <text>ascertainment correction, correlated time-to-event data, EM algorithm, family&#13;
study designs, mutation carrier probability, penetrance function estimation.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87610">
                <text>FamEvent is a comprehensive R package for simulating and modeling age-at-disease&#13;
onset in families carrying a rare gene mutation. The package can simulate complex family&#13;
data for variable time-to-event outcomes under three common family study designs (population, high-risk clinic and multi-stage) with various levels of missing genetic information&#13;
among family members. Residual familial correlation can be induced through the inclusion of a frailty term or a second gene. Disease-gene carrier probabilities are evaluated&#13;
assuming Mendelian transmission or empirically from the data. When genetic information on the disease gene is missing, an expectation-maximization algorithm is employed&#13;
to calculate the carrier probabilities. Penetrance model functions with ascertainment correction adapted to the sampling design provide age-specific cumulative disease risks by&#13;
sex, mutation status, and other covariates for simulated data as well as real data analysis.&#13;
Robust standard errors and 95% confidence intervals are available for these estimates.&#13;
Plots of pedigrees and penetrance functions based on the fitted model provide graphical&#13;
displays to evaluate and summarize the models.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87611">
                <text>Yun-Hee Choi</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="87612">
                <text>https://www.jstatsoft.org/article/view/v097i07</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="87613">
                <text>The University of&#13;
Western Ontario</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87614">
                <text>Januari 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87615">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87616">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87617">
                <text>Inggris</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87618">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="8181" public="1" featured="1">
    <fileContainer>
      <file fileId="8205">
        <src>https://repository.horizon.ac.id/files/original/dcf46d604918d00932bbd9493a9b073d.pdf</src>
        <authentication>5455b039c2d42a0594f52929bcb13017</authentication>
      </file>
    </fileContainer>
    <collection collectionId="545">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87535">
                  <text>VOLUME 97 Tahun 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="87536">
                  <text>https://www.jstatsoft.org/issue/view/v097</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87537">
                  <text>2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87538">
                  <text>Fajar Bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87539">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87540">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87541">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87597">
                <text>Ball: An R Package for Detecting Distribution Difference and Association in Metric Spaces</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87598">
                <text> K-sample test problem, test of mutual independence problem, ball divergence, ball&#13;
covariance, metric space.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87599">
                <text>The rapid development of modern technology has created many complex datasets&#13;
in non-linear spaces, while most of the statistical hypothesis tests are only available in&#13;
Euclidean or Hilbert spaces. To properly analyze the data with more complicated structures, efforts have been made to solve the fundamental test problems in more general&#13;
spaces (Lyons 2013; Pan, Tian, Wang, and Zhang 2018; Pan, Wang, Zhang, Zhu, and Zhu&#13;
2020). In this paper, we introduce a publicly available R package Ball for the comparison&#13;
of multiple distributions and the test of mutual independence in metric spaces, which&#13;
extends the test procedures for the equality of two distributions (Pan et al. 2018) and&#13;
the independence of two random objects (Pan et al. 2020). The Ball package is computationally efficient since several novel algorithms as well as engineering techniques are&#13;
employed in speeding up the ball test procedures. Two real data analyses and diverse&#13;
numerical studies have been performed, and the results certify that the Ball package can&#13;
detect various distribution differences and complicated dependencies in complex datasets,&#13;
e.g., directional data and symmetric positive definite matrix data.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87600">
                <text>Jin Zhu</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="87601">
                <text>https://www.jstatsoft.org/article/view/v097i06</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="87602">
                <text>Sun Yat-Sen&#13;
Universit</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87603">
                <text>Januari 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87604">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87605">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87606">
                <text>Inggris</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87607">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="8180" public="1" featured="1">
    <fileContainer>
      <file fileId="8204">
        <src>https://repository.horizon.ac.id/files/original/9dfb0da9e36c3036765887aeccd09cff.pdf</src>
        <authentication>01cad2c3b46f00e1ccd9dc4851188a85</authentication>
      </file>
    </fileContainer>
    <collection collectionId="545">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87535">
                  <text>VOLUME 97 Tahun 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="87536">
                  <text>https://www.jstatsoft.org/issue/view/v097</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87537">
                  <text>2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87538">
                  <text>Fajar Bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87539">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87540">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87541">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87586">
                <text>svars: An R Package for Data-Driven Identification in Multivariate Time Series Analysis</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87587">
                <text>SVAR models, identification, independent components, non-Gaussian maximum&#13;
likelihood, changes in volatility, smooth transition covariance, R</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87588">
                <text>Structural vector autoregressive (SVAR) models are frequently applied to trace the&#13;
contemporaneous linkages among (macroeconomic) variables back to an interplay of orthogonal structural shocks. Under Gaussianity the structural parameters are unidentified&#13;
without additional (often external and not data-based) information. In contrast, the often&#13;
reasonable assumption of heteroskedastic and/or non-Gaussian model disturbances offers&#13;
the possibility to identify unique structural shocks. We describe the R package svars which&#13;
implements statistical identification techniques that can be both heteroskedasticity-based&#13;
or independence-based. Moreover, it includes a rich variety of analysis tools that are well&#13;
known in the SVAR literature. Next to a comprehensive review of the theoretical background, we provide a detailed description of the associated R functions. Furthermore, a&#13;
macroeconomic application serves as a step-by-step guide on how to apply these functions&#13;
to the identification and interpretation of structural VAR models</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87589">
                <text>Helmut Herwartz</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="87590">
                <text>https://www.jstatsoft.org/article/view/v097i05</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="87591">
                <text>University of Goettingen&#13;
</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87592">
                <text>Januari 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87593">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87594">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87595">
                <text>Inggris</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87596">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="8179" public="1" featured="1">
    <fileContainer>
      <file fileId="8203">
        <src>https://repository.horizon.ac.id/files/original/4638549fdad73df5e5e33561e665fc1f.pdf</src>
        <authentication>eddecb2aac0637a6164b98c1d1c6a34e</authentication>
      </file>
    </fileContainer>
    <collection collectionId="545">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87535">
                  <text>VOLUME 97 Tahun 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="87536">
                  <text>https://www.jstatsoft.org/issue/view/v097</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87537">
                  <text>2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87538">
                  <text>Fajar Bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87539">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87540">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87541">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87575">
                <text>The R Package forestinventory: Design-Based Global and Small Area Estimations for Multiphase Forest Inventories</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87576">
                <text>: forest inventory, design-based, infinite population approach, two- and three-phase&#13;
sampling, regression estimators, small area estimation</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87577">
                <text>Forest inventories provide reliable evidence-based information to assess the state and&#13;
development of forests over time. They typically consist of a random sample of plot locations in the forest that are assessed individually by field crews. Due to the high costs&#13;
of these terrestrial campaigns, remote sensing information available in high quantity and&#13;
low costs is frequently incorporated in the estimation process in order to reduce inventory&#13;
costs or improve estimation precision. With respect to this objective, the application of&#13;
multiphase forest inventory methods (e.g., double- and triple-sampling regression estimators) has proved to be efficient. While these methods have been successfully applied in&#13;
practice, the availability of open-source software has been rare if not non-existent. The&#13;
R package forestinventory provides a comprehensive set of global and small area regression estimators for multiphase forest inventories under simple and cluster sampling. The&#13;
implemented methods have been demonstrated in various scientific studies ranging from&#13;
small to large scale forest inventories, and can be used for post-stratification, regression&#13;
and regression within strata. This article gives an extensive review of the mathematical&#13;
theory of this family of design-based estimators, puts them into a common framework of&#13;
forest inventory scenarios and demonstrates their application in the R environment.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87578">
                <text>Andreas Hill</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="87579">
                <text>https://www.jstatsoft.org/article/view/v097i04</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="87580">
                <text>ETH Zürich</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87581">
                <text>Januari 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87582">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87583">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87584">
                <text>Inggris</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87585">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="8178" public="1" featured="1">
    <fileContainer>
      <file fileId="8202">
        <src>https://repository.horizon.ac.id/files/original/8a06737694761e0b9dd00f10d1ebe03d.pdf</src>
        <authentication>e52b246b7db807368405df2c40c85212</authentication>
      </file>
    </fileContainer>
    <collection collectionId="545">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87535">
                  <text>VOLUME 97 Tahun 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="87536">
                  <text>https://www.jstatsoft.org/issue/view/v097</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87537">
                  <text>2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87538">
                  <text>Fajar Bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87539">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87540">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87541">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87564">
                <text>Simulating Survival Data Using the simsurv R Package</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87565">
                <text> survival, time-to-event, simulation, R</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87566">
                <text>The simsurv R package allows users to simulate survival (i.e., time-to-event) data from&#13;
standard parametric distributions (exponential, Weibull, and Gompertz), two-component&#13;
mixture distributions, or a user-defined hazard function. Baseline covariates can be included under a proportional hazards assumption. Clustered event times, for example individuals within a family, are also easily accommodated. Time-dependent effects (i.e., nonproportional hazards) can be included by interacting covariates with linear time or a&#13;
user-defined function of time. Under a user-defined hazard function, event times can be&#13;
generated for a variety of complex models such as flexible (spline-based) baseline hazards,&#13;
models with time-varying covariates, or joint longitudinal-survival models.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87567">
                <text>Samuel L. Brilleman</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="87568">
                <text>https://www.jstatsoft.org/article/view/v097i03</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="87569">
                <text>Samuel L. Brilleman&#13;
Monash University</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87570">
                <text>Januari 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87571">
                <text>Fajar Bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87572">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87573">
                <text>Inggris</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87574">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="8177" public="1" featured="1">
    <fileContainer>
      <file fileId="8201">
        <src>https://repository.horizon.ac.id/files/original/25b499ee5eb38a325aee71e53a5ae069.pdf</src>
        <authentication>ccca6ad880f210fae8eec778d0996aa6</authentication>
      </file>
    </fileContainer>
    <collection collectionId="545">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87535">
                  <text>VOLUME 97 Tahun 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="87536">
                  <text>https://www.jstatsoft.org/issue/view/v097</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87537">
                  <text>2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87538">
                  <text>Fajar Bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87539">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87540">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="87541">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87553">
                <text>microsynth: Synthetic Control Methods for Disaggregated and Micro-Level Data in R</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87554">
                <text>: synthetic control methods, micro-level, causal inference, Synth, program evaluation</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87555">
                <text>The R package microsynth has been developed for implementation of the synthetic&#13;
control methodology for comparative case studies involving micro- or meso-level data.&#13;
The methodology implemented within microsynth is designed to assess the efficacy of a&#13;
treatment or intervention within a well-defined geographic region that is itself a composite&#13;
of several smaller regions (where data are available at the more granular level for comparison regions as well). The effect of the intervention on one or more time-varying outcomes&#13;
is evaluated by determining a synthetic control region that resembles the treatment region&#13;
across pre-intervention values of the outcome(s) and time-invariant covariates and that is&#13;
a weighted composite of many untreated comparison regions. The microsynth procedure&#13;
includes functionality that enables its user to (1) calculate weights for synthetic control,&#13;
(2) tabulate results for statistical inferences, and (3) create time series plots of outcomes&#13;
for treatment and synthetic control. In this article, microsynth is described in detail and&#13;
its application is illustrated using data from a drug market intervention in Seattle, WA</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87556">
                <text>Michael W. Robbins</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="87557">
                <text>https://www.jstatsoft.org/article/view/v097i02</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="87558">
                <text>RAND Corporation</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87559">
                <text>Januari 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87560">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87561">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87562">
                <text>Inggris</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="87563">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
</itemContainer>
