R/out2lavaan.R

Defines functions out2lavaan

Documented in out2lavaan

out2lavaan		<- function(eqs)
{
	options(warn=-1)
	eqs		<- readLines(eqs, n=-1L)
	covi	<- eqsCov(eqs)
	desc	<- eqsDesc(eqs)
	return(list(covi,desc))
}

Try the eqs2lavaan package in your browser

Any scripts or data that you put into this service are public.

eqs2lavaan documentation built on May 2, 2019, 4 p.m.