<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD Journal Publishing DTD v2.3 20070202//EN" "journalpublishing.dtd">
<article xml:lang="EN" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" article-type="correction">
<front>
<journal-meta>
<journal-id journal-id-type="publisher-id">Front. Neuroinform.</journal-id>
<journal-title>Frontiers in Neuroinformatics</journal-title>
<abbrev-journal-title abbrev-type="pubmed">Front. Neuroinform.</abbrev-journal-title>
<issn pub-type="epub">1662-5196</issn>
<publisher>
<publisher-name>Frontiers Media S.A.</publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="doi">10.3389/fninf.2024.1408064</article-id>
<article-categories>
<subj-group subj-group-type="heading">
<subject>Neuroscience</subject>
<subj-group>
<subject>Erratum</subject>
</subj-group>
</subj-group>
</article-categories>
<title-group>
<article-title>Erratum: NeuroDecodeR: a package for neural decoding in R</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author" corresp="yes">
<collab>Frontiers Production Office</collab>
<xref ref-type="corresp" rid="c001"><sup>&#x0002A;</sup></xref>
<uri xlink:href="http://loop.frontiersin.org/people/20170/overview"/>
</contrib>
</contrib-group>
<aff><institution>Frontiers Media SA</institution>, <addr-line>Lausanne</addr-line>, <country>Switzerland</country></aff>
<author-notes>
<fn fn-type="edited-by"><p>Approved by: Frontiers Editorial Office, Frontiers Media SA, Switzerland</p></fn>
<corresp id="c001">&#x0002A;Correspondence: Frontiers Production Office <email>production.office&#x00040;frontiersin.org</email></corresp>
</author-notes>
<pub-date pub-type="epub">
<day>16</day>
<month>04</month>
<year>2024</year>
</pub-date>
<pub-date pub-type="collection">
<year>2024</year>
</pub-date>
<volume>18</volume>
<elocation-id>1408064</elocation-id>
<history>
<date date-type="received">
<day>27</day>
<month>03</month>
<year>2024</year>
</date>
<date date-type="accepted">
<day>27</day>
<month>03</month>
<year>2024</year>
</date>
</history>
<permissions>
<copyright-statement>Copyright &#x000A9; 2024 Frontiers Production Office.</copyright-statement>
<copyright-year>2024</copyright-year>
<copyright-holder>Frontiers Production Office</copyright-holder>
<license xlink:href="http://creativecommons.org/licenses/by/4.0/"><p>This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.</p></license>
</permissions>
<related-article id="RA1" related-article-type="corrected-article" journal-id="Front Neuroinform" journal-id-type="nlm-ta" vol="17" page="1275903" xlink:href="10.3389/fninf.2023.1275903" ext-link-type="doi">An Erratum on <article-title>NeuroDecodeR: a package for neural decoding in R</article-title> by Meyers, E. M. (2024). <italic>Front. Neuroinform</italic>. 17:1275903. doi: <object-id>10.3389/fninf.2023.1275903</object-id></related-article>
<kwd-group>
<kwd>neural decoding</kwd>
<kwd>readout</kwd>
<kwd>multivariate pattern analysis</kwd>
<kwd>R</kwd>
<kwd>data analysis</kwd>
<kwd>statistics</kwd>
<kwd>machine learning</kwd>
<kwd>data science</kwd>
</kwd-group>
<counts>
<fig-count count="0"/>
<table-count count="0"/>
<equation-count count="0"/>
<ref-count count="0"/>
<page-count count="2"/>
<word-count count="452"/>
</counts>
</article-meta>
</front>
<body>
<p>Due to a production error, the code phrase &#x0201C;cl_max_correlation&#x0201D; was incorrectly written as &#x0201C;cl:max_correlation&#x0201D; on four occasions in the online webpage version of this article.</p>
<p>A correction has been made to the section <bold>Decoding analysis 1: decoding face identity using left profile images</bold>, subsection <bold>Running the decoding analysis</bold>, paragraph 2:</p>
<p>&#x0201C;3. cl_max_correlation classifier to make our predictions.&#x0201D;</p>
<p>A correction has been made to the section <bold>Decoding analysis 1: decoding face identity using left profile images</bold>, subsection <bold>Running the decoding analysis</bold>, paragraph 3:</p>
<p>&#x0201C;ds &#x0003C; - ds_basic(binned_data=&#x0201C;FV_AM_30bins_10</p>
<p>sampled.Rda&#x0201D;,</p>
<p>labels= &#x0201C;orient_person_combo&#x0201D;,</p>
<p>num_cv_splits=3,</p>
<p>label_levels=left_profile_levels,</p>
<p>site_IDs_to_use=sites_to_use)</p>
<p>fps &#x0003C; - list(fp_zscore())</p>
<p>cl &#x0003C; - cl_max_correlation()</p>
<p>rms &#x0003C; - list(rm_main_results(), rm_confusion_matrix())</p>
<p>cv &#x0003C; - cv_standard(datasource=ds, classifier=cl, feature_preprocessors=fps, result_ metrics=rms)&#x0201D;</p>
<p>A correction has been made to the section <bold>Decoding analysis 2: testing generalization across head orientations</bold>, paragraph 5:</p>
<p>&#x0201C;fps &#x0003C; - list(fp_zscore())</p>
<p>cl &#x0003C; - cl_max_correlation()</p>
<p>rms &#x0003C; - list(rm_main_results())</p>
<p>cv &#x0003C; - cv_standard(datasource=ds,</p>
<p>classifier=cl,</p>
<p>feature_preprocessors=fps,</p>
<p>result_metrics=rms,</p>
<p>run_TCD=FALSE)</p>
<p>DECODING_RESULTS &#x0003C; - run_decoding(cv)</p>
<p>log_save_results(DECODING_RESULTS,</p>
<p>save_directory_name= &#x0201C;results&#x0201D;,</p>
<p>result_name= &#x0201C;Train left profile, test</p>
<p>right profile&#x0201D;)&#x0201D;</p>
<p>A correction has been made to the section <bold>Decoding analysis 2: testing generalization across head orientations</bold>, subsection <bold>Piping together NeuroDecodeR objects</bold>, paragraph 2:</p>
<p>&#x0201C;&#x0201C;FV_AM_30bins_10sampled.Rda&#x0201D; |&#x0003E;</p>
<p>ds_basic(labels= &#x0201C;orient_person_combo&#x0201D;,</p>
<p>num_cv_splits=3,</p>
<p>label_levels=right_profile_levels,</p>
<p>site_IDs_to_use=sites_to_use) |&#x0003E;</p>
<p>fp_zscore() |&#x0003E;</p>
<p>cl_max_correlation() |&#x0003E;</p>
<p>rm_main_results() |&#x0003E;</p>
<p>rm_confusion_matrix() |&#x0003E;</p>
<p>cv_standard(run_TCD=FALSE) |&#x0003E;</p>
<p>run_decoding() |&#x0003E;</p>
<p>log_save_results(save_directory_</p>
<p>name= &#x0201C;results&#x0201D;,</p>
<p>result_name=&#x0201C;Right profile face</p>
<p>decoding&#x0201D;)</p>
<p>result_names &#x0003C; - c(result_names, &#x0201C;Right profile</p>
<p>face decoding&#x0201D;)</p>
<p>plot_main_results(results_dir_name= &#x0201C;results&#x0201D;,</p>
<p>result_names)&#x0201D;</p>
<p>The publisher apologizes for this mistake. The original article has been updated.</p>
</body>
</article>