{"id":3596,"date":"2023-07-16T15:36:27","date_gmt":"2023-07-16T15:36:27","guid":{"rendered":"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/"},"modified":"2023-07-16T15:36:27","modified_gmt":"2023-07-16T15:36:27","slug":"correlatie-tussen-continue-categorische-variabelen","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/","title":{"rendered":"Hoe u de correlatie tussen continue en categorische variabelen kunt berekenen"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Wanneer we de correlatie tussen twee continue variabelen willen berekenen, gebruiken we doorgaans de<a href=\"https:\/\/statorials.org\/nl\/pearson-correlatiecoefficient-1\/\" target=\"_blank\" rel=\"noopener\">Pearson-correlatieco\u00ebffici\u00ebnt<\/a> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Als we echter de correlatie tussen een continue variabele en een<a href=\"https:\/\/statorials.org\/nl\/categorisch-versus-kwantitatief\/\" target=\"_blank\" rel=\"noopener\">categorische variabele<\/a> willen berekenen, kunnen we de zogenaamde <strong>punt-biseri\u00eble correlatie<\/strong> gebruiken.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Punt-biseri\u00eble correlatie wordt gebruikt om de correlatie te berekenen tussen een binaire categorische variabele (een variabele die slechts twee waarden kan aannemen) en een continue variabele en heeft de volgende eigenschappen:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">De punt-biseri\u00eble correlatie kan vari\u00ebren tussen -1 en 1.<\/span><\/li>\n<li> <span style=\"color: #000000;\">Voor elke groep die door de binaire variabele wordt gecre\u00eberd, wordt aangenomen dat de continue variabele normaal verdeeld is met gelijke varianties.<\/span><\/li>\n<li> <span style=\"color: #000000;\">Voor elke groep die door de binaire variabele wordt gecre\u00eberd, wordt aangenomen dat er geen extreme uitschieters zijn.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Het volgende voorbeeld laat zien hoe u in de praktijk een punt-biseri\u00eble correlatie kunt berekenen.<\/span><\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld: Berekening van een punt-biseri\u00eble correlatie<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Stel dat een universiteitsprofessor wil vaststellen of er een verband bestaat tussen geslacht en de score op een bepaald kwalificerend examen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Hij verzamelt de volgende gegevens over 12 jongens en 12 meisjes in zijn klas:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-29641 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/correlation1.jpg\" alt=\"\" width=\"154\" height=\"580\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Omdat <strong>geslacht<\/strong> een categorische variabele is en <strong>de score<\/strong> een continue variabele, is het zinvol om een punt-biseri\u00eble correlatie tussen de twee variabelen te berekenen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">De professor kan elk statistisch programma (waaronder Excel, R, Python, SPSS, Stata) gebruiken om de punt-biseri\u00eble correlatie tussen de twee variabelen te berekenen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">De volgende code laat zien hoe de punt-biseri\u00eble correlatie in R wordt berekend, waarbij de waarde 0 wordt gebruikt om vrouwen weer te geven en 1 om mannen weer te geven voor de geslachtsvariabele:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#define values for gender\n<\/span>gender &lt;- c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n            1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)\n\n<span style=\"color: #008080;\">#define values for score\n<\/span>score &lt;- c(77, 78, 79, 79, 82, 84, 85, 88, 89, 91, 91, 94,\n           84, 84, 84, 85, 85, 86, 86, 86, 89, 91, 94, 98)\n\n<span style=\"color: #008080;\">#calculate point-biserial correlation\n<\/span>horn. <span style=\"color: #3366ff;\">test<\/span> (gender, score)\n\n\tPearson's product-moment correlation\n\ndata: gender and score\nt = 1.3739, df = 22, p-value = 0.1833\nalternative hypothesis: true correlation is not equal to 0\n95 percent confidence interval:\n -0.1379386 0.6147832\nsample estimates:\n      horn \n0.2810996<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Uit het resultaat kunnen we zien dat de punt-biseri\u00eble correlatieco\u00ebffici\u00ebnt <strong>0,281<\/strong> is en de overeenkomstige p-waarde <strong>0,1833<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Omdat de correlatieco\u00ebffici\u00ebnt positief is, vertelt dit ons dat er een positieve correlatie bestaat tussen geslacht en score.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Omdat we mannen als 1 en vrouwen als 0 hebben gecodeerd, geeft dit aan dat de scores voor mannen doorgaans hoger zijn (dat wil zeggen: de scores nemen toe naarmate het geslacht &#8218;toeneemt&#8216;). \u00bb van 0 tot 1).<\/span><\/p>\n<p> <span style=\"color: #000000;\">Omdat de p-waarde echter niet kleiner is dan 0,05, is deze correlatieco\u00ebffici\u00ebnt niet statistisch significant.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Aanvullende bronnen<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">In de volgende tutorials wordt uitgelegd hoe u de biseri\u00eble puntcorrelatie kunt berekenen met behulp van verschillende statistische software:<\/span><\/p>\n<p><a href=\"https:\/\/statorials.org\/nl\/punt-biseriele-correlatie-excel\/\" target=\"_blank\" rel=\"noopener\">Hoe punt-biseri\u00eble correlatie in Excel te berekenen<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/punt-biseriele-correlatie-r\/\" target=\"_blank\" rel=\"noopener\">Hoe de punt-biseri\u00eble correlatie in R te berekenen<\/a><br \/><a href=\"https:\/\/statorials.org\/nl\/punt-biseriele-correlatiepython\/\" target=\"_blank\" rel=\"noopener\">Hoe punt-biseri\u00eble correlatie in Python te berekenen<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Wanneer we de correlatie tussen twee continue variabelen willen berekenen, gebruiken we doorgaans dePearson-correlatieco\u00ebffici\u00ebnt . Als we echter de correlatie tussen een continue variabele en eencategorische variabele willen berekenen, kunnen we de zogenaamde punt-biseri\u00eble correlatie gebruiken. Punt-biseri\u00eble correlatie wordt gebruikt om de correlatie te berekenen tussen een binaire categorische variabele (een variabele die slechts twee [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-3596","post","type-post","status-publish","format-standard","hentry","category-gids"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Hoe de correlatie tussen continue en categorische variabelen te berekenen - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de correlatie tussen continue en categorische variabelen berekent.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoe de correlatie tussen continue en categorische variabelen te berekenen - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de correlatie tussen continue en categorische variabelen berekent.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-16T15:36:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/correlation1.jpg\" \/>\n<meta name=\"author\" content=\"Dr.benjamin anderson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dr.benjamin anderson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/\",\"url\":\"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/\",\"name\":\"Hoe de correlatie tussen continue en categorische variabelen te berekenen - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-16T15:36:27+00:00\",\"dateModified\":\"2023-07-16T15:36:27+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de correlatie tussen continue en categorische variabelen berekent.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe u de correlatie tussen continue en categorische variabelen kunt berekenen\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/nl\/#website\",\"url\":\"https:\/\/statorials.org\/nl\/\",\"name\":\"Statorials\",\"description\":\"Uw gids voor statistische competentie\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/nl\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\",\"name\":\"Dr.benjamin anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"Dr.benjamin anderson\"},\"description\":\"Ik ben Benjamin, een gepensioneerde hoogleraar statistiek die nu een toegewijde Statorials-lesgever is. Ik heb uitgebreide ervaring en expertise op het gebied van statistiek en ik ben vastbesloten om mijn kennis te delen met studenten via Statorials. Lees verder\",\"sameAs\":[\"http:\/\/statorials.org\/nl\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hoe de correlatie tussen continue en categorische variabelen te berekenen - Statorials","description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de correlatie tussen continue en categorische variabelen berekent.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/","og_locale":"de_DE","og_type":"article","og_title":"Hoe de correlatie tussen continue en categorische variabelen te berekenen - Statorials","og_description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de correlatie tussen continue en categorische variabelen berekent.","og_url":"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/","og_site_name":"Statorials","article_published_time":"2023-07-16T15:36:27+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/correlation1.jpg"}],"author":"Dr.benjamin anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr.benjamin anderson","Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/","url":"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/","name":"Hoe de correlatie tussen continue en categorische variabelen te berekenen - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-16T15:36:27+00:00","dateModified":"2023-07-16T15:36:27+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de correlatie tussen continue en categorische variabelen berekent.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/correlatie-tussen-continue-categorische-variabelen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe u de correlatie tussen continue en categorische variabelen kunt berekenen"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/nl\/#website","url":"https:\/\/statorials.org\/nl\/","name":"Statorials","description":"Uw gids voor statistische competentie","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/nl\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de"},{"@type":"Person","@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219","name":"Dr.benjamin anderson","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/image\/","url":"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"Dr.benjamin anderson"},"description":"Ik ben Benjamin, een gepensioneerde hoogleraar statistiek die nu een toegewijde Statorials-lesgever is. Ik heb uitgebreide ervaring en expertise op het gebied van statistiek en ik ben vastbesloten om mijn kennis te delen met studenten via Statorials. Lees verder","sameAs":["http:\/\/statorials.org\/nl"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/3596","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/comments?post=3596"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/3596\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=3596"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=3596"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=3596"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}