File: exLong.Rd

package info (click to toggle)
r-cran-semtools 0.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,204 kB
  • sloc: makefile: 2
file content (34 lines) | stat: -rw-r--r-- 852 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
25
26
27
28
29
30
31
32
33
34
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{exLong}
\alias{exLong}
\title{Simulated Data set to Demonstrate Longitudinal Measurement Invariance}
\format{
A \code{data.frame} with 200 observations of 10 variables.
\describe{
\item{sex}{Sex of respondents}
\item{y1t1}{Indicator 1 in Time 1}
\item{y2t1}{Indicator 2 in Time 1}
\item{y3t1}{Indicator 3 in Time 1}
\item{y1t2}{Indicator 1 in Time 2}
\item{y2t2}{Indicator 2 in Time 2}
\item{y3t2}{Indicator 3 in Time 2}
\item{y1t3}{Indicator 1 in Time 3}
\item{y2t3}{Indicator 2 in Time 3}
\item{y3t3}{Indicator 3 in Time 3}
}
}
\source{
Data were generated using the \code{simsem} package.
}
\usage{
exLong
}
\description{
A simulated data set with 1 factors with 3 indicators in three timepoints
}
\examples{
head(exLong)
}
\keyword{datasets}