{"id":809,"date":"2023-07-28T16:41:18","date_gmt":"2023-07-28T16:41:18","guid":{"rendered":"https:\/\/statorials.org\/nl\/multicollineariteit-spss\/"},"modified":"2023-07-28T16:41:18","modified_gmt":"2023-07-28T16:41:18","slug":"multicollineariteit-spss","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/multicollineariteit-spss\/","title":{"rendered":"Hoe te testen op multicollineariteit in spss"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><a href=\"https:\/\/statorials.org\/nl\/multicollineariteitsregressie\/\" target=\"_blank\" rel=\"noopener\"><strong>Multicollineariteit<\/strong><\/a> <span style=\"color: #000000;\">bij regressieanalyse treedt op wanneer twee of meer voorspellende variabelen sterk met elkaar gecorreleerd zijn, zodat ze geen unieke of onafhankelijke informatie verschaffen in het regressiemodel. Als de mate van correlatie tussen variabelen hoog genoeg is, kan dit problemen veroorzaken bij het aanpassen en interpreteren van het regressiemodel.<\/span><\/p>\n<p> <span style=\"color: #000000;\">E\u00e9n manier om multicollineariteit te detecteren is door een metriek te gebruiken die bekend staat als <strong>de variantie-inflatiefactor (VIF)<\/strong> , die de correlatie en sterkte van de correlatie tussen voorspellende variabelen in een regressiemodel meet.<\/span><\/p>\n<p> <span style=\"color: #000000;\">In deze tutorial wordt uitgelegd hoe u VIF kunt gebruiken om multicollineariteit te detecteren in regressieanalyse in SPSS.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Voorbeeld: multicollineariteit in SPSS<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Stel dat we de volgende dataset hebben die de examenscore van 10 studenten weergeeft, samen met het aantal uren dat ze aan studeren hebben besteed, het aantal oefenexamens dat ze hebben afgelegd en hun huidige cijfer in de cursus:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-8936 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vifspss1.png\" alt=\"\" width=\"421\" height=\"341\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We willen graag een lineaire regressie uitvoeren met <strong>score<\/strong> als responsvariabele en <strong>hours<\/strong> , <strong>prep_exams<\/strong> en <strong>current_grade<\/strong> als voorspellende variabelen, maar we willen er zeker van zijn dat de drie voorspellende variabelen niet sterk gecorreleerd zijn.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Om te bepalen of multicollineariteit een probleem is, kunnen we VIF-waarden produceren voor elk van de voorspellende variabelen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Om dit te doen, klikt u op het tabblad <strong>Analyseren<\/strong> , vervolgens op <strong>Regressie<\/strong> en vervolgens <strong>op Lineair<\/strong> :<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"wp-image-8937 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vifspss2.png\" alt=\"\" width=\"560\" height=\"506\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">In het nieuwe venster dat verschijnt, sleept u <strong>de score<\/strong> naar het vak met de naam Dependent en sleept u de drie voorspellende variabelen naar het vak met de naam Independent(s). Klik vervolgens op <strong>Statistieken<\/strong> en zorg ervoor dat het vakje naast <strong>Collinearity Diagnostics<\/strong> is aangevinkt. Klik vervolgens op <strong>Doorgaan<\/strong> . Klik vervolgens op <strong>OK<\/strong> .<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-8938 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vifspss3.png\" alt=\"\" width=\"584\" height=\"391\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Nadat u op <strong>OK<\/strong> hebt geklikt, verschijnt de volgende tabel met de VIF-waarde voor elke voorspellende variabele:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-8939\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vifspss4.png\" alt=\"VIF in SPSS\" width=\"307\" height=\"196\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De VIF-waarden voor elk van de voorspellende variabelen zijn als volgt:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">uren: <strong>1.169<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\">voorbereidingsexamens: <strong>1.403<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\">huidige_score: <strong>1.522<\/strong><\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">De VIF-waarde begint bij 1 en heeft geen bovengrens. Een algemene regel voor het interpreteren van VIF&#8217;s is:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">Een waarde van 1 geeft aan dat er geen correlatie bestaat tussen een bepaalde voorspellende variabele en enige andere voorspellende variabele in het model.<\/span><\/li>\n<li> <span style=\"color: #000000;\">Een waarde tussen 1 en 5 duidt op een gematigde correlatie tussen een bepaalde voorspellende variabele en andere voorspellende variabelen in het model, maar deze is vaak niet ernstig genoeg om speciale aandacht te vereisen.<\/span><\/li>\n<li> <span style=\"color: #000000;\">Een waarde groter dan 5 duidt op een potentieel ernstige correlatie tussen een bepaalde voorspellende variabele en andere voorspellende variabelen in het model. In dit geval zijn de co\u00ebffici\u00ebntschattingen en p-waarden in de regressieresultaten waarschijnlijk onbetrouwbaar.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">We kunnen zien dat geen van de VIF-waarden voor de voorspellende variabelen in dit voorbeeld groter is dan 5, wat aangeeft dat multicollineariteit geen probleem zal zijn in het regressiemodel.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Multicollineariteit bij regressieanalyse treedt op wanneer twee of meer voorspellende variabelen sterk met elkaar gecorreleerd zijn, zodat ze geen unieke of onafhankelijke informatie verschaffen in het regressiemodel. Als de mate van correlatie tussen variabelen hoog genoeg is, kan dit problemen veroorzaken bij het aanpassen en interpreteren van het regressiemodel. E\u00e9n manier om multicollineariteit te detecteren [&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-809","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 te testen op multicollineariteit in SPSS - Statorials<\/title>\n<meta name=\"description\" content=\"Een eenvoudige uitleg over het testen op multicollineariteit in SPSS.\" \/>\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\/multicollineariteit-spss\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoe te testen op multicollineariteit in SPSS - Statorials\" \/>\n<meta property=\"og:description\" content=\"Een eenvoudige uitleg over het testen op multicollineariteit in SPSS.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/multicollineariteit-spss\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-28T16:41:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vifspss1.png\" \/>\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\/multicollineariteit-spss\/\",\"url\":\"https:\/\/statorials.org\/nl\/multicollineariteit-spss\/\",\"name\":\"Hoe te testen op multicollineariteit in SPSS - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-28T16:41:18+00:00\",\"dateModified\":\"2023-07-28T16:41:18+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"Een eenvoudige uitleg over het testen op multicollineariteit in SPSS.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/multicollineariteit-spss\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/multicollineariteit-spss\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/multicollineariteit-spss\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe te testen op multicollineariteit in spss\"}]},{\"@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 te testen op multicollineariteit in SPSS - Statorials","description":"Een eenvoudige uitleg over het testen op multicollineariteit in SPSS.","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\/multicollineariteit-spss\/","og_locale":"de_DE","og_type":"article","og_title":"Hoe te testen op multicollineariteit in SPSS - Statorials","og_description":"Een eenvoudige uitleg over het testen op multicollineariteit in SPSS.","og_url":"https:\/\/statorials.org\/nl\/multicollineariteit-spss\/","og_site_name":"Statorials","article_published_time":"2023-07-28T16:41:18+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vifspss1.png"}],"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\/multicollineariteit-spss\/","url":"https:\/\/statorials.org\/nl\/multicollineariteit-spss\/","name":"Hoe te testen op multicollineariteit in SPSS - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-28T16:41:18+00:00","dateModified":"2023-07-28T16:41:18+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"Een eenvoudige uitleg over het testen op multicollineariteit in SPSS.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/multicollineariteit-spss\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/multicollineariteit-spss\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/multicollineariteit-spss\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe te testen op multicollineariteit in spss"}]},{"@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\/809","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=809"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/809\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=809"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=809"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=809"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}