Main, Paxton, & Dale Data Analysis

Size: px
Start display at page:

Download "Main, Paxton, & Dale Data Analysis"

Transcription

1 Main, Paxton, & Dale Data Analysis Interest/Validation setwd('/main_paxton_dale-analyses') # preliminaries rm(list=ls()) getwd() [1] "/Main_Paxton_Dale-Analyses" source('globals_functions.r')

2 Loading required package: Matrix Loading required package: tserieschaos Loading required package: desolve Attaching package: 'desolve' The following object is masked from 'package:graphics': matplot Loading required package: fields Loading required package: spam Loading required package: grid Spam version ( ) is loaded. Type 'help( Spam)' or 'demo( spam)' for a short introduction and overview of this package. Help for individual functions is also obtained by adding the suffix '.spam' to the function name, e.g. 'help( chol.spam)'. Attaching package: 'spam' The following objects are masked from 'package:base': backsolve, forwardsolve Loading required package: maps # ATTENTION: maps v3.0 has an updated 'world' map. # # Many country borders and names have changed since # # Type '?world' or 'news(package="maps")'. See README_v3. # Loading required package: plot3d Loading required package: pracma Attaching package: 'pracma' The following object is masked from 'package:desolve': rk4 The following objects are masked from 'package:matrix': expm, lu, tril, triu

3 # specify parents' and adolescents' affect a_target_emotion = c(int,val) p_target_emotion = c(int,val) # run RQA source('get_rqa_measures.r')

4 [1] 2 [1] 3 [1] 4 [1] 5 [1] 6 [1] 7 [1] 8 [1] 9 [1] 10 [1] 11 [1] 12 [1] 13 [1] 14 [1] 15 [1] 16 [1] 17 [1] 18 [1] 19 [1] 20 [1] 21 [1] 22 [1] 23 [1] 24 [1] 25 [1] 26 [1] 27 [1] 28 [1] 29 [1] 30 [1] 31 [1] 32 [1] 33 [1] 34 [1] 35 [1] 36 [1] 37 [1] 38 [1] 39 [1] 40 [1] 41 [1] 42 [1] 43 [1] 44 [1] 45 [1] 46 [1] 47 [1] 48 [1] 49 [1] 50

5 Let s look at the location of maximum lags. If one or the other is leading, we will find maximum lag location to be more on the left (parent leading) or right (adolescent leading). In general we do not find this imbalance: A one-sample t-test with maximum observed lag as the dependent variable is not significant less or greater than 0. In fact, it is centered around 0 (see plots); interestingly, in the interest/validation case, the maximum lags do show a bimodality, suggesting the turn taking pattern holds even in the maximum lag value. # only include those for which a maximum RR is observed descriptives = descriptives[descriptives$maxrec>0,] # print it out pander(t.test(descriptives[descriptives$shuff=='observed',]$maxlag)) One Sample t-test: descriptives[descriptives$shuff == "observed", ]$maxlag Test statistic df P value Alternative hypothesis two.sided # plot interaction with satisfaction -- use PDF if we want to save as a file in a sub directory # pdf(file='plots/interestvalidation_satisfaction.pdf',width=8,height=5.25) source('plot_drps_satisfaction.r')

6 # dev.off() # plot interaction with age -- use PDF if we want to save as a file in a subdirectory # pdf(file='plots/interestvalidation_age.pdf',width=8,height=5.25) source('plot_drps_age.r')

7 # dev.off() # print model results using standardized and unstandardized coefficients source('lmer_stats.r') pander(coefs.simple) # simple (just lag terms): standardized (Intercept) e e-11 1 LinearLag QuadLag pander(coefs.simple.raw) # simple (just lag terms): unstandardized (Intercept) e-05 LinearLag

8 QuadLag pander(coefs.satisfaction) # lag terms and satisfaction: standardized (Intercept) e e-12 1 Satisfaction LinearLag QuadLag SatisXLinear SatisXQuad pander(coefs.satisfaction.raw) # lag terms and satisfaction: unstandardized (Intercept) Satisfaction LinearLag QuadLag Satisfaction:LinearLag Satisfaction:QuadLag pander(coefs.age) # lag terms and age: standardized (Intercept) e e-11 1 Age LinearLag QuadLag AgeXLinear AgeXQuad

9 pander(coefs.age.raw) # lag terms and age: unstandardized (Intercept) Age LinearLag QuadLag Age:LinearLag Age:QuadLag Negative Emotion # preliminaries rm(list=ls()) source('globals_functions.r') # set the target emotion for these analyses and then run RQA a_target_emotion = neg p_target_emotion = neg source('get_rqa_measures.r')

10 [1] 2 [1] 3 [1] 4 [1] 5 [1] 6 [1] 7 [1] 8 [1] 9 [1] 10 [1] 11 [1] 12 [1] 13 [1] 14 [1] 15 [1] 16 [1] 17 [1] 18 [1] 19 [1] 20 [1] 21 [1] 22 [1] 23 [1] 24 [1] 25 [1] 26 [1] 27 [1] 28 [1] 29 [1] 30 [1] 31 [1] 32 [1] 33 [1] 34 [1] 35 [1] 36 [1] 37 [1] 38 [1] 39 [1] 40 [1] 41 [1] 42 [1] 43 [1] 44 [1] 45 [1] 46 [1] 47 [1] 48 [1] 49 [1] 50

11 # only include those for which a maximum RR is observed descriptives = descriptives[descriptives$maxrec>0,] # print it out pander(t.test(descriptives[descriptives$shuff=='observed',]$maxlag)) One Sample t-test: descriptives[descriptives$shuff == "observed", ]$maxlag Test statistic df P value Alternative hypothesis two.sided # plot interaction with satisfaction -- use PDF if we want to save as a file in a sub directory # pdf(file='plots/negative_satisfaction.pdf',width=8,height=5.25) source('plot_drps_satisfaction.r')

12 # dev.off() # plot interaction with age -- use PDF if we want to save as a file in a subdirectory # pdf(file='plots/negative_age.pdf',width=8,height=5.25) source('plot_drps_age.r') # dev.off() # print model results using standardized and unstandardized ("raw") coefficients source('lmer_stats.r') pander(coefs.simple) # simple (just lag terms): standardized (Intercept) e e-11 1 LinearLag QuadLag pander(coefs.simple.raw) # simple (just lag terms): unstandardized

13 (Intercept) e-07 LinearLag QuadLag pander(coefs.satisfaction) # lag terms and satisfaction: standardized (Intercept) e e-11 1 Satisfaction LinearLag QuadLag SatisXLinear SatisXQuad pander(coefs.satisfaction.raw) # lag terms and satisfaction: unstandardized (Intercept) e-05 Satisfaction LinearLag QuadLag Satisfaction:LinearLag Satisfaction:QuadLag pander(coefs.age) # lag terms and age: standardized (Intercept) e e-11 1 Age LinearLag QuadLag

14 AgeXLinear AgeXQuad pander(coefs.age.raw) # lag terms and age: unstandardized (Intercept) Age LinearLag QuadLag Age:LinearLag Age:QuadLag Positive Emotion # preliminaries rm(list=ls()) source('globals_functions.r') # set the target emotion for these analyses and then run RQA a_target_emotion = pos p_target_emotion = pos source('get_rqa_measures.r')

15 [1] 2 [1] 3 [1] 4 [1] 5 [1] 6 [1] 7 [1] 8 [1] 9 [1] 10 [1] 11 [1] 12 [1] 13 [1] 14 [1] 15 [1] 16 [1] 17 [1] 18 [1] 19 [1] 20 [1] 21 [1] 22 [1] 23 [1] 24 [1] 25 [1] 26 [1] 27 [1] 28 [1] 29 [1] 30 [1] 31 [1] 32 [1] 33 [1] 34 [1] 35 [1] 36 [1] 37 [1] 38 [1] 39 [1] 40 [1] 41 [1] 42 [1] 43 [1] 44 [1] 45 [1] 46 [1] 47 [1] 48 [1] 49 [1] 50

16 # only include those for which a maximum RR is observed descriptives = descriptives[descriptives$maxrec>0,] # print it out pander(t.test(descriptives[descriptives$shuff=='observed',]$maxlag)) One Sample t-test: descriptives[descriptives$shuff == "observed", ]$maxlag Test statistic df P value Alternative hypothesis two.sided # plot interaction with satisfaction -- use PDF if we want to save as a file in a sub directory # pdf(file='plots/positive_satisfaction.pdf',width=8,height=5.25) source('plot_drps_satisfaction.r')

17 # dev.off() # plot interaction with age -- use PDF if we want to save as a file in a subdirectory # pdf(file='plots/positive_age.pdf',width=8,height=5.25) source('plot_drps_age.r') # dev.off() # print model results using standardized and unstandardized ("raw") coefficients source('lmer_stats.r') pander(coefs.simple) # simple (just lag terms): standardized (Intercept) 2.632e e-12 1 LinearLag QuadLag e-05 pander(coefs.simple.raw) # simple (just lag terms): unstandardized

18 (Intercept) LinearLag QuadLag e-05 pander(coefs.satisfaction) # lag terms and satisfaction: standardized (Intercept) 2.788e e-12 1 Satisfaction LinearLag QuadLag SatisXLinear SatisXQuad pander(coefs.satisfaction.raw) # lag terms and satisfaction: unstandardized (Intercept) Satisfaction LinearLag QuadLag Satisfaction:LinearLag Satisfaction:QuadLag pander(coefs.age) # lag terms and age: standardized (Intercept) 3.156e e-12 1 Age LinearLag QuadLag

19 AgeXLinear AgeXQuad pander(coefs.age.raw) # lag terms and age: unstandardized (Intercept) Age LinearLag QuadLag Age:LinearLag Age:QuadLag Correlation between Dyad Satisfaction and Adolescent Age Given systematic similarities between the age and satisfaction models, we checked for but did not find a reliable correlation between adolescent age and dyad satisfaction score. # grab only one slice from each dyad corr_check = drps_raw[drps_raw$rawlag==0,] pander(cor.test(corr_check$satisfaction,corr_check$age)) Pearson s product-moment correlation: corr_check$satisfaction and corr_check$age Test statistic df P value Alternative hypothesis two.sided

Practice Test (page 391) 1. For each line, count squares on the grid to determine the rise and the run. Use slope = rise

Practice Test (page 391) 1. For each line, count squares on the grid to determine the rise and the run. Use slope = rise Practice Test (page 91) 1. For each line, count squares on the grid to determine the rise and the. Use slope = rise 4 Slope of AB =, or 6 Slope of CD = 6 9, or Slope of EF = 6, or 4 Slope of GH = 6 4,

More information

CDAA No. 4 - Part Two - Multiple Regression - Initial Data Screening

CDAA No. 4 - Part Two - Multiple Regression - Initial Data Screening CDAA No. 4 - Part Two - Multiple Regression - Initial Data Screening Variables Entered/Removed b Variables Entered GPA in other high school, test, Math test, GPA, High school math GPA a Variables Removed

More information

#install.packages('devtools') #library(devtools) #install_github('famuvie/breedr', ref = github_release()) #install_github('famuvie/breedr')

#install.packages('devtools') #library(devtools) #install_github('famuvie/breedr', ref = github_release()) #install_github('famuvie/breedr') # title: Diagnosis of spatial and competiton effects in forest genetic trials using breedr: an example in Eucalyptus globulus # author: Eduardo Pablo Cappa # date: "June 26th, 2015" #install.packages('devtools')

