File: datCat.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-- 728 bytes parent folder | download
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{datCat}
\alias{datCat}
\title{Simulated Data set to Demonstrate Categorical Measurement Invariance}
\format{
A \code{data.frame} with 200 observations of 9 variables.
\describe{
\item{g}{Sex of respondents}
\item{u1}{Indicator 1}
\item{u2}{Indicator 2}
\item{u3}{Indicator 3}
\item{u4}{Indicator 4}
\item{u5}{Indicator 5}
\item{u6}{Indicator 6}
\item{u7}{Indicator 7}
\item{u8}{Indicator 8}
}
}
\source{
Data were generated using the \code{lavaan} package.
}
\usage{
datCat
}
\description{
A simulated data set with 2 factors with 4 indicators each separated into
two groups
}
\examples{
head(datCat)
}
\keyword{datasets}