Learn R Programming

NFCP (version 1.0.1)

NFCP.Domains: N-Factor MLE Search Boundaries

Description

`r lifecycle::badge("deprecated")`

This function was deprecated due to a change in the name of the function to adhere to the tidyverse style guide.

Usage

NFCP.Domains(
  parameters,
  kappa = NULL,
  lambda = NULL,
  sigma = NULL,
  mu = NULL,
  mu_star = NULL,
  rho = NULL,
  contract = NULL,
  X.0 = NULL,
  E = NULL
)

Arguments

Examples

Run this code
# NOT RUN {
output <- NFCP.Domains(names(SS_oil$two_factor))

## ->

output <- NFCP_domains(names(SS_oil$two_factor))

# }

Run the code above in your browser using DataLab