More information

An Introduction to Growth Curve Analysis using Structural Equation Modeling

An Introduction to Growth Curve Analysis using Structural Equation Modeling An Introduction to Growth Curve Analysis using Structural Equation Modeling James Jaccard New York University 1 Overview Will introduce the basics of growth curve analysis (GCA) and the fundamental questions

More information

An Introduction to the R Commander

An Introduction to the R Commander An Introduction to the R Commander BIO/MAT 460, Spring 2011 Christopher J. Mecklin Department of Mathematics & Statistics Biomathematics Research Group Murray State University Murray, KY 42071 christopher.mecklin@murraystate.edu

More information

Linear Functions. College Algebra

Linear Functions. College Algebra Linear Functions College Algebra Linear Function A linear function is a function whose graph is a straight line. Linear functions can be written in the slope-intercept form of a line: f(x) = mx + b where

More information

A Quick Introduction to R

A Quick Introduction to R Math 4501 Fall 2012 A Quick Introduction to R The point of these few pages is to give you a quick introduction to the possible uses of the free software R in statistical analysis. I will only expect you

More information

Further Maths Notes. Common Mistakes. Read the bold words in the exam! Always check data entry. Write equations in terms of variables

Further Maths Notes. Common Mistakes. Read the bold words in the exam! Always check data entry. Write equations in terms of variables Further Maths Notes Common Mistakes Read the bold words in the exam! Always check data entry Remember to interpret data with the multipliers specified (e.g. in thousands) Write equations in terms of variables

More information

Presentation of GcoPS Icy plugin

Presentation of GcoPS Icy plugin Presentation of GcoPS Icy plugin GcoPS is a fully automatic and non parametric colocalization algorithm with four possible outputs: Statistical test: GcoPS computes a statistical test to evaluate the global

More information

Advanced Bulk PDF Watermark Creator handles watermarking of one or more input PDF documents. Common usage of this application:

Advanced Bulk PDF Watermark Creator handles watermarking of one or more input PDF documents. Common usage of this application: Advanced Bulk PDF Watermark Creator Product Information Page: http://www.advancedreliablesoftware.com/advanced_bulk_pdf_watermark_creator.html Advanced Bulk PDF Watermark Creator handles watermarking of

More information

Multiple Regression White paper

Multiple Regression White paper +44 (0) 333 666 7366 Multiple Regression White paper A tool to determine the impact in analysing the effectiveness of advertising spend. Multiple Regression In order to establish if the advertising mechanisms

More information

Two mode Network. PAD 637, Lab 8 Spring 2013 Yoonie Lee

Two mode Network. PAD 637, Lab 8 Spring 2013 Yoonie Lee Two mode Network PAD 637, Lab 8 Spring 2013 Yoonie Lee Lab exercises Two- mode Davis QAP correlation Multiple regression QAP Types of network data One-mode network (M M ) Two-mode network (M N ) M1 M2

More information

/4 Directions: Graph the functions, then answer the following question.

/4 Directions: Graph the functions, then answer the following question. 1.) Graph y = x. Label the graph. Standard: F-BF.3 Identify the effect on the graph of replacing f(x) by f(x) +k, k f(x), f(kx), and f(x+k), for specific values of k; find the value of k given the graphs.

More information

Mean Tests & X 2 Parametric vs Nonparametric Errors Selection of a Statistical Test SW242

Mean Tests & X 2 Parametric vs Nonparametric Errors Selection of a Statistical Test SW242 Mean Tests & X 2 Parametric vs Nonparametric Errors Selection of a Statistical Test SW242 Creation & Description of a Data Set * 4 Levels of Measurement * Nominal, ordinal, interval, ratio * Variable Types

More information

Manual Scoring for Sizing Them Up

Manual Scoring for Sizing Them Up Sizing Them Up Manual Scoring Manual Scoring for Sizing Them Up Instructions Step 1: Item-by-Item Responses and Reverse Coding Please check the data for missing responses. If the patient has completed

More information

- 1 - Fig. A5.1 Missing value analysis dialog box

- 1 - Fig. A5.1 Missing value analysis dialog box WEB APPENDIX Sarstedt, M. & Mooi, E. (2019). A concise guide to market research. The process, data, and methods using SPSS (3 rd ed.). Heidelberg: Springer. Missing Value Analysis and Multiple Imputation

More information

Chapter 13 Multivariate Techniques. Chapter Table of Contents

Chapter 13 Multivariate Techniques. Chapter Table of Contents Chapter 13 Multivariate Techniques Chapter Table of Contents Introduction...279 Principal Components Analysis...280 Canonical Correlation...289 References...298 278 Chapter 13. Multivariate Techniques

More information

Reliability Coefficients

Reliability Coefficients Reliability Coefficients Introductory notes That data used for these computations is the pre-treatment scores of all subjects. There are three items in the SIAS (5, 9 and 11) that require reverse-scoring.

More information

IQR = number. summary: largest. = 2. Upper half: Q3 =

IQR = number. summary: largest. = 2. Upper half: Q3 = Step by step box plot Height in centimeters of players on the 003 Women s Worldd Cup soccer team. 157 1611 163 163 164 165 165 165 168 168 168 170 170 170 171 173 173 175 180 180 Determine the 5 number

More information

3. parallel: (b) and (c); perpendicular (a) and (b), (a) and (c)

3. parallel: (b) and (c); perpendicular (a) and (b), (a) and (c) SECTION 1.1 1. Plot the points (0, 4), ( 2, 3), (1.5, 1), and ( 3, 0.5) in the Cartesian plane. 2. Simplify the expression 13 7 2. 3. Use the 3 lines whose equations are given. Which are parallel? Which

More information

PRI Workshop Introduction to AMOS

