Other packages > Find by keyword >

kim  

A Toolkit for Behavioral Scientists
View on CRAN: Click here


Download and install kim package within the R console
Install from CRAN:
install.packages("kim")

Install from Github:
library("remotes")
install_github("cran/kim")

Install by package version:
library("remotes")
install_version("kim", "0.6.4")



Attach the package and use:
library("kim")
Maintained by
Jin Kim
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-11-25
Latest Update: 2025-02-26
Description:
A collection of functions for analyzing data typically collected or used by behavioral scientists. Examples of the functions include a function that compares groups in a factorial experimental design, a function that conducts two-way analysis of variance (ANOVA), and a function that cleans a data set generated by Qualtrics surveys. Some of the functions will require installing additional package(s). Such packages and other references are cited within the section describing the relevant functions. Many functions in this package rely heavily on these two popular R packages: Dowle et al. (2021) . Wickham et al. (2021) .
How to cite:
Jin Kim (2020). kim: A Toolkit for Behavioral Scientists. R package version 0.6.4, https://cran.r-project.org/web/packages/kim. Accessed 13 Jun. 2026.
Previous versions and publish date:
0.1.11 (2020-11-25 11:30), 0.2.20 (2020-12-03 08:50), 0.2.35 (2021-01-06 07:20), 0.2.71 (2021-02-01 18:40), 0.2.96 (2021-02-19 08:30), 0.2.133 (2021-03-15 02:50), 0.2.172 (2021-03-28 17:00), 0.3.13 (2021-04-25 00:40), 0.4.21 (2021-10-01 16:40), 0.5.3 (2022-03-18 11:10), 0.5.55 (2022-07-08 17:40), 0.5.212 (2023-03-12 15:40), 0.5.260 (2023-05-29 18:30), 0.5.421 (2023-10-09 16:00), 0.5.422 (2024-02-27 00:50), 0.5.431 (2024-10-02 01:50), 0.6.1 (2025-02-26 13:40)
Other packages that cited kim R package
View kim citation profile
Other R packages that kim depends, imports, suggests or enhances
Complete documentation for kim
Functions, R codes and Examples using the kim R package
Some associated functions: akaike_weights . barplot_for_counts . binomial_test . bracket . capitalize . change_var_names . check_modes . check_req_pkg . chi_squared_test . chi_squared_test_pairwise . clean_data_from_qualtrics . coefficent_of_variation . cohen_d . cohen_d_borenstein . cohen_d_for_one_sample . cohen_d_from_cohen_textbook . cohen_d_over_n . cohen_d_to_r . cohen_d_torchiano . combine_data_across_cols . comma_sep_string_to_numbers . compare_datasets . compare_dependent_rs . compare_effect_sizes . compare_groups . compare_independent_rs . contingency_table . convert_cols_to_numeric . convert_to_excel_formula . correlation_kim . correlation_matrix . cum_percent_plot . desc_stats . desc_stats_by_group . detach_user_installed_pkgs . duplicated_values . excel_formula_convert . exit_from_parent_function . find_duplicates . fisher_z_transform . floodlight_2_by_continuous . floodlight_2_by_continuous_logistic . floodlight_2_by_continuous_mlm_logistic . floodlight_for_contrasts . floodlight_multi_by_continuous . forest_plot . geomean . ggsave_quick . histogram . histogram_by_group . histogram_deprecated_1 . histogram_from_hist . histogram_w_outlier_bins . holm_adjusted_p . id_across_datasets . identical_all . install_all_dependencies . kurtosis . lenu . levene_test . log_odds_ratio . log_odds_ratio_to_d . logistic_reg_w_interaction . logistic_regression . logistic_regression_table . loglinear_analysis . mad_remove_outliers . mann_whitney . matrix_prep_dt . mean_center . mediation_analysis . merge_data_table_list . merge_data_tables . modes_of_objects . multiple_regression . noncentrality_parameter . odds_ratio . order_rows_specifically_in_dt . outlier . overlapping_interval . p0 . package_list_default . parallel_analysis . percentile_rank . pivot_table . plot_group_means . pm . population_variance . prep . pretty_round_p_value . pretty_round_r . print_loop_progress . proportion_of_values_in_vector . q_stat_test_homo_r . read_csv . read_sole_csv . regex_match . rel_pos_of_value_in_vector . rel_value_of_pos_in_vector . remove_from_vector . remove_user_installed_pkgs . repeated_measures_anova . replace_values_in_dt . robust_regression . round_flexibly . scatterplot . score_scale_items . se_of_mean . se_of_percentage . se_of_proportion . setup_r_env . setwd_to_active_doc . simple_effects_analysis . skewness . spotlight_2_by_continuous . standardize . standardized_regression . start_kim . su . t_test_pairwise . tabulate_vector . tau_squared . theme_kim . top_median_or_bottom . tv . two_way_anova . und . unload_user_installed_pkgs . update_kim . var_of_log_odds_ratio_to_var_of_d . var_of_percentage . var_of_proportion . vlookup . weighted_mean_effect_size . weighted_mean_r . weighted_z . wilcoxon_rank_sum_test . write_csv . z_score . z_to_r_transform . 
Some associated R codes: akaike_weights.R . barplot_for_counts.R . binomial_test.R . bracket.R . capitalize.R . change_var_names.R . check_modes.R . check_req_pkg.R . chi_squared_test.R . chi_squared_test_pairwise.R . clean_data_from_qualtrics.R . coefficient_of_variation.R . cohen_d.R . cohen_d_borenstein.R . cohen_d_for_one_sample.R . cohen_d_from_cohen_textbook.R . cohen_d_over_n.R . cohen_d_to_r.R . cohen_d_torchiano.R . combine_data_across_cols.R . comma_sep_string_to_numbers.R . compare_datasets.R . compare_dependent_rs.R . compare_effect_sizes.R . compare_groups.R . compare_independent_rs.R . contingency_table.R . convert_cols_to_numeric.R . convert_to_excel_formula.R . correlation_kim.R . correlation_matrix.R . cum_percent_plot.R . desc_stats.R . desc_stats_by_group.R . detach_user_installed_pkgs.R . duplicated_values.R . excel_formula_convert.R . exit_from_parent_function.R . find_duplicates.R . fisher_z_transform.R . floodlight_2_by_continuous.R . floodlight_2_by_continuous_for_logistic.R . floodlight_2_by_continuous_mlm_logistic.R . floodlight_for_contrasts.R . floodlight_multi_by_continuous.R . forest_plot.R . geomean.R . ggsave_quick.R . globals.R . histogram.R . histogram_by_group.R . histogram_deprecated_1.R . histogram_from_hist.R . histogram_w_outlier_bins.R . holm_adjusted_p_values.R . id_across_datasets.R . identical_all.R . install_all_dependencies.R . kurtosis.R . lenu.R . levene_test.R . log_odds_ratio.R . log_odds_ratio_to_d.R . logistic_reg_w_interaction.R . logistic_regression.R . logistic_regression_table.R . loglinear_analysis.R . mad_remove_outliers.R . mann_whitney.R . matrix_prep_dt.R . mean_center.R . mediation_analysis.R . merge_data_table_list.R . merge_data_tables.R . modes_of_objects.R . multiple_regression.R . noncentrality_parameter.R . odds_ratio.R . onAttach.R . order_rows_specifically_in_dt.R . outlier.R . overlapping_interval.R . p0.R . package_list_default.R . parallel_analysis.R . percentile_rank.R . pivot_table.R . plot_group_means.R . pm.R . population_variance.R . prep.R . pretty_round_p_value.R . pretty_round_r.R . print_loop_progress.R . proportion_of_values_in_vector.R . q_stat_test_homo_r.R . read_csv.R . read_sole_csv.R . regex_match.R . rel_pos_of_value_in_vector.R . rel_value_of_pos_in_vector.R . remove_from_vector.R . remove_user_installed_pkgs.R . repeated_measures_anova.R . replace_values_in_dt.R . robust_regression.R . round_flexibly.R . scatterplot.R . score_scale_items.R . se_of_mean.R . se_of_percentage.R . se_of_proportion.R . setup_r_env.R . setwd_to_active_doc.R . simple_effects_analysis.R . skewness.R . spotlight_2_by_continuous.R . standardize.R . standardized_regression.R . start_kim.R . su.R . t_test_pairwise.R . tabulate_vector.R . tau_squared.R . theme_kim.R . top_median_or_bottom.R . tv.R . two_way_anova.R . und.R . unload_user_installed_pkgs.R . update_kim.R . var_of_log_odds_ratio_to_var_of_d.R . var_of_percentage.R . var_of_proportion.R . vlookup.R . weighted_mean_effect_size.R . weighted_mean_r.R . weighted_z.R . wilcoxon_rank_sum_test.R . write_csv.R . z_score.R . z_to_r_transform.R .  Full kim package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

sfinx  
Straightforward Filtering Index for AP-MS Data Analysis (SFINX)
The straightforward filtering index (SFINX) identifies true positive protein interactions in a fast ...
Download / Learn more Package Citations See dependency  
kim  
A Toolkit for Behavioral Scientists
A collection of functions for analyzing data typically collected or used by behavioral scientists. ...
Download / Learn more Package Citations See dependency  
MicroDatosEs  
Utilities for Official Spanish Microdata
Provides utilities for reading and processing microdata from Spanish official statistics with R. ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
RGAN  
Generative Adversarial Nets (GAN) in R
An easy way to get started with Generative Adversarial Nets (GAN) in R. The GAN algorithm was initia ...
Download / Learn more Package Citations See dependency  
snowfall  
Easier Cluster Computing (Based on 'snow')
Usability wrapper around snow for easier development of parallel R programs. This package offers e.g ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

73,054

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA