Other packages > Find by keyword >

AMCP  

A Model Comparison Perspective
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("AMCP", "1.0.2")



Attach the package and use:
library("AMCP")
Maintained by
Ken Kelley
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-02-12
Latest Update: 2020-07-24
Description:
Accompanies "Designing experiments and analyzing data: A model comparison perspective" (3rd ed.) by Maxwell, Delaney, & Kelley (2018; Routledge). Contains all of the data sets in the book's chapters and end-of-chapter exercises. Information about the book is available at .
How to cite:
Ken Kelley (2016). AMCP: A Model Comparison Perspective. R package version 1.0.2, https://cran.r-project.org/web/packages/AMCP. Accessed 06 Nov. 2024.
Previous versions and publish date:
0.0.1 (2016-02-12 01:05), 0.0.2 (2016-03-02 23:33), 0.0.3 (2017-01-23 13:49), 0.0.4 (2017-02-18 21:22), 1.0.0 (2020-02-13 19:30), 1.0.1 (2020-07-24 22:22)
Other packages that cited AMCP R package
View AMCP citation profile
Other R packages that AMCP depends, imports, suggests or enhances
Complete documentation for AMCP
Functions, R codes and Examples using the AMCP R package
Some associated functions: AMCP-package . chapter_10_exercise_14 . chapter_10_exercise_7 . chapter_10_exercise_9 . chapter_10_table_5 . chapter_10_table_9 . chapter_11_exercise_17 . chapter_11_exercise_18 . chapter_11_exercise_19 . chapter_11_exercise_21 . chapter_11_exercise_22 . chapter_11_exercise_23 . chapter_11_exercise_24 . chapter_11_exercise_3 . chapter_11_exercise_5 . chapter_11_table_1 . chapter_11_table_19 . chapter_11_table_20 . chapter_11_table_4 . chapter_11_table_5 . chapter_12_exercise_17 . chapter_12_exercise_18 . chapter_12_exercise_19 . chapter_12_exercise_21 . chapter_12_exercise_9 . chapter_12_table_1 . chapter_12_table_11 . chapter_12_table_15 . chapter_12_table_21 . chapter_12_table_7 . chapter_12_table_9 . chapter_13_exercise_10 . chapter_13_exercise_13 . chapter_13_exercise_14 . chapter_13_exercise_22 . chapter_13_exercise_23 . chapter_13_exercise_24 . chapter_13_exercise_25 . chapter_13_exercise_7 . chapter_13_table_1 . chapter_13_table_12 . chapter_13_table_14 . chapter_13_table_2 . chapter_13_table_5 . chapter_14_exercise_10 . chapter_14_exercise_14 . chapter_14_exercise_15 . chapter_14_exercise_21 . chapter_14_exercise_22 . chapter_14_table_1 . chapter_14_table_10 . chapter_14_table_3 . chapter_14_table_4 . chapter_14_table_5 . chapter_14_table_8 . chapter_15_exercise_16 . chapter_15_exercise_17 . chapter_15_exercise_18 . chapter_15_exercise_18_univariate . chapter_15_exercise_19 . chapter_15_exercise_19_univariate . chapter_15_table_1 . chapter_16_exercise_5 . chapter_16_exercise_7 . chapter_16_exercise_9 . chapter_16_table_1 . chapter_16_table_4 . chapter_1_exercise_18 . chapter_1_exercise_19 . chapter_1_exercise_21 . chapter_1_exercise_22 . chapter_1_exercise_23 . chapter_1_table_1 . chapter_3_exercise_10 . chapter_3_exercise_11 . chapter_3_exercise_19 . chapter_3_exercise_20 . chapter_3_exercise_21 . chapter_3_exercise_22 . chapter_3_exercise_9 . chapter_3_table_1 . chapter_3_table_3 . chapter_3_table_7_raw . chapter_3_table_9_raw . chapter_4_exercise_11 . chapter_4_exercise_12 . chapter_4_exercise_13 . chapter_4_table_1 . chapter_4_table_7 . chapter_5_exercise_10 . chapter_5_exercise_16 . chapter_5_exercise_5 . chapter_5_table_4 . chapter_6_exercise_10 . chapter_6_exercise_14 . chapter_6_exercise_16 . chapter_6_table_1 . chapter_7_exercise_12 . chapter_7_exercise_13 . chapter_7_exercise_14 . chapter_7_exercise_15 . chapter_7_exercise_18 . chapter_7_exercise_19 . chapter_7_exercise_22 . chapter_7_exercise_23 . chapter_7_exercise_24 . chapter_7_exercise_25 . chapter_7_exercise_6 . chapter_7_exercise_9 . chapter_7_table_1 . chapter_7_table_11 . chapter_7_table_15 . chapter_7_table_23 . chapter_7_table_5 . chapter_7_table_9 . chapter_8_exercise_15 . chapter_8_exercise_16 . chapter_8_exercise_17 . chapter_8_exercise_18 . chapter_8_exercise_19 . chapter_8_table_12 . chapter_9_exercise_14 . chapter_9_exercise_15 . chapter_9_exercise_16 . chapter_9_exercise_4 . chapter_9_extension_exercise_1 . chapter_9_extension_exercise_2 . chapter_9_extension_figures_4_and_5 . chapter_9_extension_table_1 . chapter_9_table_1 . chapter_9_table_11 . chapter_9_table_7 . tutorial_1_table_1 . tutorial_2_table_1 . tutorial_3a_table_1 . tutorial_3a_table_2 . tutorial_3a_table_4 . tutorial_3a_table_5 . 
Some associated R codes: AMCP.R . documentation.R .  Full AMCP package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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