PRI Workshop Introduction to AMOS PRI Workshop Introduction to AMOS Krissy Zeiser Pennsylvania State University klz24@pop.psu.edu 2-pm /3/2008 Setting up the Dataset Missing values should be recoded in another program (preferably with

More information

I. MODEL. Q3i: Check my . Q29s: I like to see films and TV programs from other countries. Q28e: I like to watch TV shows on a laptop/tablet/phone

I. MODEL. Q3i: Check my  . Q29s: I like to see films and TV programs from other countries. Q28e: I like to watch TV shows on a laptop/tablet/phone 1 Multiple Regression-FORCED-ENTRY HIERARCHICAL MODEL DORIS ACHEME COM 631/731, Spring 2017 Data: Film & TV Usage 2015 I. MODEL IV Block 1: Demographics Sex (female dummy):q30 Age: Q31 Income: Q34 Block

More information

static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, i

static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, i GLIDE static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, int *refcoreatoms){int ncoreat = :vector mappings; PhpCoreMapping mapping; for COMMON(glidelig).

More information

Microarray Technology (Affymetrix ) and Analysis. Practicals

Microarray Technology (Affymetrix ) and Analysis. Practicals Data Analysis and Modeling Methods Microarray Technology (Affymetrix ) and Analysis Practicals B. Haibe-Kains 1,2 and G. Bontempi 2 1 Unité Microarray, Institut Jules Bordet 2 Machine Learning Group, Université

More information

Math 121. Graphing Rational Functions Fall 2016

Math 121. Graphing Rational Functions Fall 2016 Math 121. Graphing Rational Functions Fall 2016 1. Let x2 85 x 2 70. (a) State the domain of f, and simplify f if possible. (b) Find equations for the vertical asymptotes for the graph of f. (c) For each

More information

Application of Hierarchical Clustering to Find Expression Modules in Cancer

Application of Hierarchical Clustering to Find Expression Modules in Cancer Application of Hierarchical Clustering to Find Expression Modules in Cancer T. M. Murali August 18, 2008 Innovative Application of Hierarchical Clustering A module map showing conditional activity of expression

More information

f(x) = b x for b > 0 and b 1

f(x) = b x for b > 0 and b 1 7. Introduction to Eponential Functions Name: Recall - Eponents are instructions for repeated multiplication. a. 4 = ()()()() = b. 4 = c.!!!! = Properties of Eponential Functions Parent: Why is the parameter

More information

Using HLM for Presenting Meta Analysis Results. R, C, Gardner Department of Psychology

Using HLM for Presenting Meta Analysis Results. R, C, Gardner Department of Psychology Data_Analysis.calm: dacmeta Using HLM for Presenting Meta Analysis Results R, C, Gardner Department of Psychology The primary purpose of meta analysis is to summarize the effect size results from a number

More information

Binary IFA-IRT Models in Mplus version 7.11

Binary IFA-IRT Models in Mplus version 7.11 Binary IFA-IRT Models in Mplus version 7.11 Example data: 635 older adults (age 80-100) self-reporting on 7 items assessing the Instrumental Activities of Daily Living (IADL) as follows: 1. Housework (cleaning

More information

Supplementary Material

Supplementary Material Supplementary Material Figure 1S: Scree plot of the 400 dimensional data. The Figure shows the 20 largest eigenvalues of the (normalized) correlation matrix sorted in decreasing order; the insert shows

More information

Intermediate SAS: Statistics

Intermediate SAS: Statistics Intermediate SAS: Statistics OIT TSS 293-4444 oithelp@mail.wvu.edu oit.wvu.edu/training/classmat/sas/ Table of Contents Procedures... 2 Two-sample t-test:... 2 Paired differences t-test:... 2 Chi Square

More information

Name Per. a. Make a scatterplot to the right. d. Find the equation of the line if you used the data points from week 1 and 3.

Name Per. a. Make a scatterplot to the right. d. Find the equation of the line if you used the data points from week 1 and 3. Unit 6 Review Name Per 1. How would you describe the relationship between the x- and y-values in the scatter plot? 90 80 70 60 50 0 '90 '95 '00 '05 '10 2. Based on the data in the scatter plot in #1, what

More information

Bio534 Laboratory 1: Solutions

Bio534 Laboratory 1: Solutions Bio534 Laboratory 1: Solutions Exercise 2.1 # 1 > a b a == b [1] TRUE This logic answer implies that the right hand side (rhs) of the equation is equal to the left

More information

Product Catalog. AcaStat. Software

Product Catalog. AcaStat. Software Product Catalog AcaStat Software AcaStat AcaStat is an inexpensive and easy-to-use data analysis tool. Easily create data files or import data from spreadsheets or delimited text files. Run crosstabulations,

More information

S-PLUS INSTRUCTIONS FOR CASE STUDIES IN THE STATISTICAL SLEUTH

S-PLUS INSTRUCTIONS FOR CASE STUDIES IN THE STATISTICAL SLEUTH S-PLUS INSTRUCTIONS FOR CASE STUDIES IN THE STATISTICAL SLEUTH Dan Schafer January, 2002 This guide contains brief instructions for accomplishing the graphical and numerical analyses of the case studies

More information

The Data. Math 158, Spring 2016 Jo Hardin Shrinkage Methods R code Ridge Regression & LASSO

The Data. Math 158, Spring 2016 Jo Hardin Shrinkage Methods R code Ridge Regression & LASSO Math 158, Spring 2016 Jo Hardin Shrinkage Methods R code Ridge Regression & LASSO The Data The following dataset is from Hastie, Tibshirani and Friedman (2009), from a studyby Stamey et al. (1989) of prostate

More information

SYS 6021 Linear Statistical Models

SYS 6021 Linear Statistical Models SYS 6021 Linear Statistical Models Project 2 Spam Filters Jinghe Zhang Summary The spambase data and time indexed counts of spams and hams are studied to develop accurate spam filters. Static models are

More information

ASSOCIATION BETWEEN VARIABLES: SCATTERGRAMS (Like Father, Like Son)

ASSOCIATION BETWEEN VARIABLES: SCATTERGRAMS (Like Father, Like Son) POLI 300 Handouts #11 N. R. Miller ASSOCIATION BETWEEN VARIABLES: SCATTERGRAMS (Like Father, Like Son) Though it is not especially relevant to political science, suppose we want to research the following

More information

Package crqa. R topics documented: July 15, Type Package

Package crqa. R topics documented: July 15, Type Package Type Package Package crqa July 15, 2015 Title Cross-Recurrence Quantification Analysis for Categorical and Continuous Time-Series Version 1.0.6 Date 2015-07-13 Author Moreno I. Coco and Rick Dale with

More information

Scatterplot: The Bridge from Correlation to Regression

Scatterplot: The Bridge from Correlation to Regression Scatterplot: The Bridge from Correlation to Regression We have already seen how a histogram is a useful technique for graphing the distribution of one variable. Here is the histogram depicting the distribution

More information

Stat 5100 Handout #6 SAS: Linear Regression Remedial Measures

Stat 5100 Handout #6 SAS: Linear Regression Remedial Measures Stat 5100 Handout #6 SAS: Linear Regression Remedial Measures Example: Age and plasma level for 25 healthy children in a study are reported. Of interest is how plasma level depends on age. (Text Table

More information

Preliminary Figures for Renormalizing Illumina SNP Cell Line Data

Preliminary Figures for Renormalizing Illumina SNP Cell Line Data Preliminary Figures for Renormalizing Illumina SNP Cell Line Data Kevin R. Coombes 17 March 2011 Contents 1 Executive Summary 1 1.1 Introduction......................................... 1 1.1.1 Aims/Objectives..................................

More information

A (very) brief introduction to R

A (very) brief introduction to R A (very) brief introduction to R You typically start R at the command line prompt in a command line interface (CLI) mode. It is not a graphical user interface (GUI) although there are some efforts to produce

More information

Skills Practice Skills Practice for Lesson 7.1

Skills Practice Skills Practice for Lesson 7.1 Skills Practice Skills Practice for Lesson.1 Name Date What s the Inverse of an Eponent? Logarithmic Functions as Inverses Vocabulary Write the term that best completes each statement. 1. The of a number

More information

SPSS QM II. SPSS Manual Quantitative methods II (7.5hp) SHORT INSTRUCTIONS BE CAREFUL

SPSS QM II. SPSS Manual Quantitative methods II (7.5hp) SHORT INSTRUCTIONS BE CAREFUL SPSS QM II SHORT INSTRUCTIONS This presentation contains only relatively short instructions on how to perform some statistical analyses in SPSS. Details around a certain function/analysis method not covered

More information

Package KEGGprofile. February 10, 2018

Package KEGGprofile. February 10, 2018 Type Package Package KEGGprofile February 10, 2018 Title An annotation and visualization package for multi-types and multi-groups expression data in KEGG pathway Version 1.20.0 Date 2017-10-30 Author Shilin

More information

Data Analysis and Solver Plugins for KSpread USER S MANUAL. Tomasz Maliszewski

Data Analysis and Solver Plugins for KSpread USER S MANUAL. Tomasz Maliszewski Data Analysis and Solver Plugins for KSpread USER S MANUAL Tomasz Maliszewski tmaliszewski@wp.pl Table of Content CHAPTER 1: INTRODUCTION... 3 1.1. ABOUT DATA ANALYSIS PLUGIN... 3 1.3. ABOUT SOLVER PLUGIN...

More information

R Command Summary. Steve Ambler Département des sciences économiques École des sciences de la gestion. April 2018

R Command Summary. Steve Ambler Département des sciences économiques École des sciences de la gestion. April 2018 R Command Summary Steve Ambler Département des sciences économiques École des sciences de la gestion Université du Québec à Montréal c 2018 : Steve Ambler April 2018 This document describes some of the

More information

PSY 9556B (Jan8) Design Issues and Missing Data Continued Examples of Simulations for Projects

PSY 9556B (Jan8) Design Issues and Missing Data Continued Examples of Simulations for Projects PSY 9556B (Jan8) Design Issues and Missing Data Continued Examples of Simulations for Projects Let s create a data for a variable measured repeatedly over five occasions We could create raw data (for each

More information

SB 149 IGC ALGEBRA I Adapted from Houston ISD Curriculum

SB 149 IGC ALGEBRA I Adapted from Houston ISD Curriculum SB 149 IGC 2014-2015 ALGEBRA I Adapted from Houston ISD Curriculum EOC Project: Create Your Own City Map As a city planner, you have been asked to create a street-map and master plan for a new sub-division

More information

CH5: CORR & SIMPLE LINEAR REFRESSION =======================================

CH5: CORR & SIMPLE LINEAR REFRESSION ======================================= STAT 430 SAS Examples SAS5 ===================== ssh xyz@glue.umd.edu, tap sas913 (old sas82), sas https://www.statlab.umd.edu/sasdoc/sashtml/onldoc.htm CH5: CORR & SIMPLE LINEAR REFRESSION =======================================

More information

Bivariate (Simple) Regression Analysis

Bivariate (Simple) Regression Analysis Revised July 2018 Bivariate (Simple) Regression Analysis This set of notes shows how to use Stata to estimate a simple (two-variable) regression equation. It assumes that you have set Stata up on your

More information

ANSWERS -- Prep for Psyc350 Laboratory Final Statistics Part Prep a

ANSWERS -- Prep for Psyc350 Laboratory Final Statistics Part Prep a ANSWERS -- Prep for Psyc350 Laboratory Final Statistics Part Prep a Put the following data into an spss data set: Be sure to include variable and value labels and missing value specifications for all variables

More information

FVGWAS- 3.0 Manual. 1. Schematic overview of FVGWAS

FVGWAS- 3.0 Manual. 1. Schematic overview of FVGWAS FVGWAS- 3.0 Manual Hongtu Zhu @ UNC BIAS Chao Huang @ UNC BIAS Nov 8, 2015 More and more large- scale imaging genetic studies are being widely conducted to collect a rich set of imaging, genetic, and clinical

More information

Right-click on whatever it is you are trying to change Get help about the screen you are on Help Help Get help interpreting a table

Right-click on whatever it is you are trying to change Get help about the screen you are on Help Help Get help interpreting a table Q Cheat Sheets What to do when you cannot figure out how to use Q What to do when the data looks wrong Right-click on whatever it is you are trying to change Get help about the screen you are on Help Help

More information

Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018

Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018 Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018 Contents Introduction... 1 Start DIONE... 2 Load Data... 3 Missing Values... 5 Explore Data... 6 One Variable... 6 Two Variables... 7 All

More information

4.1 Graph Quadratic Functions in

4.1 Graph Quadratic Functions in 4. Graph Quadratic Functions in Standard Form Goal p Graph quadratic functions. Your Notes VOCABULARY Quadratic function Parabola Verte Ais of smmetr Minimum and maimum value PARENT FUNCTION FOR QUADRATIC

More information

Package TripleR. March 7, 2013

Package TripleR. March 7, 2013 Package TripleR March 7, 2013 Encoding UTF-8 Type Package Title Social Relation Model (SRM) analyses for single or multiple round-robin groups Version 1.1.8 Date 2013-03-07 Author S. C. Schmukle, F. D.

More information

Statistics on Structures 3.1

Statistics on Structures 3.1 New features exploring new fields of application Christian Bucher, Claudia Bucher, Christopher Riemel, Sebastian Wolff* DYNARDO Austria GmbH WOST 2014, 6./7.11.2014, Weimar optislang & SoS: What is the

More information

An Introduction to R. Ed D. J. Berry 9th January 2017

An Introduction to R. Ed D. J. Berry 9th January 2017 An Introduction to R Ed D. J. Berry 9th January 2017 Overview Why now? Why R? General tips Recommended packages Recommended resources 2/48 Why now? Efficiency Pointandclick software just isn't time efficient

More information

Lab 1: Getting started with R and RStudio Questions? or

Lab 1: Getting started with R and RStudio Questions? or Lab 1: Getting started with R and RStudio Questions? david.montwe@ualberta.ca or isaacren@ualberta.ca 1. Installing R and RStudio To install R, go to https://cran.r-project.org/ and click on the Download

More information

Exploring cdna Data. Achim Tresch, Andreas Buness, Tim Beißbarth, Wolfgang Huber

Exploring cdna Data. Achim Tresch, Andreas Buness, Tim Beißbarth, Wolfgang Huber Exploring cdna Data Achim Tresch, Andreas Buness, Tim Beißbarth, Wolfgang Huber Practical DNA Microarray Analysis http://compdiag.molgen.mpg.de/ngfn/pma0nov.shtml The following exercise will guide you

More information

Bagging & System Combination for POS Tagging. Dan Jinguji Joshua T. Minor Ping Yu

Bagging & System Combination for POS Tagging. Dan Jinguji Joshua T. Minor Ping Yu Bagging & System Combination for POS Tagging Dan Jinguji Joshua T. Minor Ping Yu Bagging Bagging can gain substantially in accuracy The vital element is the instability of the learning algorithm Bagging

More information

Nonverbal Stroop Card Sorting Test Scoring Application Help Document Table of Contents

Nonverbal Stroop Card Sorting Test Scoring Application Help Document Table of Contents 1 Nonverbal Stroop Card Sorting Test Scoring Application Help Document Table of Contents I. App Introduction... 2 II. Preparing to use the Nonverbal Stroop Scoring App... 2 A) Data... 3 B) Interpretation...

More information

Regression Analysis and Linear Regression Models

Regression Analysis and Linear Regression Models Regression Analysis and Linear Regression Models University of Trento - FBK 2 March, 2015 (UNITN-FBK) Regression Analysis and Linear Regression Models 2 March, 2015 1 / 33 Relationship between numerical

More information

Introduction to Data Science. Introduction to Data Science with Python. Python Basics: Basic Syntax, Data Structures. Python Concepts (Core)

Introduction to Data Science. Introduction to Data Science with Python. Python Basics: Basic Syntax, Data Structures. Python Concepts (Core) Introduction to Data Science What is Analytics and Data Science? Overview of Data Science and Analytics Why Analytics is is becoming popular now? Application of Analytics in business Analytics Vs Data

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 327 Geometric Regression Introduction Geometric regression is a special case of negative binomial regression in which the dispersion parameter is set to one. It is similar to regular multiple regression

More information

SPSS INSTRUCTION CHAPTER 9

SPSS INSTRUCTION CHAPTER 9 SPSS INSTRUCTION CHAPTER 9 Chapter 9 does no more than introduce the repeated-measures ANOVA, the MANOVA, and the ANCOVA, and discriminant analysis. But, you can likely envision how complicated it can

More information

Exploring cdna Data. Achim Tresch, Andreas Buness, Wolfgang Huber, Tim Beißbarth

Exploring cdna Data. Achim Tresch, Andreas Buness, Wolfgang Huber, Tim Beißbarth Exploring cdna Data Achim Tresch, Andreas Buness, Wolfgang Huber, Tim Beißbarth Practical DNA Microarray Analysis http://compdiag.molgen.mpg.de/ngfn/pma0nov.shtml The following exercise will guide you

More information

Introduction to R (BaRC Hot Topics)

Introduction to R (BaRC Hot Topics) Introduction to R (BaRC Hot Topics) George Bell September 30, 2011 This document accompanies the slides from BaRC s Introduction to R and shows the use of some simple commands. See the accompanying slides

More information

CITAN Classical Item Analyzer (Version 1.41) Richard M. Luecht, PhD. (c) RM Luecht, 2006, 2008, 2009, 2010, 2011 USER S GUIDE

CITAN Classical Item Analyzer (Version 1.41) Richard M. Luecht, PhD. (c) RM Luecht, 2006, 2008, 2009, 2010, 2011 USER S GUIDE CITAN Classical Item Analyzer (Version 1.41) Richard M. Luecht, PhD (c) RM Luecht, 2006, 2008, 2009, 2010, 2011 USER S GUIDE Notice: CITAN Version 1.41 can be copied, used, and shared without restriction

More information

Generalized least squares (GLS) estimates of the level-2 coefficients,

Generalized least squares (GLS) estimates of the level-2 coefficients, Contents 1 Conceptual and Statistical Background for Two-Level Models...7 1.1 The general two-level model... 7 1.1.1 Level-1 model... 8 1.1.2 Level-2 model... 8 1.2 Parameter estimation... 9 1.3 Empirical

More information

Exploring cdna Data. Achim Tresch, Andreas Buness, Tim Beißbarth, Wolfgang Huber

Exploring cdna Data. Achim Tresch, Andreas Buness, Tim Beißbarth, Wolfgang Huber Exploring cdna Data Achim Tresch, Andreas Buness, Tim Beißbarth, Wolfgang Huber Practical DNA Microarray Analysis, Heidelberg, March 2005 http://compdiag.molgen.mpg.de/ngfn/pma2005mar.shtml The following

More information

AA BB CC DD EE. Introduction to Graphics in R

AA BB CC DD EE. Introduction to Graphics in R Introduction to Graphics in R Cori Mar 7/10/18 ### Reading in the data dat

More information

Independent Variables

Independent Variables 1 Stepwise Multiple Regression Olivia Cohen Com 631, Spring 2017 Data: Film & TV Usage 2015 I. MODEL Independent Variables Demographics Item: Age Item: Income Dummied Item: Gender (Female) Digital Media

More information

How likely are you to recommend venue name to a friend?

How likely are you to recommend venue name to a friend? NPS SURVEY NPS stands for Net Promoter Score, this is an index ranging from -100 to 100 that measures the willingness of customers to recommend a company s product or services to others. As the questions

More information

Regression. Page 1. Notes. Output Created Comments Data. 26-Mar :31:18. Input. C:\Documents and Settings\BuroK\Desktop\Data Sets\Prestige.

Regression. Page 1. Notes. Output Created Comments Data. 26-Mar :31:18. Input. C:\Documents and Settings\BuroK\Desktop\Data Sets\Prestige. GET FILE='C:\Documents and Settings\BuroK\Desktop\DataSets\Prestige.sav'. GET FILE='E:\MacEwan\Teaching\Stat252\Data\SPSS_data\MENTALID.sav'. DATASET ACTIVATE DataSet1. DATASET CLOSE DataSet2. GET FILE='E:\MacEwan\Teaching\Stat252\Data\SPSS_data\survey_part.sav'.

More information

Correctly Compute Complex Samples Statistics

Correctly Compute Complex Samples Statistics SPSS Complex Samples 15.0 Specifications Correctly Compute Complex Samples Statistics When you conduct sample surveys, use a statistics package dedicated to producing correct estimates for complex sample

More information

SAS Visual Analytics 8.2: Working with Report Content

SAS Visual Analytics 8.2: Working with Report Content SAS Visual Analytics 8.2: Working with Report Content About Objects After selecting your data source and data items, add one or more objects to display the results. SAS Visual Analytics provides objects

More information

Importing data in a database with levels

Importing data in a database with levels BioNumerics Tutorial: Importing data in a database with levels 1 Aim In this tutorial you will learn how to import data in a BioNumerics database with levels and how to replicate and summarize level-specific

More information

Name: Date: Absolute Value Transformations

Name: Date: Absolute Value Transformations Name: Date: Absolute Value Transformations Vocab: Absolute value is the measure of the distance awa from zero on a number line. Since absolute value is the measure of distance it can never be negative!

More information

Assignment 4 (Sol.) Introduction to Data Analytics Prof. Nandan Sudarsanam & Prof. B. Ravindran

Assignment 4 (Sol.) Introduction to Data Analytics Prof. Nandan Sudarsanam & Prof. B. Ravindran Assignment 4 (Sol.) Introduction to Data Analytics Prof. andan Sudarsanam & Prof. B. Ravindran 1. Which among the following techniques can be used to aid decision making when those decisions depend upon

More information

Statistics: Normal Distribution, Sampling, Function Fitting & Regression Analysis (Grade 12) *

Statistics: Normal Distribution, Sampling, Function Fitting & Regression Analysis (Grade 12) * OpenStax-CNX module: m39305 1 Statistics: Normal Distribution, Sampling, Function Fitting & Regression Analysis (Grade 12) * Free High School Science Texts Project This work is produced by OpenStax-CNX

More information

STATGRAPHICS Sigma Express for Microsoft Excel. Getting Started

STATGRAPHICS Sigma Express for Microsoft Excel. Getting Started STATGRAPHICS Sigma Express for Microsoft Excel Getting Started STATGRAPHICS SIGMA EXPRESS GETTING STARTED 2012 by StatPoint Technologies, Inc. www.statgraphics.com All rights reserved. No portion of this

More information

ECLT 5810 Data Preprocessing. Prof. Wai Lam

ECLT 5810 Data Preprocessing. Prof. Wai Lam ECLT 5810 Data Preprocessing Prof. Wai Lam Why Data Preprocessing? Data in the real world is imperfect incomplete: lacking attribute values, lacking certain attributes of interest, or containing only aggregate

More information

Statistical Analysis of Metabolomics Data. Xiuxia Du Department of Bioinformatics & Genomics University of North Carolina at Charlotte

Statistical Analysis of Metabolomics Data. Xiuxia Du Department of Bioinformatics & Genomics University of North Carolina at Charlotte Statistical Analysis of Metabolomics Data Xiuxia Du Department of Bioinformatics & Genomics University of North Carolina at Charlotte Outline Introduction Data pre-treatment 1. Normalization 2. Centering,

More information

COPULA MODELS FOR BIG DATA USING DATA SHUFFLING

COPULA MODELS FOR BIG DATA USING DATA SHUFFLING COPULA MODELS FOR BIG DATA USING DATA SHUFFLING Krish Muralidhar, Rathindra Sarathy Department of Marketing & Supply Chain Management, Price College of Business, University of Oklahoma, Norman OK 73019

More information

Mineração de Dados Aplicada

Mineração de Dados Aplicada Data Exploration August, 9 th 2017 DCC ICEx UFMG Summary of the last session Data mining Data mining is an empiricism; It can be seen as a generalization of querying; It lacks a unified theory; It implies

More information

IBM SPSS Categories 23

IBM SPSS Categories 23 IBM SPSS Categories 23 Note Before using this information and the product it supports, read the information in Notices on page 55. Product Information This edition applies to version 23, release 0, modification

More information

Intro to R h)p://jacobfenton.s3.amazonaws.com/r- handson.pdf. Jacob Fenton CAR Director InvesBgaBve ReporBng Workshop, American University

