{"id":605,"date":"2023-07-29T08:50:22","date_gmt":"2023-07-29T08:50:22","guid":{"rendered":"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor-2\/"},"modified":"2023-07-29T08:50:22","modified_gmt":"2023-07-29T08:50:22","slug":"mann-whitney-seni-test-ediyor-2","status":"publish","type":"post","link":"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor-2\/","title":{"rendered":"R&#39;de mann-whitney u testi nas\u0131l yap\u0131l\u0131r?"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">\u00d6rnek da\u011f\u0131l\u0131mlar\u0131 <a href=\"https:\/\/statorials.org\/tr\/normallik-hipotezi\/\" target=\"_blank\" rel=\"noopener\">normal da\u011f\u0131lmad\u0131\u011f\u0131nda<\/a> ve \u00f6rnek boyutlar\u0131 k\u00fc\u00e7\u00fck oldu\u011funda (n &lt; 30) iki ba\u011f\u0131ms\u0131z \u00f6rnek aras\u0131ndaki farklar\u0131 kar\u015f\u0131la\u015ft\u0131rmak i\u00e7in bir <a href=\"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor\/\" target=\"_blank\" rel=\"noopener\">Mann-Whitney U testi<\/a> (bazen Wilcoxon s\u0131ralama toplam\u0131 testi olarak da adland\u0131r\u0131l\u0131r) kullan\u0131l\u0131r.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/tr\/iki-orneginizi-test-edin\/\" target=\"_blank\" rel=\"noopener\">Ba\u011f\u0131ms\u0131z iki \u00f6rnekli t testinin<\/a> parametrik olmayan e\u015fde\u011feri olarak kabul edilir.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Bu e\u011fitimde R&#8217;de Mann-Whitney U testinin nas\u0131l ger\u00e7ekle\u015ftirilece\u011fi a\u00e7\u0131klanmaktad\u0131r.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\u00d6rnek: R&#8217;de Mann-Whitney U testi<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Ara\u015ft\u0131rmac\u0131lar yeni bir ilac\u0131n panik ataklar\u0131 \u00f6nlemede etkili olup olmad\u0131\u011f\u0131n\u0131 bilmek istiyorlar. Toplam 12 hasta rastgele 6 ki\u015filik iki gruba b\u00f6l\u00fcn\u00fcyor ve yeni ilac\u0131 veya plaseboyu almak \u00fczere g\u00f6revlendiriliyor. Hastalar daha sonra bir ay boyunca ya\u015fad\u0131klar\u0131 panik atak say\u0131s\u0131n\u0131 kaydederler.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Sonu\u00e7lar a\u015fa\u011f\u0131da g\u00f6sterilmektedir:<\/span><\/p>\n<div>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: center;\"> <span style=\"color: #000000;\"><strong>YEN\u0130 \u0130LA\u00c7<\/strong><\/span><\/th>\n<th style=\"text-align: center;\"> <strong><span style=\"color: #000000;\">PLASEBO<\/span><\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: center;\"> <span style=\"color: #000000;\">3<\/span><\/td>\n<td style=\"text-align: center;\"> <span style=\"color: #000000;\">4<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\"> <span style=\"color: #000000;\">5<\/span><\/td>\n<td style=\"text-align: center;\"> <span style=\"color: #000000;\">8<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\"> <span style=\"color: #000000;\">1<\/span><\/td>\n<td style=\"text-align: center;\"> <span style=\"color: #000000;\">6<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\"> <span style=\"color: #000000;\">4<\/span><\/td>\n<td style=\"text-align: center;\"> <span style=\"color: #000000;\">2<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\"> <span style=\"color: #000000;\">3<\/span><\/td>\n<td style=\"text-align: center;\"> <span style=\"color: #000000;\">1<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\"> <span style=\"color: #000000;\">5<\/span><\/td>\n<td style=\"text-align: center;\"> <span style=\"color: #000000;\">9<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p> <span style=\"color: #000000;\">Yeni ila\u00e7 grubuyla kar\u015f\u0131la\u015ft\u0131r\u0131ld\u0131\u011f\u0131nda plasebo grubundaki hastalar aras\u0131nda panik atak say\u0131s\u0131nda bir fark olup olmad\u0131\u011f\u0131n\u0131 belirlemek i\u00e7in Mann-Whitney U testi yap\u0131n. 0,05 anlaml\u0131l\u0131k d\u00fczeyini kullan\u0131n.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Mann-Whitney U testini ger\u00e7ekle\u015ftirmenin iki farkl\u0131 yolu vard\u0131r, ancak her iki y\u00f6ntem de <strong>wilcox.test()<\/strong> i\u015flevini kullan\u0131r ve her ikisi de ayn\u0131 sonuca yol a\u00e7ar.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Se\u00e7enek 1: Verileri iki ayr\u0131 vekt\u00f6r olarak girin.<\/strong><\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create a vector for each group\n<\/span>new &lt;- c(3, 5, 1, 4, 3, 5)\nplacebo &lt;- c(4, 8, 6, 2, 1, 9)\n\n<span style=\"color: #008080;\">#perform the Mann Whitney U test\n<\/span>wilcox.test(new, placebo)\n\n<span style=\"color: #008080;\">#output<\/span>\nWilcoxon rank sum test with continuity correction\n\ndata: new and placebo\nW = 13, p-value = 0.468\nalternative hypothesis: true location shift is not equal to 0\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><strong>Se\u00e7enek 2: Verileri iki s\u00fctunlu bir veri \u00e7er\u00e7evesine girin. Bir s\u00fctunda panik atak say\u0131s\u0131, di\u011fer s\u00fctunda ise grup yer al\u0131yor.<\/strong><\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create a data frame with two columns, one for each group\n<\/span>drug_data &lt;- data.frame(attacks = c(3, 5, 1, 4, 3, 5, 4, 8, 6, 2, 1, 9),\n                        drug_group = c(rep(\"old\", 6), rep(\"placebo\", 6)))\n\n<span style=\"color: #008080;\">#perform the Mann Whitney U test\n<\/span>wilcox.test(attacks~drug_group, data = drug_data)\n<span style=\"color: #008080;\">\n#output<\/span>\ndata: attacks by drug_group\nW = 13, p-value = 0.468\nalternative hypothesis: true location shift is not equal to 0\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Her iki y\u00f6ntemin de tamamen ayn\u0131 sonuca yol a\u00e7t\u0131\u011f\u0131n\u0131 unutmay\u0131n. Yani test istatisti\u011fi W = 13&#8217;t\u00fcr ve buna kar\u015f\u0131l\u0131k gelen p de\u011feri <strong>0,468&#8217;dir<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">P de\u011feri 0,05&#8217;ten b\u00fcy\u00fck oldu\u011fundan s\u0131f\u0131r hipotezini reddedemiyoruz.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Bu, plasebo grubundaki hastalar\u0131n ya\u015fad\u0131\u011f\u0131 panik atak say\u0131s\u0131n\u0131n yeni ila\u00e7 grubundakilerden farkl\u0131 oldu\u011funu s\u00f6yleyecek yeterli kan\u0131t\u0131m\u0131z olmad\u0131\u011f\u0131 anlam\u0131na geliyor.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Wilcox.test() kullan\u0131m\u0131na ili\u015fkin notlar<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Varsay\u0131lan olarak <strong>wilcox.test()<\/strong> , iki tarafl\u0131 bir hipotez testi \u00e7al\u0131\u015ft\u0131rmak istedi\u011finizi varsayar. Ancak bunun yerine tek tarafl\u0131 bir test y\u00fcr\u00fctmek istiyorsan\u0131z <strong>alternatif=\u201ddaha az\u201d<\/strong> veya <strong>alternatif=\u201ddaha fazla\u201d<\/strong> belirtebilirsiniz.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\u00d6rne\u011fin, yeni ilac\u0131n plaseboya g\u00f6re <em>daha az<\/em> panik ata\u011fa neden oldu\u011fu hipotezini test etmek istedi\u011fimizi varsayal\u0131m. Bu durumda wilcox.test() fonksiyonumuzda <strong>alternatif=\u201ddaha az\u201d<\/strong> belirtebiliriz:<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create a vector for each group\n<\/span>new &lt;- c(3, 5, 1, 4, 3, 5)\nplacebo &lt;- c(4, 8, 6, 2, 1, 9)\n\n<span style=\"color: #008080;\">#perform the Mann Whitney U test, specify alternative=\"less\"\n<\/span>wilcox.test(new, placebo, alternative=\"less\")\n\n<span style=\"color: #008080;\">#output<\/span>\n\tWilcoxon rank sum test with continuity correction\n\ndata: new and placebo\nW = 13, p-value = 0.234\nalternative hypothesis: true location shift is less than 0\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Test istatisti\u011finin hala W = 13 oldu\u011funu, ancak p de\u011ferinin art\u0131k <strong>0,234<\/strong> oldu\u011funu unutmay\u0131n; bu, iki kuyruklu test i\u00e7in \u00f6nceki p de\u011ferinin tam yar\u0131s\u0131d\u0131r.<\/span><\/p>\n<p> <span style=\"color: #000000;\">P de\u011feri her zaman 0,05&#8217;ten b\u00fcy\u00fck oldu\u011fundan s\u0131f\u0131r hipotezini reddetmede yine ba\u015far\u0131s\u0131z olaca\u011f\u0131z.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Yeni ila\u00e7 grubundaki hastalar\u0131n ya\u015fad\u0131\u011f\u0131 panik atak say\u0131s\u0131n\u0131n plasebo grubundaki hastalara g\u00f6re daha d\u00fc\u015f\u00fck oldu\u011funu s\u00f6yleyecek yeterli kan\u0131t\u0131m\u0131z yok.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Ek kaynaklar<\/strong><\/span><\/h3>\n<p> <a href=\"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor\/\" target=\"_blank\" rel=\"noopener\">Mann-Whitney U Testi K\u0131lavuzu<\/a><br \/> <a href=\"https:\/\/statorials.org\/tr\/mann-whitney-u-test-hesaplayicisi\/\" target=\"_blank\" rel=\"noopener\">Mann-Whitney U Testi Hesaplay\u0131c\u0131<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u00d6rnek da\u011f\u0131l\u0131mlar\u0131 normal da\u011f\u0131lmad\u0131\u011f\u0131nda ve \u00f6rnek boyutlar\u0131 k\u00fc\u00e7\u00fck oldu\u011funda (n &lt; 30) iki ba\u011f\u0131ms\u0131z \u00f6rnek aras\u0131ndaki farklar\u0131 kar\u015f\u0131la\u015ft\u0131rmak i\u00e7in bir Mann-Whitney U testi (bazen Wilcoxon s\u0131ralama toplam\u0131 testi olarak da adland\u0131r\u0131l\u0131r) kullan\u0131l\u0131r. Ba\u011f\u0131ms\u0131z iki \u00f6rnekli t testinin parametrik olmayan e\u015fde\u011feri olarak kabul edilir. Bu e\u011fitimde R&#8217;de Mann-Whitney U testinin nas\u0131l ger\u00e7ekle\u015ftirilece\u011fi a\u00e7\u0131klanmaktad\u0131r. \u00d6rnek: R&#8217;de Mann-Whitney [&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-605","post","type-post","status-publish","format-standard","hentry","category-rehber"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>R - Statorialsde Mann-Whitney U Testi Nas\u0131l Yap\u0131l\u0131r?<\/title>\n<meta name=\"description\" content=\"Ad\u0131m ad\u0131m \u00f6rnek de dahil olmak \u00fczere R&#039;de Mann-Whitney U testinin nas\u0131l ger\u00e7ekle\u015ftirilece\u011fine ili\u015fkin basit bir a\u00e7\u0131klama.\" \/>\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\/tr\/mann-whitney-seni-test-ediyor-2\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R - Statorialsde Mann-Whitney U Testi Nas\u0131l Yap\u0131l\u0131r?\" \/>\n<meta property=\"og:description\" content=\"Ad\u0131m ad\u0131m \u00f6rnek de dahil olmak \u00fczere R&#039;de Mann-Whitney U testinin nas\u0131l ger\u00e7ekle\u015ftirilece\u011fine ili\u015fkin basit bir a\u00e7\u0131klama.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-29T08:50:22+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=\"Yazan:\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dr.benjamin anderson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tahmini okuma s\u00fcresi\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 dakika\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor-2\/\",\"url\":\"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor-2\/\",\"name\":\"R - Statorialsde Mann-Whitney U Testi Nas\u0131l Yap\u0131l\u0131r?\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/tr\/#website\"},\"datePublished\":\"2023-07-29T08:50:22+00:00\",\"dateModified\":\"2023-07-29T08:50:22+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/tr\/#\/schema\/person\/365dc158a39a7c8ae256355451e3de48\"},\"description\":\"Ad\u0131m ad\u0131m \u00f6rnek de dahil olmak \u00fczere R&#39;de Mann-Whitney U testinin nas\u0131l ger\u00e7ekle\u015ftirilece\u011fine ili\u015fkin basit bir a\u00e7\u0131klama.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor-2\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Ev\",\"item\":\"https:\/\/statorials.org\/tr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R&#39;de mann-whitney u testi nas\u0131l yap\u0131l\u0131r?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/tr\/#website\",\"url\":\"https:\/\/statorials.org\/tr\/\",\"name\":\"Statorials\",\"description\":\"\u0130statistik okuryazarl\u0131\u011f\u0131 rehberiniz!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/tr\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"tr\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/tr\/#\/schema\/person\/365dc158a39a7c8ae256355451e3de48\",\"name\":\"Dr.benjamin anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/statorials.org\/tr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/tr\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/tr\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"Dr.benjamin anderson\"},\"description\":\"Merhaba, ben Benjamin, emekli bir istatistik profes\u00f6r\u00fc ve Statorials \u00f6\u011fretmenine d\u00f6n\u00fc\u015ft\u00fcm. \u0130statistik alan\u0131ndaki kapsaml\u0131 deneyimim ve uzmanl\u0131\u011f\u0131mla, \u00f6\u011frencilerimi Statorials arac\u0131l\u0131\u011f\u0131yla g\u00fc\u00e7lendirmek i\u00e7in bilgilerimi payla\u015fmaya can at\u0131yorum. Daha fazlas\u0131n\u0131 bil\",\"sameAs\":[\"https:\/\/statorials.org\/tr\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R - Statorialsde Mann-Whitney U Testi Nas\u0131l Yap\u0131l\u0131r?","description":"Ad\u0131m ad\u0131m \u00f6rnek de dahil olmak \u00fczere R&#39;de Mann-Whitney U testinin nas\u0131l ger\u00e7ekle\u015ftirilece\u011fine ili\u015fkin basit bir a\u00e7\u0131klama.","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\/tr\/mann-whitney-seni-test-ediyor-2\/","og_locale":"tr_TR","og_type":"article","og_title":"R - Statorialsde Mann-Whitney U Testi Nas\u0131l Yap\u0131l\u0131r?","og_description":"Ad\u0131m ad\u0131m \u00f6rnek de dahil olmak \u00fczere R&#39;de Mann-Whitney U testinin nas\u0131l ger\u00e7ekle\u015ftirilece\u011fine ili\u015fkin basit bir a\u00e7\u0131klama.","og_url":"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor-2\/","og_site_name":"Statorials","article_published_time":"2023-07-29T08:50:22+00:00","author":"Dr.benjamin anderson","twitter_card":"summary_large_image","twitter_misc":{"Yazan:":"Dr.benjamin anderson","Tahmini okuma s\u00fcresi":"3 dakika"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor-2\/","url":"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor-2\/","name":"R - Statorialsde Mann-Whitney U Testi Nas\u0131l Yap\u0131l\u0131r?","isPartOf":{"@id":"https:\/\/statorials.org\/tr\/#website"},"datePublished":"2023-07-29T08:50:22+00:00","dateModified":"2023-07-29T08:50:22+00:00","author":{"@id":"https:\/\/statorials.org\/tr\/#\/schema\/person\/365dc158a39a7c8ae256355451e3de48"},"description":"Ad\u0131m ad\u0131m \u00f6rnek de dahil olmak \u00fczere R&#39;de Mann-Whitney U testinin nas\u0131l ger\u00e7ekle\u015ftirilece\u011fine ili\u015fkin basit bir a\u00e7\u0131klama.","breadcrumb":{"@id":"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor-2\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/tr\/mann-whitney-seni-test-ediyor-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Ev","item":"https:\/\/statorials.org\/tr\/"},{"@type":"ListItem","position":2,"name":"R&#39;de mann-whitney u testi nas\u0131l yap\u0131l\u0131r?"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/tr\/#website","url":"https:\/\/statorials.org\/tr\/","name":"Statorials","description":"\u0130statistik okuryazarl\u0131\u011f\u0131 rehberiniz!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/tr\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"tr"},{"@type":"Person","@id":"https:\/\/statorials.org\/tr\/#\/schema\/person\/365dc158a39a7c8ae256355451e3de48","name":"Dr.benjamin anderson","image":{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/statorials.org\/tr\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/tr\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/tr\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"Dr.benjamin anderson"},"description":"Merhaba, ben Benjamin, emekli bir istatistik profes\u00f6r\u00fc ve Statorials \u00f6\u011fretmenine d\u00f6n\u00fc\u015ft\u00fcm. \u0130statistik alan\u0131ndaki kapsaml\u0131 deneyimim ve uzmanl\u0131\u011f\u0131mla, \u00f6\u011frencilerimi Statorials arac\u0131l\u0131\u011f\u0131yla g\u00fc\u00e7lendirmek i\u00e7in bilgilerimi payla\u015fmaya can at\u0131yorum. Daha fazlas\u0131n\u0131 bil","sameAs":["https:\/\/statorials.org\/tr"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/posts\/605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/comments?post=605"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/posts\/605\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/media?parent=605"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/categories?post=605"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/tags?post=605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}