fixsem: fixsem

Description Usage Arguments Value Examples

Description

fixsem

Usage

1
2
3
4
5
fixsem(model, data, group = NULL, growth = F,
  remote = getOption("kaefaServers"), fastrun = F, method = if (fastrun) {
      ((c("ML", "MLM", "MLMV", "MLMVS", "MLF", "MLR"))) } else {     ((c("WLS",
  "DWLS", "WLSM", "WLSMV", "WLSMVS", "ML", "MLM", "MLMV", "MLMVS", "MLF", "MLR",
  "ULS", "ULSM", "ULSMV", "ULSMVS"))) })

Arguments

model

a lavaan-style syntax

data

data for calibration

group

specify the group if you want

growth

logical; your model is growth model? default is FALSE

remote

see future::plan()

fastrun

logical; default is FALSE. If you turn on to TRUE, it will be run with ML family.

method

calibration method what can lavaan run

Value

calibrated lavaan models

Examples

1
2
3
4
5
6
7
## Not run: 
geocode("3817 Spruce St, Philadelphia, PA 19104")
geocode("Philadelphia, PA")
dat <- data.frame(value=runif(3),address=c("3817 Spruce St, Philadelphia, PA 19104","Philadelphia, PA","Neverneverland"))
geocode(dat)

## End(Not run)

seonghobae/fixsem documentation built on May 16, 2019, 6:45 p.m.