Intro to R h)p://jacobfenton.s3.amazonaws.com/r- handson.pdf. Jacob Fenton CAR Director InvesBgaBve ReporBng Workshop, American University Intro to R h)p://jacobfenton.s3.amazonaws.com/r- handson.pdf Jacob Fenton CAR Director InvesBgaBve ReporBng Workshop, American University Overview Import data Move around the file system, save an image

More information

Maths PoS: Year 7 HT1. Students will colour code as they work through the scheme of work. Students will learn about Number and Shape

Maths PoS: Year 7 HT1. Students will colour code as they work through the scheme of work. Students will learn about Number and Shape Maths PoS: Year 7 HT1 Students will learn about Number and Shape Number: Use positive and negative numbers in context and position them on a number line. Recall quickly multiplication facts up to 10 10

More information

Package PedCNV. February 19, 2015

Package PedCNV. February 19, 2015 Type Package Package PedCNV February 19, 2015 Title An implementation for association analysis with CNV data. Version 0.1 Date 2013-08-03 Author, Sungho Won and Weicheng Zhu Maintainer

More information

Predictive Analysis: Evaluation and Experimentation. Heejun Kim

Predictive Analysis: Evaluation and Experimentation. Heejun Kim Predictive Analysis: Evaluation and Experimentation Heejun Kim June 19, 2018 Evaluation and Experimentation Evaluation Metrics Cross-Validation Significance Tests Evaluation Predictive analysis: training

