-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbuild_qnam.Rd
More file actions
42 lines (36 loc) · 940 Bytes
/
build_qnam.Rd
File metadata and controls
42 lines (36 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/supp.R
\name{build_qnam}
\alias{build_qnam}
\title{Build the observations for a single QNAM}
\usage{
build_qnam(
dataset,
qnam,
qlabel,
idvar,
qeval,
qorig,
verbose = c("message", "warn", "silent")
)
}
\arguments{
\item{dataset}{Input dataset}
\item{qnam}{QNAM value}
\item{qlabel}{QLABEL value}
\item{idvar}{IDVAR variable name (provided as a string)}
\item{qeval}{QEVAL value to be populated for this QNAM}
\item{qorig}{QORIG value to be populated for this QNAM}
\item{verbose}{Character string controlling message verbosity. One of:
\describe{
\item{\code{"message"}}{Show both warnings and messages (default)}
\item{\code{"warn"}}{Show warnings but suppress messages}
\item{\code{"silent"}}{Suppress all warnings and messages}
}}
}
\value{
Observations structured in SUPP format
}
\description{
Build the observations for a single QNAM
}