Learn R Programming

topolow (version 2.0.1)

profile_likelihood_result: S3 Constructor for Profile Likelihood Results

Description

Internal S3 constructor for storing results from profile_likelihood.

Usage

profile_likelihood_result(
  param_values,
  ll_values,
  param_name,
  bandwidth,
  sample_counts
)

Value

An object of class profile_likelihood.

Arguments

param_values

Vector of parameter values.

ll_values

Vector of log-likelihood values.

param_name

Name of the analyzed parameter.

bandwidth

Bandwidth used for local windows.

sample_counts

Number of samples per estimate.