Agronomy4future
  • CURRICULUM VITAE
  • BASIC STAT
  • STATISTICAL MODEL
    • ANOVA
    • REGRESSION
    • SPLIT-PLOT
    • GLM
    • Mixed Model
    • REML
    • NONLINEAR
  • CODING
    • R coding
    • SAS
    • PYTHON
    • Machine Learning
  • DATABASE
    • Structured query language (SQL)
    • EXCEL/VBA
    • Power Query
    • Data Science
  • JK column

Agronomy4future

Stories about cereals and statistics (plus coding). We aim to develop open-source code for agronomy.

May 30, 2022 JK

#guides(color=”none”) +


Uncategorized

Post navigation

PREVIOUS
Arriving at the University of Guelph, Canada: Starting Postdoctoral Research
NEXT
Displaying Axis Values as Percentages in R Studio with Simple Code
Comments are closed.
JK Kim 
([email protected])
"We aim to develop open-source code for agronomy"

• GitHub: github.com/agronomy4future
• YouTube:
@agronomy4future

annotate() aov () arrange() c(rep() case_when() colnames() data.frame() ddply () dplyr facet_grid() facet_wrap() filter() fwrmodel() gdds() geom_abline () geom_bar () geom_vline() github HSD.test() if() ifelse() intercept0() kimindex() mutate() nls() nlsLM() normtools() pivot_longer() poly() predict() probdistz() rbind() reshape2::melt() residuals() sapply() scale_fill_manual () spread() str_replace_all () subset() table() tdist() theme_grey() windows () write_xlsx() xtabs()

New R package: #descriptivestat()
This package automatically embeds descriptive statistics into the dataset, allowing for clear visualization alongside the raw data.

□ Github: https://t.co/tYJPmzvCzJ
□ Code explained: https://t.co/sPOqQwIDgu pic.twitter.com/EL330dIH21

— J.K Kim (@agronomy4future) May 18, 2025

When the intercept is forced to 0 in a simple linear regression, most software programs report an incorrect R². Therefore, I developed a new R package, #intercept0(), which provides the correct R².

□ Github: https://t.co/In3GS6szFI
□ Code explained: https://t.co/EAL3Rbeo6U pic.twitter.com/LJ2eoUlLeT

— J.K Kim (@agronomy4future) May 11, 2025

This is a simple crop growth simulation code based on the Sigmoid Growth Model. If you assume a certain crop growth curve (e.g., biomass or canopy size) over time, you can set up this simulation curve and track it over time. I am sharing the Python code (https://t.co/RiBpXzpXkP) pic.twitter.com/YatW9RcikP

— J.K Kim (@agronomy4future) March 21, 2025

This is a new R package I developed, #datazip(), which enables the simple conversion of data into a single line of code, making it easy to save as a script. Save your data as code for easy access.

□ Github: https://t.co/mNmhyldp98
□ Code explained: https://t.co/8zEgJe0pEF pic.twitter.com/SrkuzVRK7N

— J.K Kim (@agronomy4future) March 7, 2025

I developed an R package, #interpolate() to facilitate data interpolation, particularly by grouping. With this R package, you can easily predict intermediate data points based on actual data points.
□ Github: https://t.co/ClJuZPAMfH
□ Code explained: https://t.co/RRoaphRSi8 pic.twitter.com/u6SVdY1tBO

— J.K Kim (@agronomy4future) March 3, 2025
https://twitter.com/agronomy4future/status/1889715914943119644
https://twitter.com/agronomy4future/status/1878839760493658397
https://twitter.com/agronomy4future/status/1858762408925557136
https://twitter.com/agronomy4future/status/1855022899519692972
https://twitter.com/agronomy4future/status/1852494088215355775
https://twitter.com/agronomy4future/status/1843724704412250274
https://twitter.com/agronomy4future/status/1837784149198794995
https://twitter.com/agronomy4future/status/1835201676124315781
https://twitter.com/agronomy4future/status/1833607051626307645
https://twitter.com/agronomy4future/status/1830491078920970649
https://twitter.com/agronomy4future/status/1825258818852233375
https://twitter.com/agronomy4future/status/1816248306777088298
https://twitter.com/agronomy4future/status/1801606113919414707
https://twitter.com/agronomy4future/status/1788229741624840668
https://twitter.com/agronomy4future/status/1784735707057303677
https://twitter.com/agronomy4future/status/1780672363446542654
https://twitter.com/agronomy4future/status/1777825479187145064
https://twitter.com/agronomy4future/status/1718349430653440207
https://twitter.com/agronomy4future/status/1701697459141984518
https://twitter.com/agronomy4future/status/1689110911028473856
  • Agricultural Institute
  • AI
  • Article
  • Canada
  • Cereals
  • Conference
  • Crop breeding
  • Crop physiology
  • Data Science
  • España
  • Excel
  • Fertilizer
  • GHGs
  • Google Colab
  • hemp (Cannabis sativa)
  • JK column
  • JMP
  • Machine learning
  • Maize
  • Nederland
  • Principle-Centered Leadership
  • Python programming
  • R programming
  • SAS
  • Soil
  • Sorghum
  • source-sink dynamics
  • Soybean
  • SQL
  • Statistics
  • Tool
  • Uncategorized
  • United States
  • VBA
  • Wheat
  • [R package] Embedding Key Descriptive Statistics within Original Data (Feat. descriptivestat)
  • How to upload data from Google Drive to Google Colab in an R environment?
  • [R package] R-Squared Calculation in Simple Linear Regression with Zero Intercept (Feat. Intercept0)
  • How to download data from R environment in Google Colab?
  • Urea (46-0-0) application at the agrivoltaics field in 2024 and 2025
  • How to Upload Data from GitHub Using R and Python?
  • [Data article] Simulating Crop Growth Over Time Using a Sigmoid Growth Model
  • [STAT Article] RMSE Calculation with Excel and R: A Comprehensive Guide
  • What is split-plot design in agronomy research?
  • [데이터 칼럼] 선형 보간법 (Linear Interpolation) 을 사용하여 중간 데이터를 예측해 보자
  • [R Package] Convert Data into Code Instantly – Save as a Script with One Line
  • [R package] An easy way to use interpolation code to predict in-between data points
  • [Data article] Predicting Intermediate Data Points with Linear Interpolation in Excel and R
  • How to Combine Files and Create a New Data Table in MySQL
  • How to Rename Variables within Columns in R (feat. case_when() code)?
  • How to convert to a .json file using Python?
  • How to Use Temporary Tables for Quick Calculations in MySQL?
  • Visualizing Geospatial Data with Folium in Python
  • How to automatically insert linear regression equation in graph in RSTUDIO?
  • [Article] Tiny Plants Reveal Big Potential for Boosting Crop Efficiency – Boyce Thompson Institute – Boyce Thompson Institute
  • [슬기로운 코넬 생활 101] 한국에서 이타카 (Ithaca) 가는 방법
  • [STAT Article] Steps to Calculate Log-Likelihood Prior to AIC and BIC: [Part 2] ANOVA model
  • 2024 ASA, CSSA, SSSA International Annual Meeting in San Antonio, TX
  • [STAT Article] Steps to Calculate Log-Likelihood Prior to AIC and BIC: [Part 1] regression model
  • [STAT Article] Step-by-Step Guide to Calculating and Analyzing Principal Component Analysis (PCA) by Hand
  • Understanding Mean Absolute Error (MAE) in ANOVA: A Step-by-Step Guide to Calculation in Excel
  • Practices in Data Normalization using normtools() in R
  • Sorghum panicle damage
  • How to install Llama 3 in your PC?
  • [R package] Normalization Methods for Data Scaling (Feat. normtools)



© 2022 - 2023 https://agronomy4future.com
© 2025 | Proudly Powered by WordPress | Theme: Nisarg