More information

UNIBALANCE Users Manual. Marcin Macutkiewicz and Roger M. Cooke

UNIBALANCE Users Manual. Marcin Macutkiewicz and Roger M. Cooke UNIBALANCE Users Manual Marcin Macutkiewicz and Roger M. Cooke Deflt 2006 1 1. Installation The application is delivered in the form of executable installation file. In order to install it you have to

More information

Package imrmc. December 12, 2017

Package imrmc. December 12, 2017 Type Package Package imrmc December 12, 2017 Title Multi-Reader, Multi-Case Analysis Methods (ROC, Agreement, and Other Metrics) Version 1.1.0 Author Brandon Gallas Maintainer Brandon Gallas

More information

Vocabulary Unit 2-3: Linear Functions & Healthy Lifestyles. Scale model a three dimensional model that is similar to a three dimensional object.

Vocabulary Unit 2-3: Linear Functions & Healthy Lifestyles. Scale model a three dimensional model that is similar to a three dimensional object. Scale a scale is the ratio of any length in a scale drawing to the corresponding actual length. The lengths may be in different units. Scale drawing a drawing that is similar to an actual object or place.

More information

REALCOM-IMPUTE: multiple imputation using MLwin. Modified September Harvey Goldstein, Centre for Multilevel Modelling, University of Bristol

