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.1")



Attach the package and use:
library("kim")
Maintained by
Jin Kim
[Scholar Profile | Author Map]
First Published: 2020-11-25
Latest Update: 2024-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.1, https://cran.r-project.org/web/packages/kim. Accessed 05 May. 2025.
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)
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
04/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/04Downloads for kim510152025303540TrendBars

Today's Hot Picks in Authors and Packages

cape  
Combined Analysis of Pleiotropy and Epistasis for Diversity Outbred Mice
Combined Analysis of Pleiotropy and Epistasis infers predictive networks between genetic variants a ...
Download / Learn more Package Citations See dependency  
rsvd  
Randomized Singular Value Decomposition
Low-rank matrix decompositions are fundamental tools and widely used for data analysis, dimension r ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
pdqr  
Work with Custom Distribution Functions
Create, transform, and summarize custom random variables with distribution functions (analogues of ...
Download / Learn more Package Citations See dependency  
lifecourse  
Quantification of Lifecourse Fluidity
Provides in built datasets and three functions. These functions are mobility_index, nonStanTest and ...
Download / Learn more Package Citations See dependency  
BINCOR  
Estimate the Correlation Between Two Irregular Time Series
Estimate the correlation between two irregular time series that are not necessarily sampled on ident ...
Download / Learn more Package Citations See dependency  

24,187

R Packages

207,311

Dependencies

65,312

Author Associations

24,143

Publication Badges

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