model_summary: Summarize model likelihoods

Description Usage Arguments Value Examples

Description

This function summarizes the likelihood from the model_fit functions. returning the max lambda and 95 assumes a smooth curve.

Usage

1

Arguments

data

data frame or tibble of model fit data.

Value

a tibble with columns lambda : best fit lower_95 : lower 95 upper_95 : upper 95 Nb : mean Nb of a zero truncated poisson given the lambda

Examples

1
2
trans_fit(small_trans,100,"PA",threshold=NULL,acc=NULL,pair_id) ->model_fit
model_summary(model_fit)

jtmccr1/HIVEr documentation built on May 29, 2019, 1:50 a.m.