{"id":3552,"date":"2023-07-16T21:28:21","date_gmt":"2023-07-16T21:28:21","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-lineart-meervoudige-regressie\/"},"modified":"2023-07-16T21:28:21","modified_gmt":"2023-07-16T21:28:21","slug":"excel-lineart-meervoudige-regressie","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-lineart-meervoudige-regressie\/","title":{"rendered":"Excel: hoe u lijnsch gebruikt om meervoudige lineaire regressie uit te voeren"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de <b>LIJNSCH-<\/b> functie in Excel gebruiken om een <a href=\"https:\/\/statorials.org\/nl\/meerdere-lineaire-regressie\/\" target=\"_blank\" rel=\"noopener\">meervoudig lineair regressiemodel<\/a> aan een reeks gegevens te koppelen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Deze functie gebruikt de volgende basissyntaxis:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">LINEST<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\">known_y's, [known_x's], [const], [stats]<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">Goud:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>bekende_y&#8217;s<\/strong> : een array met bekende y-waarden<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>bekende_x&#8217;s<\/strong> : een array met bekende x-waarden<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>const<\/strong> : Optioneel argument. Indien WAAR, wordt constante b normaal verwerkt. Indien ONWAAR, wordt constante b ingesteld op 1.<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>stats<\/strong> : Optioneel argument. Indien TRUE worden aanvullende regressiestatistieken geretourneerd. Als FALSE worden er geen aanvullende regressiestatistieken geretourneerd.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Het volgende stap-voor-stap voorbeeld laat zien hoe u deze functie in de praktijk kunt gebruiken.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Stap 1: Voer de gegevens in<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Laten we eerst de volgende gegevensset in Excel invoeren:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-29415 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/lignestmult1.jpg\" alt=\"\" width=\"472\" height=\"459\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Stap 2: Gebruik LIJNSCH om een meervoudig lineair regressiemodel te fitten<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Stel dat we een meervoudig lineair regressiemodel willen fitten met behulp van <strong>x1<\/strong> , <strong>x2<\/strong> en <strong>x3<\/strong> als voorspellende variabelen en <strong>y<\/strong> als responsvariabele.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Om dit te doen, kunnen we de volgende formule in elke cel typen, zodat deze in dit meervoudige lineaire regressiemodel past<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=LINEST( <span style=\"color: #3366ff;\">D2:D14<\/span> , <span style=\"color: #ff0000;\">A2:C14<\/span> )<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">De volgende schermafbeelding laat zien hoe u deze formule in de praktijk kunt gebruiken:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-29416\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/lignestmult2.jpg\" alt=\"Meerdere lineaire regressie Excel LIJNSCH\" width=\"644\" height=\"502\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Zo interpreteert u het resultaat:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">De co\u00ebffici\u00ebnt van het snijpunt is <strong>28,5986<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De co\u00ebffici\u00ebnt voor x1 is <strong>0,34271<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De co\u00ebffici\u00ebnt voor x2 is <strong>-3,00393<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De co\u00ebffici\u00ebnt voor x3 is <strong>0,849687<\/strong> .<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Met behulp van deze co\u00ebffici\u00ebnten kunnen we de aangepaste regressievergelijking als volgt schrijven:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>y = 28,5986 + 0,34271(x1) \u2013 3,00393(x2) + 0,849687(x3)<\/strong><\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Stap 3 (Optioneel): Bekijk aanvullende regressiestatistieken<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">We kunnen ook de waarde van het <strong>stats-<\/strong> argument in de <b>LIJNSCH-<\/b> functie gelijk stellen aan <strong>TRUE<\/strong> om aanvullende regressiestatistieken weer te geven voor de aangepaste regressievergelijking:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-29417 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/lignestmult3.jpg\" alt=\"\" width=\"664\" height=\"457\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De aangepaste regressievergelijking is nog steeds hetzelfde:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>y = 28,5986 + 0,34271(x1) \u2013 3,00393(x2) + 0,849687(x3)<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">Hier leest u hoe u de andere waarden van het resultaat interpreteert:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">De standaardfout voor x3 is <strong>0.453295<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De standaardfout voor x2 is <strong>1.626423<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De standaardfout voor x1 is <strong>1.327566<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De standaardfout voor het onderscheppen is <strong>13.20088<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De R <sup>2<\/sup> van het model is <strong>.838007<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De resterende standaardfout voor y is <strong>3,707539<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De algemene F-statistiek is <strong>15,51925<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De vrijheidsgraden zijn <strong>9<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De regressiesom van de kwadraten is <strong>639,9797<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De resterende kwadratensom is <strong>123,7126<\/strong> .<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Over het algemeen is de maatstaf die in deze aanvullende statistieken het meest interessant is, de <sup>R2-<\/sup> waarde, die het deel van de variantie in de responsvariabele vertegenwoordigt dat kan worden verklaard door de voorspellende variabele.<\/span><\/p>\n<p> <span style=\"color: #000000;\">De waarde van <sup>R2<\/sup> kan vari\u00ebren van 0 tot 1.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Omdat de R <sup>2<\/sup> van dit specifieke model <strong>0,838<\/strong> is, vertelt dit ons dat de voorspellende variabelen de waarde van de responsvariabele y goed voorspellen.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Gerelateerd:<\/strong> <a href=\"https:\/\/statorials.org\/nl\/goede-r-kwadraatwaarde\/\" target=\"_blank\" rel=\"noopener\">Wat is een goede R-kwadraatwaarde?<\/a><\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Aanvullende bronnen<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">In de volgende zelfstudies wordt uitgelegd hoe u andere veelvoorkomende bewerkingen in Excel uitvoert:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/nl\/logste-excel\/\" target=\"_blank\" rel=\"noopener\">Hoe de LOGSCH-functie in Excel te gebruiken<\/a><br \/> Hoe niet-lineaire regressie uit te voeren in Excel<br \/> <a href=\"https:\/\/statorials.org\/nl\/kubieke-regressie-excel\/\" target=\"_blank\" rel=\"noopener\">Hoe kubieke regressie uit te voeren in Excel<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de LIJNSCH- functie in Excel gebruiken om een meervoudig lineair regressiemodel aan een reeks gegevens te koppelen. Deze functie gebruikt de volgende basissyntaxis: = LINEST ( known_y&#8217;s, [known_x&#8217;s], [const], [stats] ) Goud: bekende_y&#8217;s : een array met bekende y-waarden bekende_x&#8217;s : een array met bekende x-waarden const : Optioneel argument. Indien WAAR, wordt [&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-3552","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>Excel: Hoe LIJNSCH te gebruiken om meerdere lineaire regressies uit te voeren - Statorials<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie wordt aan de hand van een voorbeeld uitgelegd hoe u de functie LIJNSCH in Excel gebruikt om meervoudige lineaire regressie uit te voeren.\" \/>\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\/excel-lineart-meervoudige-regressie\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: Hoe LIJNSCH te gebruiken om meerdere lineaire regressies uit te voeren - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie wordt aan de hand van een voorbeeld uitgelegd hoe u de functie LIJNSCH in Excel gebruikt om meervoudige lineaire regressie uit te voeren.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-lineart-meervoudige-regressie\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-16T21:28:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/lignestmult1.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\/excel-lineart-meervoudige-regressie\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-lineart-meervoudige-regressie\/\",\"name\":\"Excel: Hoe LIJNSCH te gebruiken om meerdere lineaire regressies uit te voeren - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-16T21:28:21+00:00\",\"dateModified\":\"2023-07-16T21:28:21+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze zelfstudie wordt aan de hand van een voorbeeld uitgelegd hoe u de functie LIJNSCH in Excel gebruikt om meervoudige lineaire regressie uit te voeren.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-lineart-meervoudige-regressie\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-lineart-meervoudige-regressie\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-lineart-meervoudige-regressie\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: hoe u lijnsch gebruikt om meervoudige lineaire regressie uit te voeren\"}]},{\"@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":"Excel: Hoe LIJNSCH te gebruiken om meerdere lineaire regressies uit te voeren - Statorials","description":"In deze zelfstudie wordt aan de hand van een voorbeeld uitgelegd hoe u de functie LIJNSCH in Excel gebruikt om meervoudige lineaire regressie uit te voeren.","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\/excel-lineart-meervoudige-regressie\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: Hoe LIJNSCH te gebruiken om meerdere lineaire regressies uit te voeren - Statorials","og_description":"In deze zelfstudie wordt aan de hand van een voorbeeld uitgelegd hoe u de functie LIJNSCH in Excel gebruikt om meervoudige lineaire regressie uit te voeren.","og_url":"https:\/\/statorials.org\/nl\/excel-lineart-meervoudige-regressie\/","og_site_name":"Statorials","article_published_time":"2023-07-16T21:28:21+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/lignestmult1.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\/excel-lineart-meervoudige-regressie\/","url":"https:\/\/statorials.org\/nl\/excel-lineart-meervoudige-regressie\/","name":"Excel: Hoe LIJNSCH te gebruiken om meerdere lineaire regressies uit te voeren - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-16T21:28:21+00:00","dateModified":"2023-07-16T21:28:21+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze zelfstudie wordt aan de hand van een voorbeeld uitgelegd hoe u de functie LIJNSCH in Excel gebruikt om meervoudige lineaire regressie uit te voeren.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-lineart-meervoudige-regressie\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-lineart-meervoudige-regressie\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-lineart-meervoudige-regressie\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: hoe u lijnsch gebruikt om meervoudige lineaire regressie uit te voeren"}]},{"@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\/3552","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=3552"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/3552\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=3552"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=3552"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=3552"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}