{"id":1762,"date":"2023-07-25T02:18:14","date_gmt":"2023-07-25T02:18:14","guid":{"rendered":"https:\/\/statorials.org\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/"},"modified":"2023-07-25T02:18:14","modified_gmt":"2023-07-25T02:18:14","slug":"interpretieren-sie-die-prt-regressionsausgabe-r","status":"publish","type":"post","link":"https:\/\/statorials.org\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/","title":{"rendered":"So interpretieren sie pr(&gt;|t|) in der regressionsmodellausgabe in r"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Immer wenn Sie eine lineare Regression in R durchf\u00fchren, wird die Ausgabe Ihres Regressionsmodells im folgenden Format angezeigt:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\">Coefficients:\n            Estimate Std. Error t value Pr(&gt;|t|)  \n(Intercept) 10.0035 5.9091 1.693 0.1513  \nx1 1.4758 0.5029 2.935 0.0325 *\nx2 -0.7834 0.8014 -0.978 0.3732<\/span> \n<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Die Spalte <strong>Pr(&gt;|t|)<\/strong> stellt den p-Wert dar, der dem Wert in der <strong>t-<\/strong> Wertspalte zugeordnet ist.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Wenn der p-Wert unter einem bestimmten Signifikanzniveau liegt (z. B. \u03b1 = 0,05), wird davon ausgegangen, dass die Pr\u00e4diktorvariable eine statistisch signifikante Beziehung zur Antwortvariablen im Modell hat.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Das folgende Beispiel zeigt, wie die Werte in der Spalte Pr(&gt;|t|) f\u00fcr ein bestimmtes Regressionsmodell interpretiert werden.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Beispiel: So interpretieren Sie Pr(&gt;|t|)-Werte<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Angenommen, wir m\u00f6chten ein <a href=\"https:\/\/statorials.org\/de\/multiple-lineare-regression\/\" target=\"_blank\" rel=\"noopener\">multiples lineares Regressionsmodell<\/a> mithilfe der Pr\u00e4diktorvariablen <strong>x1<\/strong> und <strong>x2<\/strong> und einer einzelnen Antwortvariablen <strong>y<\/strong> anpassen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Der folgende Code zeigt, wie man einen Datenrahmen erstellt und ein Regressionsmodell an die Daten anpasst:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#create data frame\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (x1=c(1, 3, 3, 4, 4, 5, 6, 6),\n                 x2=c(7, 7, 5, 6, 5, 4, 5, 6),\n                 y=c(8, 8, 9, 9, 13, 14, 17, 14))\n\n<span style=\"color: #008080;\">#fit multiple linear regression model\n<\/span>model &lt;- lm(y ~ x1 + x2, data=df)\n\n<span style=\"color: #008080;\">#view model summary\n<\/span>summary(model)\n\nCall:\nlm(formula = y ~ x1 + x2, data = df)\n\nResiduals:\n      1 2 3 4 5 6 7 8 \n 2.0046 -0.9470 -1.5138 -2.2062 1.0104 -0.2488 2.0588 -0.1578 \n\nCoefficients:\n            Estimate Std. Error t value Pr(&gt;|t|)  \n(Intercept) 10.0035 5.9091 1.693 0.1513  \nx1 1.4758 0.5029 2.935 0.0325 *\nx2 -0.7834 0.8014 -0.978 0.3732  \n---\nSignificant. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1\n\nResidual standard error: 1.867 on 5 degrees of freedom\nMultiple R-squared: 0.7876, Adjusted R-squared: 0.7026 \nF-statistic: 9.268 on 2 and 5 DF, p-value: 0.0208<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">So interpretieren Sie die Werte in der Spalte Pr(&gt;|t|):<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">Der p-Wert f\u00fcr die Pr\u00e4diktorvariable x1 betr\u00e4gt <strong>0,0325<\/strong> . Da dieser Wert kleiner als 0,05 ist, besteht ein statistisch signifikanter Zusammenhang mit der Antwortvariablen im Modell.<\/span><\/li>\n<li> <span style=\"color: #000000;\">Der p-Wert f\u00fcr die Pr\u00e4diktorvariable x2 betr\u00e4gt <strong>0,3732<\/strong> . Da dieser Wert nicht kleiner als 0,05 ist, besteht kein statistisch signifikanter Zusammenhang mit der Antwortvariablen im Modell.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Die <a href=\"https:\/\/statorials.org\/de\/bedeutungscodes-in-r\/\" target=\"_blank\" rel=\"noopener\">Signifikanzcodes<\/a> unter der Koeffiziententabelle sagen uns, dass ein einzelnes Sternchen (*) neben dem p-Wert von 0,0325 bedeutet, dass der p-Wert bei \u03b1 = 0,05 statistisch signifikant ist.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Wie wird Pr(&gt;|t|) eigentlich berechnet?<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">So wird der Wert von Pr(&gt;|t|) tats\u00e4chlich berechnet:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Schritt 1: Berechnen Sie den t-Wert<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">Zun\u00e4chst berechnen wir den <strong>t-Wert<\/strong> nach folgender Formel:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>t-Wert<\/strong> = Sch\u00e4tzung \/ Std. Fehler<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">So berechnen Sie beispielsweise den t-Wert f\u00fcr die Pr\u00e4diktorvariable x1:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#calculate t-value<\/span>\n1.4758 \/ .5029\n\n[1] 2.934579\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><strong>Schritt 2: Berechnen Sie den p-Wert<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">Als n\u00e4chstes berechnen wir den p-Wert. Dies stellt die Wahrscheinlichkeit dar, dass der Absolutwert der t-Verteilung gr\u00f6\u00dfer als 2,935 ist.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Wir k\u00f6nnen die folgende Formel in R verwenden, um diesen Wert zu berechnen:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>p-Wert<\/strong> = 2 * pt (abs (t-Wert), Rest-df, unterer Schwanz = FALSCH)<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">So berechnen Sie beispielsweise den p-Wert f\u00fcr einen t-Wert von 2,935 mit 5 Restfreiheitsgraden:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#calculate p-value<\/span>\n2 * pt( <span style=\"color: #3366ff;\">abs<\/span> (2.935), 5, lower. <span style=\"color: #3366ff;\">tail<\/span> = <span style=\"color: #008000;\">FALSE<\/span> )\n\n[1] 0.0324441\n<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">Beachten Sie, dass dieser p-Wert mit dem p-Wert in der obigen Regressionsausgabe \u00fcbereinstimmt.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Hinweis:<\/strong> Der Wert der verbleibenden Freiheitsgrade steht am Ende der Regressionsausgabe. In unserem Beispiel waren es 5:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong>Residual standard error: 1.867 on <span style=\"color: #ff0000;\">5<\/span> degrees of freedom\n<\/strong><\/span><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>Zus\u00e4tzliche Ressourcen<\/strong><\/span><\/h3>\n<p> <a href=\"https:\/\/statorials.org\/de\/einfache-lineare-regression-in-r\/\" target=\"_blank\" rel=\"noopener\">So f\u00fchren Sie eine einfache lineare Regression in R durch<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/multiple-lineare-regression-r\/\" target=\"_blank\" rel=\"noopener\">So f\u00fchren Sie eine multiple lineare Regression in R durch<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/zeichnen-sie-die-multiple-lineare-regression-in-r\/\" target=\"_blank\" rel=\"noopener\">So zeichnen Sie mehrere lineare Regressionsergebnisse in R auf<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Immer wenn Sie eine lineare Regression in R durchf\u00fchren, wird die Ausgabe Ihres Regressionsmodells im folgenden Format angezeigt: Coefficients: Estimate Std. Error t value Pr(&gt;|t|) (Intercept) 10.0035 5.9091 1.693 0.1513 x1 1.4758 0.5029 2.935 0.0325 * x2 -0.7834 0.8014 -0.978 0.3732 Die Spalte Pr(&gt;|t|) stellt den p-Wert dar, der dem Wert in der t- Wertspalte [&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":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>So interpretieren Sie Pr(&gt;|t|) in der Regressionsmodellausgabe in R<\/title>\n<meta name=\"description\" content=\"In diesem Tutorial wird anhand von Beispielen erl\u00e4utert, wie Pr(&gt;|t|)-Werte in der Ausgabe von Regressionsmodellen in R interpretiert werden.\" \/>\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\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"So interpretieren Sie Pr(&gt;|t|) in der Regressionsmodellausgabe in R\" \/>\n<meta property=\"og:description\" content=\"In diesem Tutorial wird anhand von Beispielen erl\u00e4utert, wie Pr(&gt;|t|)-Werte in der Ausgabe von Regressionsmodellen in R interpretiert werden.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-25T02:18:14+00:00\" \/>\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=\"3 Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/\",\"url\":\"https:\/\/statorials.org\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/\",\"name\":\"So interpretieren Sie Pr(&gt;|t|) in der Regressionsmodellausgabe in R\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/de\/#website\"},\"datePublished\":\"2023-07-25T02:18:14+00:00\",\"dateModified\":\"2023-07-25T02:18:14+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0\"},\"description\":\"In diesem Tutorial wird anhand von Beispielen erl\u00e4utert, wie Pr(&gt;|t|)-Werte in der Ausgabe von Regressionsmodellen in R interpretiert werden.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Heim\",\"item\":\"https:\/\/statorials.org\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"So interpretieren sie pr(&gt;|t|) in der regressionsmodellausgabe in r\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/de\/#website\",\"url\":\"https:\/\/statorials.org\/de\/\",\"name\":\"Statorials\",\"description\":\"Ihr Leitfaden f\u00fcr statistische Kompetenz !\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/de\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0\",\"name\":\"Dr. Benjamin Anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg\",\"caption\":\"Dr. Benjamin Anderson\"},\"description\":\"Hallo, ich bin Benjamin, ein pensionierter Statistikprofessor, der sich zum engagierten Statorials-Lehrer entwickelt hat. Mit umfassender Erfahrung und Fachwissen auf dem Gebiet der Statistik bin ich bestrebt, mein Wissen zu teilen, um Studenten durch Statorials zu bef\u00e4higen. Mehr wissen\",\"sameAs\":[\"https:\/\/statorials.org\/de\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"So interpretieren Sie Pr(&gt;|t|) in der Regressionsmodellausgabe in R","description":"In diesem Tutorial wird anhand von Beispielen erl\u00e4utert, wie Pr(&gt;|t|)-Werte in der Ausgabe von Regressionsmodellen in R interpretiert werden.","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\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/","og_locale":"de_DE","og_type":"article","og_title":"So interpretieren Sie Pr(&gt;|t|) in der Regressionsmodellausgabe in R","og_description":"In diesem Tutorial wird anhand von Beispielen erl\u00e4utert, wie Pr(&gt;|t|)-Werte in der Ausgabe von Regressionsmodellen in R interpretiert werden.","og_url":"https:\/\/statorials.org\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/","og_site_name":"Statorials","article_published_time":"2023-07-25T02:18:14+00:00","author":"Dr. Benjamin Anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr. Benjamin Anderson","Gesch\u00e4tzte Lesezeit":"3 Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/","url":"https:\/\/statorials.org\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/","name":"So interpretieren Sie Pr(&gt;|t|) in der Regressionsmodellausgabe in R","isPartOf":{"@id":"https:\/\/statorials.org\/de\/#website"},"datePublished":"2023-07-25T02:18:14+00:00","dateModified":"2023-07-25T02:18:14+00:00","author":{"@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0"},"description":"In diesem Tutorial wird anhand von Beispielen erl\u00e4utert, wie Pr(&gt;|t|)-Werte in der Ausgabe von Regressionsmodellen in R interpretiert werden.","breadcrumb":{"@id":"https:\/\/statorials.org\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/de\/interpretieren-sie-die-prt-regressionsausgabe-r\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Heim","item":"https:\/\/statorials.org\/de\/"},{"@type":"ListItem","position":2,"name":"So interpretieren sie pr(&gt;|t|) in der regressionsmodellausgabe in r"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/de\/#website","url":"https:\/\/statorials.org\/de\/","name":"Statorials","description":"Ihr Leitfaden f\u00fcr statistische Kompetenz !","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/de\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de-DE"},{"@type":"Person","@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0","name":"Dr. Benjamin Anderson","image":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg","caption":"Dr. Benjamin Anderson"},"description":"Hallo, ich bin Benjamin, ein pensionierter Statistikprofessor, der sich zum engagierten Statorials-Lehrer entwickelt hat. Mit umfassender Erfahrung und Fachwissen auf dem Gebiet der Statistik bin ich bestrebt, mein Wissen zu teilen, um Studenten durch Statorials zu bef\u00e4higen. Mehr wissen","sameAs":["https:\/\/statorials.org\/de"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts\/1762"}],"collection":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/comments?post=1762"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts\/1762\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/media?parent=1762"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/categories?post=1762"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/tags?post=1762"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}