summary.photofit: Summary of a fitted model

Description Usage Arguments Details Value

View source: R/ModelAnalysis.R

Description

Summary of a fitted model

Usage

1
2
## S3 method for class 'photofit'
summary(fit, cor = NULL, include_error = TRUE)

Arguments

fit

Object of class photofit

cor

Method to calculate correlation (see cor). If NULL, correlations will not be reported.

include_error

Whether to include the experimental error as parameter

Details

Compute the mean, median and typical quantiles from each posterior marginal distribution as well as the correlation among these parameters.

The methods for calculated the correlations are "pearson", "spearman" and "kendall".

Value

Summary of posterior distribution


AleMorales/photofit documentation built on March 19, 2020, 12:01 a.m.