diff --git a/content/archive/external/adv-r-hadley-nz.md b/content/archive/external/adv-r-hadley-nz.md index 527d5c5ca..c15fb4fb5 100644 --- a/content/archive/external/adv-r-hadley-nz.md +++ b/content/archive/external/adv-r-hadley-nz.md @@ -4,7 +4,7 @@ author: "Hadley Wickham" date: "" tags: [Advanced R, R Programming] link: "https://adv-r.hadley.nz/" -length_weight: "9.1%" +length_weight: "0%" cover: "https://d33wubrfki0l68.cloudfront.net/565916198b0be51bf88b36f94b80c7ea67cafe7c/7f70b/cover.png" repo: "hadley/adv-r" pinned: true diff --git a/content/archive/external/book-javascript-for-r-com.md b/content/archive/external/book-javascript-for-r-com.md index 74d1c17e8..df4bbc4e2 100644 --- a/content/archive/external/book-javascript-for-r-com.md +++ b/content/archive/external/book-javascript-for-r-com.md @@ -4,7 +4,7 @@ author: "John Coene" date: "2021-04-19" tags: [Data Science, R Programming, Python] link: "https://book.javascript-for-r.com/" -length_weight: "0%" +length_weight: "6.6%" cover: "https://book.javascript-for-r.com/images/social.png" repo: "JohnCoene/javascript-for-r" pinned: false diff --git a/content/archive/external/books-ropensci-org-http-testing.md b/content/archive/external/books-ropensci-org-http-testing.md index bac8bdab4..5a4b5da88 100644 --- a/content/archive/external/books-ropensci-org-http-testing.md +++ b/content/archive/external/books-ropensci-org-http-testing.md @@ -4,7 +4,7 @@ author: "Scott Chamberlain, Maëlle Salmon" date: "2024-02-02" tags: [Package, Unit Test] link: "https://books.ropensci.org/http-testing/" -length_weight: "4.3%" +length_weight: "0%" repo: "ropensci-books/http-testing" pinned: false --- diff --git a/content/archive/external/geocompr-robinlovelace-net.md b/content/archive/external/geocompr-robinlovelace-net.md index 2e2357a9e..88302e93c 100644 --- a/content/archive/external/geocompr-robinlovelace-net.md +++ b/content/archive/external/geocompr-robinlovelace-net.md @@ -1,7 +1,7 @@ --- title: "Geocomputation with R" author: "Robin Lovelace, Jakub Nowosad, Jannes Muenchow" -date: "2024-05-08" +date: "2024-05-13" tags: [Geographic, Visualization, Data Science, Spatial Data] link: "https://geocompr.robinlovelace.net/" length_weight: "0%" diff --git a/content/archive/external/learningstatisticswithr-com-book.md b/content/archive/external/learningstatisticswithr-com-book.md new file mode 100644 index 000000000..92596fd88 --- /dev/null +++ b/content/archive/external/learningstatisticswithr-com-book.md @@ -0,0 +1,11 @@ +--- +title: "Learning statistics with R: A tutorial for psychology students and other beginners. (Version 0.6.1)" +author: "Danielle Navarro (bookdown translation: Emily Kothe)" +date: "2019-01-11" +tags: [Statistics, Tutorial, Psychology] +link: "https://learningstatisticswithr.com/book/" +length_weight: "100%" +pinned: false +--- + +Learning Statistics with R covers the contents of an introductory statistics class, as typically taught to undergraduate psychology students, focusing on the use of the R statistical software. The book discusses how to get started in R as well as giving an introduction to data manipulation and writing scripts. From a statistical perspective, the book discusses descriptive statistics and graphing first, followed by chapters on probability theory, sampling and estimation, and null hypothesis testing. After introducing the theory, the book covers the analysis of contingency tables, t-tests, ... diff --git a/content/archive/external/moderndive-com.md b/content/archive/external/moderndive-com.md index 108e1453a..81eb99974 100644 --- a/content/archive/external/moderndive-com.md +++ b/content/archive/external/moderndive-com.md @@ -1,7 +1,7 @@ --- title: "Statistical Inference via Data Science" author: "Chester Ismay and Albert Y. Kim" -date: "2024-04-22" +date: "2024-05-09" tags: [Data Science, Textbook, Tidyverse, Github] link: "https://moderndive.com/" length_weight: "9.9%" diff --git a/content/archive/external/plotly-book-cpsievert-me.md b/content/archive/external/plotly-book-cpsievert-me.md index c9478b6d5..179b75ffd 100644 --- a/content/archive/external/plotly-book-cpsievert-me.md +++ b/content/archive/external/plotly-book-cpsievert-me.md @@ -4,7 +4,7 @@ author: "Carson Sievert" date: "2019-12-19" tags: [Visualization, Shiny, Guide, Data Analysis, Package, Data Science, Tidyverse] link: "https://plotly-book.cpsievert.me/" -length_weight: "0%" +length_weight: "7.1%" cover: "https://plotly-book.cpsievert.me/crc-cover.png" repo: "ropensci/plotly" pinned: false diff --git a/content/archive/external/r-graphics-org.md b/content/archive/external/r-graphics-org.md index 240ff2a5e..3311ce1bc 100644 --- a/content/archive/external/r-graphics-org.md +++ b/content/archive/external/r-graphics-org.md @@ -4,7 +4,7 @@ author: "Winston Chang" date: "2024-04-07" tags: [Guide] link: "https://r-graphics.org/" -length_weight: "7.4%" +length_weight: "7.5%" cover: "https://r-graphics.org/cover.jpg" repo: "wch/rgcookbook" pinned: true diff --git a/content/archive/external/r-pkgs-org.md b/content/archive/external/r-pkgs-org.md index cb945fe4b..19847f28f 100644 --- a/content/archive/external/r-pkgs-org.md +++ b/content/archive/external/r-pkgs-org.md @@ -4,7 +4,7 @@ author: "Hadley Wickham and Jennifer Bryan" date: "" tags: [Package] link: "https://r-pkgs.org/" -length_weight: "9.4%" +length_weight: "0%" cover: "https://r-pkgs.org/images/cover-2e-small.png" pinned: true --- diff --git a/content/archive/external/r4ds-had-co-nz.md b/content/archive/external/r4ds-had-co-nz.md index 5e89140da..7051cedad 100644 --- a/content/archive/external/r4ds-had-co-nz.md +++ b/content/archive/external/r4ds-had-co-nz.md @@ -4,7 +4,7 @@ author: "Hadley Wickham and Garrett Grolemund" date: "" tags: [Data Science] link: "https://r4ds.had.co.nz/" -length_weight: "0%" +length_weight: "8.6%" cover: "https://r4ds.had.co.nz/cover.png" pinned: true --- diff --git a/content/archive/external/rafalab-github-io-dsbook.md b/content/archive/external/rafalab-github-io-dsbook.md index f4fc66b30..76177201f 100644 --- a/content/archive/external/rafalab-github-io-dsbook.md +++ b/content/archive/external/rafalab-github-io-dsbook.md @@ -4,7 +4,7 @@ author: "Rafael A. Irizarry" date: "" tags: [Data Science, Data Analysis, Machine Learning, R Programming, Visualization, ggplot2, Unix, Github, R Markdown] link: "https://rafalab.github.io/dsbook/" -length_weight: "100%" +length_weight: "12.4%" cover: "https://images.routledge.com/common/jackets/amazon/978036735/9780367357986.jpg" pinned: true --- diff --git a/content/archive/external/rmd4sci-njtierney-com.md b/content/archive/external/rmd4sci-njtierney-com.md index 22035738f..66599587b 100644 --- a/content/archive/external/rmd4sci-njtierney-com.md +++ b/content/archive/external/rmd4sci-njtierney-com.md @@ -4,7 +4,7 @@ author: "Nicholas Tierney" date: "2020-09-09" tags: [R Markdown, Guide, Statistics] link: "https://rmd4sci.njtierney.com/" -length_weight: "0%" +length_weight: "3.1%" pinned: false --- diff --git a/content/archive/external/www-bigbookofr-com.md b/content/archive/external/www-bigbookofr-com.md index 4d3fcb679..be004ea3e 100644 --- a/content/archive/external/www-bigbookofr-com.md +++ b/content/archive/external/www-bigbookofr-com.md @@ -3,7 +3,7 @@ title: "Big Book of R" author: "Oscar Baruffa" date: "" link: "https://www.bigbookofr.com/" -length_weight: "5.9%" +length_weight: "0%" cover: "https://www.bigbookofr.com/images/big_book_social.png" pinned: false --- diff --git a/content/archive/external/www-cdyf-me.md b/content/archive/external/www-cdyf-me.md index e9cc3ac26..c1821e05c 100644 --- a/content/archive/external/www-cdyf-me.md +++ b/content/archive/external/www-cdyf-me.md @@ -1,6 +1,6 @@ --- title: "Coding Your Future: A Guidebook for Students" -author: "Duncan Hull and illustrated by Bryan Mathers. The text of this guidebook is licensed CC-BY-NC-ND see cdyf.me/#license and was last updated on 08 May, 2024, Duncan Hull and Bryan Mathers" +author: "Duncan Hull and illustrated by Bryan Mathers. The text of this guidebook is licensed CC-BY-NC-ND see cdyf.me/#license and was last updated on 11 May, 2024, Duncan Hull and Bryan Mathers" date: "" tags: [Guide] link: "https://www.cdyf.me/" diff --git a/content/archive/internal/cochrabj-cookbook2e.md b/content/archive/internal/cochrabj-cookbook2e.md index 8ee100e8d..20ee74b83 100644 --- a/content/archive/internal/cochrabj-cookbook2e.md +++ b/content/archive/internal/cochrabj-cookbook2e.md @@ -1,7 +1,7 @@ --- title: "Cooking After Retirement. 2nd. Edition" author: "Bruce Cochrane" -date: "2024-05-05T12:41:55Z" +date: "2024-05-10T14:41:40Z" link: "https://bookdown.org/cochrabj/cookbook2e/" length_weight: "9%" repo: "bjcochrane/CookBook2" diff --git a/content/archive/internal/content-0a3463d1-8940-4f82-b50a-7d6579c78297.md b/content/archive/internal/content-0a3463d1-8940-4f82-b50a-7d6579c78297.md deleted file mode 100644 index 507264882..000000000 --- a/content/archive/internal/content-0a3463d1-8940-4f82-b50a-7d6579c78297.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "॥ दिल की गिरह खोल दो ॥" -author: "॥ विक्रम सिँह रावत ॥" -date: "2021-04-18T08:03:35Z" -link: "https://bookdown.org/content/0a3463d1-8940-4f82-b50a-7d6579c78297/" -length_weight: "3.8%" -cover: "https://bookdown.org/content/0a3463d1-8940-4f82-b50a-7d6579c78297/data/cover.jpg" -pinned: false ---- - -मेरी लिखी एक कविताओं, गज़लों, गीतों, काव्य और कथाओं का संग्रह है। ... diff --git a/content/archive/internal/elviomedeiros-fundamentos-de-ecologia-numerica.md b/content/archive/internal/elviomedeiros-fundamentos-de-ecologia-numerica.md index 51f324c2a..3bec6efe6 100644 --- a/content/archive/internal/elviomedeiros-fundamentos-de-ecologia-numerica.md +++ b/content/archive/internal/elviomedeiros-fundamentos-de-ecologia-numerica.md @@ -1,9 +1,9 @@ --- title: "Fundamentos de Ecologia Numérica" author: "Prof. Elvio S. F. Medeiros, Laboratório de Ecologia, Universidade Estadual da Paraíba, Campus V, João Pessoa, PB" -date: "2024-05-07T19:02:01Z" +date: "2024-05-10T14:47:56Z" link: "https://bookdown.org/elviomedeiros/fundamentos_de_ecologia_numerica/" -length_weight: "11.4%" +length_weight: "100%" repo: "rstudio/fundamentos_de_ecologia_numerica" pinned: false --- diff --git a/content/archive/internal/elviomedeiros-tcc-scarlet.md b/content/archive/internal/elviomedeiros-tcc-scarlet.md index 8e2a320a9..81688f8aa 100644 --- a/content/archive/internal/elviomedeiros-tcc-scarlet.md +++ b/content/archive/internal/elviomedeiros-tcc-scarlet.md @@ -1,9 +1,9 @@ --- title: "Scarlet-TCC" author: "Prof. Elvio S. F. Medeiros, Laboratório de Ecologia, Universidade Estadual da Paraíba, Campus V, João Pessoa, PB" -date: "2024-04-23T11:54:29Z" +date: "2024-05-09T15:01:16Z" link: "https://bookdown.org/elviomedeiros/TCC-Scarlet/" -length_weight: "4.3%" +length_weight: "5.1%" repo: "rstudio/R_ZooRebio" pinned: false --- diff --git a/content/archive/internal/gcorrea-rpap.md b/content/archive/internal/gcorrea-rpap.md index 9256f5c34..6ba11e330 100644 --- a/content/archive/internal/gcorrea-rpap.md +++ b/content/archive/internal/gcorrea-rpap.md @@ -3,7 +3,7 @@ title: "R paso a paso" author: "Guillermo Correa-Londoño" date: "2024-05-06T18:59:23Z" link: "https://bookdown.org/gcorrea/Rpap/" -length_weight: "100%" +length_weight: "12.4%" cover: "https://bookdown.org/gcorrea/Rpap/images/cover.png" pinned: false --- diff --git a/content/archive/internal/hetongqi0320-ourstory.md b/content/archive/internal/hetongqi0320-ourstory.md new file mode 100644 index 000000000..c3ebce222 --- /dev/null +++ b/content/archive/internal/hetongqi0320-ourstory.md @@ -0,0 +1,11 @@ +--- +title: "Our Story" +author: "cbl&qht" +date: "2024-05-11T02:10:04Z" +link: "https://bookdown.org/hetongqi0320/OurStory/" +length_weight: "1.3%" +repo: "rstudio/bookdown-demo" +pinned: false +--- + +This is our loving story. [...] 2024.01.02是我们在一起的第一天,2024.05.02是我学会publish的第一天。从今天开始我要记录我们的幸福生活啦! ... diff --git a/content/archive/internal/jara-bookdown-stada.md b/content/archive/internal/jara-bookdown-stada.md index 5afc09ff6..24c002751 100644 --- a/content/archive/internal/jara-bookdown-stada.md +++ b/content/archive/internal/jara-bookdown-stada.md @@ -1,10 +1,10 @@ --- title: "UE STADA" author: "Jaroslava Kankova" -date: "2024-04-30T09:47:17Z" +date: "2024-05-13T09:15:29Z" tags: [Statistical Computing, Visualization] link: "https://bookdown.org/jara/bookdown-stada/" -length_weight: "1.9%" +length_weight: "2.4%" repo: "rstudio/bookdown-demo" pinned: false --- diff --git a/content/archive/internal/jorherre-matematicas2-ucm.md b/content/archive/internal/jorherre-matematicas2-ucm.md index 53a73c976..483a1e5cb 100644 --- a/content/archive/internal/jorherre-matematicas2-ucm.md +++ b/content/archive/internal/jorherre-matematicas2-ucm.md @@ -3,7 +3,7 @@ title: "Notas para Matemáticas II, UCM Somosaguas" author: "Jorge Herrera de la Cruz" date: "2024-05-06T09:19:23Z" link: "https://bookdown.org/jorherre/Matematicas2_UCM/" -length_weight: "100%" +length_weight: "12.4%" repo: "rstudio/bookdown-demo" pinned: false --- diff --git a/content/archive/internal/kristopher-pruitt-ds-for-all.md b/content/archive/internal/kristopher-pruitt-ds-for-all.md deleted file mode 100644 index dafcdb415..000000000 --- a/content/archive/internal/kristopher-pruitt-ds-for-all.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Data Science for All" -author: "Kristopher Pruitt" -date: "2024-04-19T18:37:07Z" -tags: [Data Science, Textbook, R Programming] -link: "https://bookdown.org/kristopher_pruitt/DS-for-All/" -length_weight: "100%" -pinned: false ---- - -Data Science for All [...] This textbook is currently in DRAFT form and will be updated frequently. The objective of this textbook is to provide an approachable introduction to the knowledge, skills, and abilities of modern data scientists. Data-driven problem solving need not be restricted to the realm of advanced mathematics or expert computer programming. Data science can and should be practiced by all. In this text, we unveil the methods and tools applied by data scientists to solve real-world problems in a variety of domains. However, the content is accessible for anyone with the ... diff --git a/content/archive/internal/lalvarez-mat-aedv.md b/content/archive/internal/lalvarez-mat-aedv.md index 47556bcc7..6f3f1e687 100644 --- a/content/archive/internal/lalvarez-mat-aedv.md +++ b/content/archive/internal/lalvarez-mat-aedv.md @@ -1,9 +1,9 @@ --- title: "Análisis Exploratorio de Datos y Visualización" author: "Luis Alvarez" -date: "2024-05-07T11:45:20Z" +date: "2024-05-11T11:17:18Z" link: "https://bookdown.org/lalvarez_mat/AEDV/" -length_weight: "2.1%" +length_weight: "3.3%" repo: "rstudio/bookdown-demo" pinned: false --- diff --git a/content/archive/internal/lgpperry-introstats.md b/content/archive/internal/lgpperry-introstats.md index 43c9da0c5..637a12596 100644 --- a/content/archive/internal/lgpperry-introstats.md +++ b/content/archive/internal/lgpperry-introstats.md @@ -1,10 +1,10 @@ --- title: "Introduction to Statistics" author: "Dr. Lauren Perry" -date: "2024-05-01T22:15:29Z" +date: "2024-05-10T21:32:11Z" tags: [Statistics, Course] link: "https://bookdown.org/lgpperry/introstats/" -length_weight: "9.1%" +length_weight: "9.4%" pinned: false --- diff --git a/content/archive/internal/lhe-a-quick-start-on-data-analysis-in-r.md b/content/archive/internal/lhe-a-quick-start-on-data-analysis-in-r.md index 951d1ceb4..7765a4c28 100644 --- a/content/archive/internal/lhe-a-quick-start-on-data-analysis-in-r.md +++ b/content/archive/internal/lhe-a-quick-start-on-data-analysis-in-r.md @@ -1,10 +1,10 @@ --- title: "R数据分析入门" author: "Lingxiao HE" -date: "2024-05-08T15:59:27Z" +date: "2024-05-09T15:14:44Z" tags: [数据分析, Textbook, Data Analysis] link: "https://bookdown.org/lhe/a-quick-start-on-data-analysis-in-r/" -length_weight: "7.9%" +length_weight: "9.4%" pinned: false --- diff --git a/content/archive/internal/martin-pischtschan-skript-atrt1.md b/content/archive/internal/martin-pischtschan-skript-atrt1.md index 6f68fefa0..568bf837b 100644 --- a/content/archive/internal/martin-pischtschan-skript-atrt1.md +++ b/content/archive/internal/martin-pischtschan-skript-atrt1.md @@ -1,7 +1,7 @@ --- title: "Skript Antriebsregelungstechnik" author: "Martin Pischtschan" -date: "2024-04-23T16:21:22Z" +date: "2024-05-10T09:56:04Z" link: "https://bookdown.org/martin_pischtschan/skript_atrt1/" length_weight: "12%" repo: "https://bookdown.org/martin_pischtschan/skript_atrt1" diff --git a/content/archive/internal/mjs01776-buildonlinecourse.md b/content/archive/internal/mjs01776-buildonlinecourse.md index 0b6f5d507..de76ea609 100644 --- a/content/archive/internal/mjs01776-buildonlinecourse.md +++ b/content/archive/internal/mjs01776-buildonlinecourse.md @@ -1,10 +1,10 @@ --- title: "Handbook for Building and Teaching Online Courses" author: "Martin Schedlbauer Khoury College of Computer Sciences Northeastern University Boston (USA)" -date: "2020-06-20T12:54:39Z" +date: "2024-05-11T06:27:22Z" tags: [Course, Tutorial] link: "https://bookdown.org/mjs01776/BuildOnlineCourse/" -length_weight: "5.5%" +length_weight: "5.7%" pinned: false --- diff --git a/content/archive/internal/paulcbauer-applied-data-visualization.md b/content/archive/internal/paulcbauer-applied-data-visualization.md index d4e0c1e14..ed3d0f962 100644 --- a/content/archive/internal/paulcbauer-applied-data-visualization.md +++ b/content/archive/internal/paulcbauer-applied-data-visualization.md @@ -1,7 +1,7 @@ --- title: "Applied Data Visualization" author: "Paul C. Bauer" -date: "2024-05-08T11:58:03Z" +date: "2024-05-13T09:13:59Z" tags: [Visualization, Seminar] link: "https://bookdown.org/paulcbauer/applied-data-visualization/" length_weight: "11.2%" diff --git a/content/archive/internal/pkaldunn-disttheory.md b/content/archive/internal/pkaldunn-disttheory.md index d1606a082..c3b473266 100644 --- a/content/archive/internal/pkaldunn-disttheory.md +++ b/content/archive/internal/pkaldunn-disttheory.md @@ -1,7 +1,7 @@ --- title: "Distribution Theory" author: "Peter K. Dunn" -date: "2024-05-08T08:26:52Z" +date: "2024-05-10T04:12:03Z" tags: [Statistics, Simulation] link: "https://bookdown.org/pkaldunn/DistTheory/" length_weight: "100%" diff --git a/content/archive/internal/pkaldunn-srm-tutorials.md b/content/archive/internal/pkaldunn-srm-tutorials.md index 9f5e2e2d8..686c107cb 100644 --- a/content/archive/internal/pkaldunn-srm-tutorials.md +++ b/content/archive/internal/pkaldunn-srm-tutorials.md @@ -1,17 +1,11 @@ --- title: "Science Research Methods: Tutorials" author: "Peter K. Dunn" -date: "2024-04-29T07:41:25Z" +date: "2024-05-10T03:00:49Z" tags: [Tutorial, Course] link: "https://bookdown.org/pkaldunn/SRM-tutorials/" length_weight: "10.8%" pinned: false --- -TUTORIALS for quantitative research in science, engineering and health (including research design, hypothesis testing and confidence intervals in common situations) [...] This book has been prepared for use with the book -Scientific Research and Methodology, -to be used in the course Science Research Methods at the -University of the Sunshine Coast (UniSC). This course is an introduction to quantitative research methods in the scientific, engineering and health disciplines. -It introduces the whole research process, -from asking a research question to analysis and reporting of the data. -The focus, ... +TUTORIALS for quantitative research in science, engineering and health (including research design, hypothesis testing and confidence intervals in common situations) [...] This book has been prepared for use with the book Scientific Research and Methodology, to be used in the course Science Research Methods at the University of the Sunshine Coast (UniSC). This course is an introduction to quantitative research methods in the scientific, engineering and health disciplines. It introduces the whole research process, from asking a research question to analysis and reporting of the data. The focus, ... diff --git a/content/archive/internal/redwing1304-math.md b/content/archive/internal/redwing1304-math.md index 15a542483..a59592ce1 100644 --- a/content/archive/internal/redwing1304-math.md +++ b/content/archive/internal/redwing1304-math.md @@ -1,9 +1,9 @@ --- title: "math" author: "Joey Yu Hsu" -date: "2024-05-08T08:33:42Z" +date: "2024-05-13T09:12:27Z" link: "https://bookdown.org/redwing1304/math/" -length_weight: "8.1%" +length_weight: "100%" repo: "https://github.com/RRWWW/math" pinned: false --- diff --git a/content/archive/internal/rmsholl-spatio-temporal-statistics-final-portfolio.md b/content/archive/internal/rmsholl-spatio-temporal-statistics-final-portfolio.md new file mode 100644 index 000000000..35e4008d9 --- /dev/null +++ b/content/archive/internal/rmsholl-spatio-temporal-statistics-final-portfolio.md @@ -0,0 +1,11 @@ +--- +title: "Spatio-Temporal Statistics - Final Portfolio" +author: "Robert Sholl" +date: "2024-05-09T06:08:25Z" +tags: [Statistics, Models] +link: "https://bookdown.org/rmsholl/spatio-temporal_statistics_-_final_portfolio/" +length_weight: "0%" +pinned: false +--- + +This is a the final portfolio for STAT 764 for Robert Sholl [...] The following bookdown document contains the required pieces of the portfolio assignment in Spatio-Temporal Statistics at Kansas State University. The structure of this document will be as follows: Assignment 1 Data Prep Longitude models Latitude models Predictions Assignment 2 Data Prep Models Model Checks Assignment 3 Data Prep Data Exploration Variable Prep Grass Model Fitting Grass Model Checking Grass Graphics Crop Model Fitting Crop Model Checking Crop Graphics Closing Discussion Journal Entries Final ... diff --git a/content/archive/internal/shemanefer-esna6.md b/content/archive/internal/shemanefer-esna6.md index ad93165fc..e5de25387 100644 --- a/content/archive/internal/shemanefer-esna6.md +++ b/content/archive/internal/shemanefer-esna6.md @@ -1,10 +1,10 @@ --- title: "The Temple of Esna. An Evolving Translation: Esna VI" author: "David Klotz" -date: "2024-05-03T02:37:43Z" +date: "2024-05-11T13:48:28Z" tags: [Translation] link: "https://bookdown.org/shemanefer/Esna6/" -length_weight: "7.4%" +length_weight: "7.8%" cover: "https://bookdown.org/shemanefer/Esna6/images/cover_pic.png" pinned: false --- diff --git a/content/archive/internal/via-rstatistics-documentary-of-statistics-using-r.md b/content/archive/internal/via-rstatistics-documentary-of-statistics-using-r.md index 19f716011..c70051965 100644 --- a/content/archive/internal/via-rstatistics-documentary-of-statistics-using-r.md +++ b/content/archive/internal/via-rstatistics-documentary-of-statistics-using-r.md @@ -1,12 +1,12 @@ --- title: "Documentary of Statistics Using R" author: "Novia Permatasari" -date: "2024-03-18T16:13:07Z" +date: "2024-05-12T10:12:09Z" tags: [Statistics] link: "https://bookdown.org/via_rstatistics/documentary_of_statistics_using_r/" -length_weight: "2.2%" +length_weight: "3.6%" repo: "rstudio/bookdown-demo" pinned: false --- -This is Novia Permatasari’s personal documentation of R usage in Statistics. [...] Welcome to my personal documentation on the usage of R in Statistics. I’ve compiled this bookdown with the hope that it will be useful to anyone in need, whether in theory or practice. Some parts are currently blank but will be filled in as time ... +This is personal documentation of R usage in Statistics. [...] Welcome to my personal documentation on the usage of R in Statistics. I’ve compiled this bookdown with the hope that it will be useful to anyone in need, whether in theory or practice. Some parts are currently blank but will be filled in as time ... diff --git a/content/archive/internal/yundai09-rbootcamp.md b/content/archive/internal/yundai09-rbootcamp.md index 45a4c4373..460b6c25e 100644 --- a/content/archive/internal/yundai09-rbootcamp.md +++ b/content/archive/internal/yundai09-rbootcamp.md @@ -1,10 +1,10 @@ --- title: "R Bootcamp" author: "Yun Dai" -date: "2024-05-06T13:05:36Z" +date: "2024-05-12T14:48:56Z" tags: [Tutorial, R Programming] link: "https://bookdown.org/yundai09/rbootcamp/" -length_weight: "6.8%" +length_weight: "9.1%" pinned: false ---