-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Iron out documentation and clear CRAN check; increment version
- Loading branch information
Showing
10 changed files
with
105 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
exportPattern("^[[:alpha:]]+") | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(mxMmodModel) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#' NLSY97 Longitudinal Depression Scale Data | ||
#' | ||
#' A 5-item depression scale used on the National Longitudinal | ||
#' Survey of Youth, 1997 sample (NLSY97). Individuals were assessed | ||
#' in 2000, 2002, and 2004. All items are assessed on a 4-point | ||
#' likert scale. | ||
#' | ||
#' @format A data frame with 26952 rows and 7 variables: | ||
#' \describe{ | ||
#' \item{pid}{Unique ID of participant} | ||
#' \item{occasion}{Measurement occasion} | ||
#' \item{nervous}{How often participant felt 'like a nervous person'} | ||
#' \item{calm}{How often participant felt 'calm and peaceful'} | ||
#' \item{down}{How often participant felt 'down or blue'} | ||
#' \item{happy}{How often participant felt 'like a happy person'} | ||
#' \item{depressed}{How often participant felt 'depressed'} | ||
#' } | ||
#' @source \url{https://www.bls.gov/nls/nlsy97.htm} | ||
"nlsy97depression" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters