{
  "access": {
    "embargo": {
      "active": false,
      "reason": null
    },
    "files": "public",
    "record": "public",
    "status": "open"
  },
  "created": "2018-07-12T14:31:22.030386+00:00",
  "custom_fields": {},
  "deletion_status": {
    "is_deleted": false,
    "status": "P"
  },
  "files": {
    "count": 1,
    "enabled": true,
    "entries": {
      "strengejacke/sjPlot-2.5.0.zip": {
        "access": {
          "hidden": false
        },
        "checksum": "md5:64e7cd6ceea4f811b57933ab28045c44",
        "ext": "zip",
        "id": "0f797412-59d2-4a2f-82fa-770115340de1",
        "key": "strengejacke/sjPlot-2.5.0.zip",
        "links": {
          "content": "https://zenodo.org/api/records/1310947/files/strengejacke/sjPlot-2.5.0.zip/content",
          "self": "https://zenodo.org/api/records/1310947/files/strengejacke/sjPlot-2.5.0.zip"
        },
        "metadata": null,
        "mimetype": "application/zip",
        "size": 4565337,
        "storage_class": "L"
      }
    },
    "order": [],
    "total_bytes": 4565337
  },
  "id": "1310947",
  "is_draft": false,
  "is_published": true,
  "links": {
    "access": "https://zenodo.org/api/records/1310947/access",
    "access_grants": "https://zenodo.org/api/records/1310947/access/grants",
    "access_links": "https://zenodo.org/api/records/1310947/access/links",
    "access_request": "https://zenodo.org/api/records/1310947/access/request",
    "access_users": "https://zenodo.org/api/records/1310947/access/users",
    "archive": "https://zenodo.org/api/records/1310947/files-archive",
    "archive_media": "https://zenodo.org/api/records/1310947/media-files-archive",
    "communities": "https://zenodo.org/api/records/1310947/communities",
    "communities-suggestions": "https://zenodo.org/api/records/1310947/communities-suggestions",
    "doi": "https://doi.org/10.5281/zenodo.1310947",
    "draft": "https://zenodo.org/api/records/1310947/draft",
    "file_modification": "https://zenodo.org/api/records/1310947/file-modification",
    "files": "https://zenodo.org/api/records/1310947/files",
    "latest": "https://zenodo.org/api/records/1310947/versions/latest",
    "latest_html": "https://zenodo.org/records/1310947/latest",
    "media_files": "https://zenodo.org/api/records/1310947/media-files",
    "parent": "https://zenodo.org/api/records/1308157",
    "parent_doi": "https://doi.org/10.5281/zenodo.1308157",
    "parent_doi_html": "https://zenodo.org/doi/10.5281/zenodo.1308157",
    "parent_html": "https://zenodo.org/records/1308157",
    "preview_html": "https://zenodo.org/records/1310947?preview=1",
    "quota_increase": "https://zenodo.org/api/records/1310947/quota-increase",
    "request_deletion": "https://zenodo.org/api/records/1310947/request-deletion",
    "requests": "https://zenodo.org/api/records/1310947/requests",
    "reserve_doi": "https://zenodo.org/api/records/1310947/draft/pids/doi",
    "self": "https://zenodo.org/api/records/1310947",
    "self_doi": "https://doi.org/10.5281/zenodo.1310947",
    "self_doi_html": "https://zenodo.org/doi/10.5281/zenodo.1310947",
    "self_html": "https://zenodo.org/records/1310947",
    "self_iiif_manifest": "https://zenodo.org/api/iiif/record:1310947/manifest",
    "self_iiif_sequence": "https://zenodo.org/api/iiif/record:1310947/sequence/default",
    "versions": "https://zenodo.org/api/records/1310947/versions"
  },
  "media_files": {
    "count": 0,
    "enabled": false,
    "entries": {},
    "order": [],
    "total_bytes": 0
  },
  "metadata": {
    "creators": [
      {
        "affiliations": [
          {
            "name": "Universit\u00e4tsklinikum Hamburg-Eppendorf"
          }
        ],
        "person_or_org": {
          "family_name": "Daniel L\u00fcdecke",
          "identifiers": [
            {
              "identifier": "0000-0002-8895-3206",
              "scheme": "orcid"
            }
          ],
          "name": "Daniel L\u00fcdecke",
          "type": "personal"
        }
      }
    ],
    "description": "<p>New functions</p>\n\n<ul>\n\t<li><code>tab_model()</code> as replacement for <code>sjt.lm()</code>, <code>sjt.glm()</code>, <code>sjt.lmer()</code> and <code>sjt.glmer()</code>. Furthermore, <code>tab_model()</code> is designed to work with the same model-objects as <code>plot_model()</code>.</li>\n\t<li>New colour scales for ggplot-objects: <code>scale_fill_sjplot()</code> and <code>scale_color_sjplot()</code>. These provide predifined colour palettes from this package.</li>\n\t<li><code>show_sjplot_pals()</code> to show all predefined colour palettes provided by this package.</li>\n\t<li><code>sjplot_pal()</code> to return colour values of a specific palette.</li>\n</ul>\n\n<p>Deprecated</p>\n\n<p>Following functions are now deprecated:</p>\n\n<ul>\n\t<li><code>sjp.lm()</code>, <code>sjp.glm()</code>, <code>sjp.lmer()</code>, <code>sjp.glmer()</code> and <code>sjp.int()</code>. Please use <code>plot_model()</code> instead.</li>\n\t<li><code>sjt.frq()</code>. Please use <code>sjmisc::frq(out = &quot;v&quot;)</code> instead.</li>\n</ul>\n\n<p>Removed / Defunct</p>\n\n<p>Following functions are now defunct:</p>\n\n<ul>\n\t<li><code>sjt.grpmean()</code>, <code>sjt.mwu()</code> and <code>sjt.df()</code>. The replacements are <code>sjstats::grpmean()</code>, <code>sjstats::mwu()</code> and <code>tab_df()</code> resp. <code>tab_dfs()</code>.</li>\n</ul>\n\n<p>Changes to functions</p>\n\n<ul>\n\t<li><code>plot_model()</code> and <code>plot_models()</code> get a <code>prefix.labels</code>-argument, to prefix automatically retrieved term labels with either the related variable name or label.</li>\n\t<li><code>plot_model()</code> gets a <code>show.zeroinf</code>-argument to show or hide the zero-inflation-part of models in the plot.</li>\n\t<li><code>plot_model()</code> gets a <code>jitter</code>-argument to add some random variation to data points for those plot types that accept <code>show.data = TRUE</code>.</li>\n\t<li><code>plot_model()</code> gets a <code>legend.title</code>-argument to define the legend title for plots that display a legend.</li>\n\t<li><code>plot_model()</code> now passes more arguments in <code>...</code> down to <code>ggeffects::plot()</code> for marginal effects plots.</li>\n\t<li><code>plot_model()</code> now plots the zero-inflated part of the model for <code>brmsfit</code>-objects.</li>\n\t<li><code>plot_model()</code> now plots multivariate response models, i.e. models with multiple outcomes.</li>\n\t<li>Diagnostic plots in <code>plot_model()</code> (<code>type = &quot;diag&quot;</code>) can now also be used with <code>brmsfit</code>-objects.</li>\n\t<li>Axis limits of diagnostic plots in <code>plot_model()</code> (<code>type = &quot;diag&quot;</code>) for Stan-models (<code>brmsfit</code> or <code>stanreg</code> resp. <code>stanfit</code>) can now be set with the <code>axis.lim</code>-argument.</li>\n\t<li>The <code>grid.breaks</code>-argument for <code>plot_model()</code> and <code>plot_models()</code> now also takes a vector of values to directly define the grid breaks for the plot.</li>\n\t<li>Better default calculation for grid breaks in <code>plot_model()</code> and <code>plot_models()</code> when the <code>grid.breaks</code>-argument is of length one.</li>\n\t<li>The <code>terms</code>-argument for <code>plot_model()</code> now also allows the specification of a range of numeric values in square brackets for marginal effects plots, e.g. <code>terms = &quot;age [30:50]&quot;</code> or <code>terms = &quot;age [pretty]&quot;</code>.</li>\n\t<li>For coefficient-plots, the <code>terms</code>- and <code>rm.terms</code>-arguments for <code>plot_model()</code> now also allows specification of factor levels for categorical terms. Coefficients for the indicted factor levels are kept resp. removed (see <code>?plot_model</code> for details).</li>\n\t<li><code>plot_model()</code> now supports <code>clmm</code>-objects (package <em>ordinal</em>).</li>\n\t<li><code>plot_model(type = &quot;diag&quot;)</code> now also shows random-effects QQ-plots for <code>glmmTMB</code>-models, and also plots random-effects QQ-plots for all random effects (if model has more than one random effect term).</li>\n</ul>\n\n<p>Bug fixes</p>\n\n<ul>\n\t<li><code>plot_model(type = &quot;re&quot;)</code> now supports standard errors and confidence intervals for <code>glmmTMB</code>-objects.</li>\n\t<li>Fixed typo for <code>glmmTMB</code>-tidier, which may have returned wrong data for zero-inflation part of model.</li>\n\t<li>Multiple random intercepts for multilevel models fitted with <code>brms</code> area now shown in each own facet per intercept.</li>\n\t<li>Remove unnecessary warning in <code>sjp.likert()</code> for uneven category count when neutral category is specified.</li>\n\t<li><code>plot_model(type = &quot;int&quot;)</code> could not automatically select <code>mdrt.values</code> properly for non-integer variables.</li>\n\t<li><code>sjp.grpfrq()</code> now correctly uses the complete space in facets when <code>facet.grid = TRUE</code>.</li>\n\t<li><code>sjp.grpfrq(type = &quot;boxplot&quot;)</code> did not correctly label the x-axis when one category had no elements in a vector.</li>\n\t<li>Problems with German umlauts when printing HTML tables were fixed.</li>\n</ul>",
    "publication_date": "2018-07-12",
    "publisher": "Zenodo",
    "related_identifiers": [
      {
        "identifier": "https://github.com/strengejacke/sjPlot/tree/2.5.0",
        "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": "sjPlot - Data Visualization for Statistics in Social Science.",
    "version": "2.5.0"
  },
  "parent": {
    "access": {
      "owned_by": {
        "user": "46616"
      }
    },
    "communities": {},
    "id": "1308157",
    "pids": {
      "doi": {
        "client": "datacite",
        "identifier": "10.5281/zenodo.1308157",
        "provider": "datacite"
      }
    }
  },
  "pids": {
    "doi": {
      "client": "datacite",
      "identifier": "10.5281/zenodo.1310947",
      "provider": "datacite"
    },
    "oai": {
      "identifier": "oai:zenodo.org:1310947",
      "provider": "oai"
    }
  },
  "revision_id": 15,
  "stats": {
    "all_versions": {
      "data_volume": 2958458424.0,
      "downloads": 598,
      "unique_downloads": 568,
      "unique_views": 14389,
      "views": 15542
    },
    "this_version": {
      "data_volume": 461099037.0,
      "downloads": 101,
      "unique_downloads": 95,
      "unique_views": 4419,
      "views": 4651
    }
  },
  "status": "published",
  "swh": {},
  "updated": "2020-01-25T19:21:42.448306+00:00",
  "versions": {
    "index": 2,
    "is_latest": false
  }
}