Skip to content
View johnaeanderson's full-sized avatar

Block or report johnaeanderson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dwi_preprocessing dwi_preprocessing Public

    dwi preprocessing

    Shell

  2. gist for accessing PLS results from R gist for accessing PLS results from R
    1
    #will need to update this & give it a proper repo at some point, but currently, here's an R function for pulling results from a mean-centered PLS analysis run using PLSGUI from Rotman: Note, some things are hard coded including group names (and number) and the LV (currently on 1).
    2
    
                  
    3
    MC_PLS_Result <- function(x){
    4
    input <- readMat(x)
    5
    res <- input$result