IALSA / IALSA-2015-Portland

Hub to accompany IALSA 2015 workshop at Portland, OR, Feb 22-25, 2015
GNU General Public License v2.0
2 stars 0 forks source link

2016-07-07-Teleconference #137

Open andkov opened 7 years ago

andkov commented 7 years ago

Procedure of drawing inferences:

  1. Is the correlation b/w slopes significance
    • build the branching logic for moving through evidence for the existence of the trend
    • should DRIVERS
    • dynamic - to explore
    • static - to focus attention

      Cosmetics

    • order the female

      Variance of slope

    • variances of slopes: what to do about them?
    • deal with dynamic tables or rearrange (need to make more convenient)
    • add variance components to he growth curve table

      Analytic sequence

      1. correlation b/w slopes
      1. variance of slopes
      1. ...

        Keep domains in mind

        - item is need for consistency

andkov commented 7 years ago

image

andkov commented 7 years ago

image

andkov commented 7 years ago

Focusing on a physical process

image

a similar table will be produced for each physical process in the given study

andkov commented 7 years ago

Focusing on a cognitive process

image

a similar table will be produced for each cognitive process in the given study

andkov commented 7 years ago

Model look up

library("magrittr")
results <- read.csv("https://raw.githubusercontent.com/IALSA/IALSA-2015-Portland/master/data/shared/derived/temp.csv", stringsAsFactors = FALSE)
source("https://raw.githubusercontent.com/IALSA/IALSA-2015-Portland/574bc57a0375d41bf267e9808e5d77f5473832b8/scripts/model-lookup-function.R")

apply the function


single_model <- pull_one_model(d = results,
                                      study_name_ = "map",
                                      subgroup_   = "female",
                                      process_a_  = "grip",
                                      process_b_  = "bnt",
                                      model_type_ = "aehplus"
)
print(single_model)