{
  "access": {
    "embargo": {
      "active": false,
      "reason": null
    },
    "files": "public",
    "record": "public",
    "status": "open"
  },
  "created": "2020-06-27T16:58:31.521686+00:00",
  "custom_fields": {},
  "deletion_status": {
    "is_deleted": false,
    "status": "P"
  },
  "files": {
    "count": 1,
    "enabled": true,
    "entries": {
      "Nelson-Gon/manymodelr-v0.3.2.zip": {
        "access": {
          "hidden": false
        },
        "checksum": "md5:1d614225eb94380c3d4bfd84cfbd273e",
        "ext": "zip",
        "id": "3f00de51-81c0-4b20-856f-0cad974dd3d0",
        "key": "Nelson-Gon/manymodelr-v0.3.2.zip",
        "links": {
          "content": "https://zenodo.org/api/records/3911206/files/Nelson-Gon/manymodelr-v0.3.2.zip/content",
          "self": "https://zenodo.org/api/records/3911206/files/Nelson-Gon/manymodelr-v0.3.2.zip"
        },
        "metadata": null,
        "mimetype": "application/zip",
        "size": 914180,
        "storage_class": "L"
      }
    },
    "order": [],
    "total_bytes": 914180
  },
  "id": "3911206",
  "is_draft": false,
  "is_published": true,
  "links": {
    "access": "https://zenodo.org/api/records/3911206/access",
    "access_grants": "https://zenodo.org/api/records/3911206/access/grants",
    "access_links": "https://zenodo.org/api/records/3911206/access/links",
    "access_request": "https://zenodo.org/api/records/3911206/access/request",
    "access_users": "https://zenodo.org/api/records/3911206/access/users",
    "archive": "https://zenodo.org/api/records/3911206/files-archive",
    "archive_media": "https://zenodo.org/api/records/3911206/media-files-archive",
    "communities": "https://zenodo.org/api/records/3911206/communities",
    "communities-suggestions": "https://zenodo.org/api/records/3911206/communities-suggestions",
    "doi": "https://doi.org/10.5281/zenodo.3911206",
    "draft": "https://zenodo.org/api/records/3911206/draft",
    "file_modification": "https://zenodo.org/api/records/3911206/file-modification",
    "files": "https://zenodo.org/api/records/3911206/files",
    "latest": "https://zenodo.org/api/records/3911206/versions/latest",
    "latest_html": "https://zenodo.org/records/3911206/latest",
    "media_files": "https://zenodo.org/api/records/3911206/media-files",
    "parent": "https://zenodo.org/api/records/3891106",
    "parent_doi": "https://doi.org/10.5281/zenodo.3891106",
    "parent_doi_html": "https://zenodo.org/doi/10.5281/zenodo.3891106",
    "parent_html": "https://zenodo.org/records/3891106",
    "preview_html": "https://zenodo.org/records/3911206?preview=1",
    "quota_increase": "https://zenodo.org/api/records/3911206/quota-increase",
    "request_deletion": "https://zenodo.org/api/records/3911206/request-deletion",
    "requests": "https://zenodo.org/api/records/3911206/requests",
    "reserve_doi": "https://zenodo.org/api/records/3911206/draft/pids/doi",
    "self": "https://zenodo.org/api/records/3911206",
    "self_doi": "https://doi.org/10.5281/zenodo.3911206",
    "self_doi_html": "https://zenodo.org/doi/10.5281/zenodo.3911206",
    "self_html": "https://zenodo.org/records/3911206",
    "self_iiif_manifest": "https://zenodo.org/api/iiif/record:3911206/manifest",
    "self_iiif_sequence": "https://zenodo.org/api/iiif/record:3911206/sequence/default",
    "versions": "https://zenodo.org/api/records/3911206/versions"
  },
  "media_files": {
    "count": 0,
    "enabled": false,
    "entries": {},
    "order": [],
    "total_bytes": 0
  },
  "metadata": {
    "creators": [
      {
        "affiliations": [
          {
            "name": "ZJU-UoE Insititute"
          }
        ],
        "person_or_org": {
          "family_name": "NelsonGon",
          "name": "NelsonGon",
          "type": "personal"
        }
      }
    ],
    "description": "manymodelr 0.3.2\n<ul>\n<li>Patch related to failing tests on old R releases, skip tests on these. </li>\n</ul>\nmanymodelr 0.3.1\n<ul>\n<li>Fixed issues for CRAN</li>\n</ul>\nmanymodelr 0.3.0\n<p><strong>Major additions</strong></p>\n<ul>\n<li><p><strong>extract_model_info</strong> now supports <code>glmerMod</code> and <code>glmmTMB</code></p>\n</li>\n<li><p><strong>get_this</strong> now works with numeric input and also supports <code>data.frame</code> objects.</p>\n</li>\n<li><p><strong>fit_models</strong> extends <strong>fit_model</strong> by building many models at once.</p>\n</li>\n</ul>\n<p><strong>Other changes</strong></p>\n<ul>\n<li><p><code>get_stats</code> now drops columns via a vector and not \"non_numeric\" as previously.</p>\n</li>\n<li><p>Metrics from <code>multi_model_1</code> are now more informative with the metric and method wrapped in the naming of the result.</p>\n</li>\n</ul>\n<ul>\n<li><code>df</code> was renamed as <code>old_data</code> in <code>multi_model_1</code>, <code>newdata</code> to <code>new_data</code>.</li>\n</ul>\n<ul>\n<li><code>plot_corr</code> now directly accepts <code>data.frame</code> objects. Arguments like <code>round_values</code> have also been dropped.</li>\n</ul>\n<ul>\n<li>Fixed DOI to Max Kuhn's paper</li>\n</ul>\n<ul>\n<li>Refactored <code>get_mode</code> to be <code>tidy</code> compliant. </li>\n</ul>\n<ul>\n<li>The argument <code>valid</code> was dropped in <code>multi_model_1</code>.</li>\n</ul>\n<ul>\n<li><code>get_all</code> was dropped in <code>select_percentile</code>. </li>\n</ul>\n<ul>\n<li><code>select_col</code>, <code>select_percentile</code>, <code>row_mean_na</code> will be removed in the next release.</li>\n</ul>\n<ul>\n<li><code>row_mean_na</code> is now defunct. Use <code>na_replace</code> instead.</li>\n</ul>\n<ul>\n<li><code>na_replace</code> no longer allows using functions such as <code>mean</code>,<code>min</code>, etc. These have been reimplemented in the package <a href=\"https://www.github.com/Nelson-Gon/mde\">mde</a></li>\n</ul>\n<ul>\n<li><p><code>modeleR</code> is now defunct. Use <code>fit_model</code> instead.</p>\n</li>\n<li><p><code>get_this</code> no longer accepts non quoted character strings.</p>\n</li>\n<li><p>Better coverage and code tests</p>\n</li>\n</ul>\nmanymodelr 0.2.4\n<p>Fixes paper citation</p>\n\nmanymodelr 0.2.3\n<p><strong>New functions</strong></p>\n<ol>\n<li><p><code>plot_corr</code> has been added to allow plotting of correlation matrices produced by <code>get_var_corr_</code>.</p>\n</li>\n<li><p><code>na_replace_grouped</code> extends <code>na_replace</code> by allowing replacement of missing values(<code>NA</code>s) by group.</p>\n</li>\n<li><p><code>add_model_predictions</code> allows addition of predicted values to  a data set.</p>\n</li>\n<li><p><code>add_model_residuals</code> is an easy to use and <code>dplyr</code> compatible wrapper that allows addition of residuals to a data set.</p>\n</li>\n<li><p><code>extract_model_info</code> allows easy extraction of common model attributes such as p values, residuals, coefficients, etc as per the specific model type. It supports extraction of multiple attributes.</p>\n</li>\n<li><p><code>multi_model_2</code> allows fitting and predicting in one function. It is similar to <code>multi_model_1</code> except it does not require metrics.</p>\n</li>\n</ol>\n<p><strong>Major Changes</strong></p>\n<ol>\n<li><p><code>modeleR</code> has been replaced with <code>fit_model</code> which is an easier to remember name. Usage remains the same.</p>\n</li>\n<li><p><code>fit_model</code> no longer allows direct addition of predictions. Use <code>add_model_predictions</code> to achieve the same.</p>\n</li>\n</ol>\n<ol>\n<li><p><code>na_replace</code> has been extended to allow for user defined values.</p>\n</li>\n<li><p><code>rowdiff</code> now accepts replacement of the calculation induced <code>NA</code>s. It does so by using <code>na_replace</code>.</p>\n</li>\n<li><p><code>get_var_corr_</code> now supports using only a subset of the data.</p>\n</li>\n<li><p>Helper functions are no longer exported.</p>\n</li>\n<li><p><code>get_data_Stats</code> is now aliased with <code>get_stats</code> for ease.</p>\n</li>\n<li><p><code>get_var_corr</code> no longer has the <code>get_all</code> argument. Instead, users can provide an option <code>other_vars</code> vector of subset columns. <code>drop_columns</code> has also been changed from <code>boolean</code> to a character vector.</p>\n</li>\n</ol>\n\nmanymodelr 0.2.2\n<p>Minor bug fixes with respect to the vignette.</p>\n\nmanymodelr 0.2.1\n<p><strong>Major Changes</strong></p>\n<p><strong>Additions</strong></p>\n<ol>\n<li><p><code>agg_by_group</code> is a new function that manipulates grouped data. It is fast and robust for many kinds of functions.</p>\n</li>\n<li><p><code>rowdiff</code> is another new function that enable one to find differences between rows in a data.frame object. `</p>\n</li>\n<li><p><code>get_var_corr</code> provides a user-friendly way to find correlations between data.</p>\n</li>\n<li><p><code>get_var_corr_</code> provides a user-friendly way to find combination-wise correlations. It is relatively fast depending on how big one's data is and/or machine specifications.</p>\n</li>\n<li><p><code>get_this</code> is an easy to use helper function to get metrics,predictions, etc. Currently supports lists and data.frame objects.</p>\n</li>\n<li><p><code>modeleR</code> and <code>row_mean_na</code> were removed.</p>\n</li>\n</ol>\n<p><strong>Major Modifications</strong></p>\n<ol>\n<li><p><code>get_data_Stats</code> now supports removal of missing data as well as using only numeric data.</p>\n</li>\n<li><p><code>modeleR</code> has been fixed to handle new data as expected. It also now supports glm.</p>\n</li>\n<li><p><code>multi_model_1</code> now supports either validation or working with new data.</p>\n</li>\n<li><p><code>row_mean_na</code> has been replaced with na_replace which is more robust. <code>row_mean_na</code> will be removed in future versions.</p>\n</li>\n</ol>",
    "publication_date": "2020-06-27",
    "publisher": "Zenodo",
    "related_identifiers": [
      {
        "identifier": "https://github.com/Nelson-Gon/manymodelr/tree/v0.3.2",
        "relation_type": {
          "id": "issupplementto",
          "title": {
            "de": "Erg\u00e4nzt",
            "en": "Is supplement to"
          }
        },
        "scheme": "url"
      }
    ],
    "resource_type": {
      "id": "software",
      "title": {
        "de": "Software",
        "en": "Software"
      }
    },
    "rights": [
      {
        "description": {
          "en": ""
        },
        "id": "other-open",
        "title": {
          "en": "Other (Open)"
        }
      }
    ],
    "title": "Nelson-Gon/manymodelr: Patch Release",
    "version": "v0.3.2"
  },
  "parent": {
    "access": {
      "owned_by": {
        "user": "86012"
      }
    },
    "communities": {},
    "id": "3891106",
    "pids": {
      "doi": {
        "client": "datacite",
        "identifier": "10.5281/zenodo.3891106",
        "provider": "datacite"
      }
    }
  },
  "pids": {
    "doi": {
      "client": "datacite",
      "identifier": "10.5281/zenodo.3911206",
      "provider": "datacite"
    },
    "oai": {
      "identifier": "oai:zenodo.org:3911206",
      "provider": "oai"
    }
  },
  "revision_id": 7,
  "stats": {
    "all_versions": {
      "data_volume": 149124691.0,
      "downloads": 94,
      "unique_downloads": 90,
      "unique_views": 1121,
      "views": 3311
    },
    "this_version": {
      "data_volume": 6399260.0,
      "downloads": 7,
      "unique_downloads": 7,
      "unique_views": 96,
      "views": 126
    }
  },
  "status": "published",
  "swh": {},
  "updated": "2021-11-15T11:03:18.958389+00:00",
  "versions": {
    "index": 2,
    "is_latest": false
  }
}