REALCOM-IMPUTE: multiple imputation using MLwin. Modified September Harvey Goldstein, Centre for Multilevel Modelling, University of Bristol REALCOM-IMPUTE: multiple imputation using MLwin. Modified September 2014 by Harvey Goldstein, Centre for Multilevel Modelling, University of Bristol This description is divided into two sections. In the

More information

Package scarabee. August 22, 2014

Package scarabee. August 22, 2014 Package scarabee August 22, 2014 Type Package Title Optimization Toolkit for Pharmacokinetic-Pharmacodynamic Models Version 1.1-3 Date 2014-02-09 Author Sebastien Bihorel Maintainer Sebastien Bihorel

More information

SAS data statements and data: /*Factor A: angle Factor B: geometry Factor C: speed*/

SAS data statements and data: /*Factor A: angle Factor B: geometry Factor C: speed*/ STAT:5201 Applied Statistic II (Factorial with 3 factors as 2 3 design) Three-way ANOVA (Factorial with three factors) with replication Factor A: angle (low=0/high=1) Factor B: geometry (shape A=0/shape

More information

Graphs of the Circular Functions. Copyright 2017, 2013, 2009 Pearson Education, Inc.

Graphs of the Circular Functions. Copyright 2017, 2013, 2009 Pearson Education, Inc. 4 Graphs of the Circular Functions Copyright 2017, 2013, 2009 Pearson Education, Inc. 1 4.3 Graphs of the Tangent and Cotangent Functions Graph of the Tangent Function Graph of the Cotangent Function Techniques

More information