readCorFile: Read the model cor (correlation) file

View source: R/readCorFile.R

readCorFileR Documentation

Read the model cor (correlation) file

Description

Function to read a model cor (correlation) file.

Usage

readCorFile(folder = NULL, model = "tcsam02", verbose = FALSE)

Arguments

folder
  • folder containing the model run

model
  • model name (default is "tcsam02")

verbose
  • flag to print debugging info

Details

This function reads the model par and cor files, based on the given folder and model name, and returns a dataframe with columns i, p_i, type, p_j, and val. "p_i" and "p_j" are the parameter names, and "type" reflects the value ("est", "sdv", or "cor").

Value

a dataframe


wStockhausen/rTCSAM02 documentation built on April 16, 2024, 6:25 a.m.