profile_likelihood_result: S3 Constructor for Profile Likelihood Results

View source: R/adaptive_sampling.R

profile_likelihood_resultR Documentation

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
)

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.

Value

An object of class profile_likelihood.


topolow documentation built on Aug. 31, 2025, 1:07 a.m.