{"id":1607,"date":"2023-07-25T16:37:05","date_gmt":"2023-07-25T16:37:05","guid":{"rendered":"https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/"},"modified":"2023-07-25T16:37:05","modified_gmt":"2023-07-25T16:37:05","slug":"kubieke-regressie-excel","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/","title":{"rendered":"Kubieke regressie in excel (stap voor stap)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><strong>Kubieke regressie<\/strong> is een regressietechniek die we kunnen gebruiken wanneer de relatie tussen een voorspellende variabele en een responsvariabele niet-lineair is.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Het volgende stapsgewijze voorbeeld laat zien hoe u een kubisch regressiemodel aan een gegevensset in Excel kunt aanpassen.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Stap 1: Cre\u00eber de gegevens<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Laten we eerst een nep-gegevensset maken in Excel:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-15945 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/cubiqueexcel1.png\" alt=\"\" width=\"456\" height=\"450\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Stap 2: Voer een kubieke regressie uit<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Vervolgens kunnen we de volgende formule in Excel gebruiken om een kubisch regressiemodel in Excel te passen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=LINEST( <span style=\"color: #3366ff;\">B2:B13<\/span> , <span style=\"color: #ff0000;\">A2:A13<\/span> ^{1,2,3})\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">De volgende schermafbeelding laat zien hoe u een kubieke regressie uitvoert voor ons specifieke voorbeeld:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-15946 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/cubiqueexcel2.png\" alt=\"\" width=\"485\" height=\"449\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Met behulp van de co\u00ebffici\u00ebnten uit het resultaat kunnen we het volgende geschatte regressiemodel schrijven:<\/span><\/p>\n<p> <span style=\"color: #000000;\">\u0177 = -32,0118 + 9,832x \u2013 0,3214x <sup>2<\/sup> + 0,0033x <sup>3<\/sup><\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Stap 3: Visualiseer het kubieke regressiemodel<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">We kunnen ook een spreidingsdiagram maken met de gepaste regressielijn om het kubieke regressiemodel te visualiseren.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Markeer eerst de gegevens:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-15947 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/cubiqueexcel3.png\" alt=\"\" width=\"402\" height=\"360\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Klik vervolgens op het tabblad <strong>Invoegen<\/strong> langs het bovenste lint en klik op de eerste optie van de optie <strong>Scatter invoegen (X,Y)<\/strong> in de groep <strong>Afbeeldingen<\/strong> . Dit levert het volgende spreidingsdiagram op:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-15949 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/cubiqueexcel4.png\" alt=\"\" width=\"591\" height=\"440\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Klik vervolgens op het groene plusteken in de rechterbovenhoek van het diagram en klik op de pijl rechts van <strong>Trendline<\/strong> . Klik in het vervolgkeuzemenu dat verschijnt op <strong>Meer opties<\/strong> &#8230;<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-15950 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/cubiqueexcel5.png\" alt=\"\" width=\"605\" height=\"371\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Klik vervolgens op de optie <strong>Polynomial<\/strong> Trendline en selecteer <strong>3<\/strong> voor de bestelling. Vink vervolgens het vakje aan naast &#8218;Vergelijking in grafiek weergeven&#8216;<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-15951 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/cubiqueexcel6.png\" alt=\"\" width=\"296\" height=\"591\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De volgende trendlijn en vergelijking verschijnen op de grafiek:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-15952 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/cubiqueexcel.png\" alt=\"\" width=\"526\" height=\"414\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Merk op dat de vergelijking in de grafiek overeenkomt met de vergelijking die we hebben berekend met de functie <strong>LIJNSCH()<\/strong> .<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Aanvullende bronnen<\/strong><\/span><\/h3>\n<p> <a href=\"https:\/\/statorials.org\/nl\/eenvoudige-lineaire-regressie-excel\/\" target=\"_blank\" rel=\"noopener\">Hoe u eenvoudige lineaire regressie uitvoert in Excel<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/meervoudige-lineaire-regressie-excel\/\" target=\"_blank\" rel=\"noopener\">Hoe u meerdere lineaire regressies uitvoert in Excel<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/polynomiale-regressie-excel\/\" target=\"_blank\" rel=\"noopener\">Hoe polynomiale regressie uit te voeren in Excel<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Kubieke regressie is een regressietechniek die we kunnen gebruiken wanneer de relatie tussen een voorspellende variabele en een responsvariabele niet-lineair is. Het volgende stapsgewijze voorbeeld laat zien hoe u een kubisch regressiemodel aan een gegevensset in Excel kunt aanpassen. Stap 1: Cre\u00eber de gegevens Laten we eerst een nep-gegevensset maken in Excel: Stap 2: Voer [&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-1607","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>Kubieke regressie in Excel (stap voor stap) - Statorials<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie wordt uitgelegd hoe u kubieke regressie in Excel kunt uitvoeren, met een stapsgewijs voorbeeld.\" \/>\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\/kubieke-regressie-excel\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kubieke regressie in Excel (stap voor stap) - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie wordt uitgelegd hoe u kubieke regressie in Excel kunt uitvoeren, met een stapsgewijs voorbeeld.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-25T16:37:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/cubiqueexcel1.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=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/\",\"url\":\"https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/\",\"name\":\"Kubieke regressie in Excel (stap voor stap) - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-25T16:37:05+00:00\",\"dateModified\":\"2023-07-25T16:37:05+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze zelfstudie wordt uitgelegd hoe u kubieke regressie in Excel kunt uitvoeren, met een stapsgewijs voorbeeld.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kubieke regressie in excel (stap voor stap)\"}]},{\"@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":"Kubieke regressie in Excel (stap voor stap) - Statorials","description":"In deze zelfstudie wordt uitgelegd hoe u kubieke regressie in Excel kunt uitvoeren, met een stapsgewijs voorbeeld.","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\/kubieke-regressie-excel\/","og_locale":"de_DE","og_type":"article","og_title":"Kubieke regressie in Excel (stap voor stap) - Statorials","og_description":"In deze zelfstudie wordt uitgelegd hoe u kubieke regressie in Excel kunt uitvoeren, met een stapsgewijs voorbeeld.","og_url":"https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/","og_site_name":"Statorials","article_published_time":"2023-07-25T16:37:05+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/cubiqueexcel1.png"}],"author":"Dr.benjamin anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr.benjamin anderson","Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/","url":"https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/","name":"Kubieke regressie in Excel (stap voor stap) - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-25T16:37:05+00:00","dateModified":"2023-07-25T16:37:05+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze zelfstudie wordt uitgelegd hoe u kubieke regressie in Excel kunt uitvoeren, met een stapsgewijs voorbeeld.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Kubieke regressie in excel (stap voor stap)"}]},{"@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\/1607","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=1607"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/1607\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=1607"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=1607"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=1607"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}