File: rpf.paramInfo.Rd

package info (click to toggle)
r-cran-rpf 1.0.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,484 kB
  • sloc: cpp: 5,364; sh: 114; ansic: 41; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/classes.R
\name{rpf.paramInfo}
\alias{rpf.paramInfo}
\alias{rpf.paramInfo,rpf.base-method}
\alias{rpf_paramInfo_wrapper}
\title{Retrieve a description of the given parameter}
\usage{
rpf.paramInfo(m, num = NULL)
}
\arguments{
\item{m}{item model}

\item{num}{vector of parameters (defaults to all)}
}
\value{
a list containing the type, upper bound, and lower bound
}
\description{
Retrieve a description of the given parameter
}
\examples{
rpf.paramInfo(rpf.drm())
}