File: edits.Rd

package info (click to toggle)
r-cran-semplot 1.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: makefile: 2
file content (34 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (4)
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
\name{semPlotModel-edit}
\alias{semPlotModel-edit}
\alias{exo}
\alias{exo<-}
\alias{endo}
\alias{endo<-}
\alias{man}
\alias{man<-}
\alias{lat}
\alias{lat<-}
\title{
Functions to facilitate editting 'semPlotModel' objects.
}
\description{
These functions can be used to easilly call and edit parts of a \code{\link{semPlotModel-class}} object. Currently only manifest/latent and endgenous/exogenous node properties can be set.
}
\usage{
exo(x)
endo(x)
man(x)
lat(x)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{x}{
A \code{"semPlotModel"} object
}
}
\author{
Sacha Epskamp <mail@sachaepskamp.com>
}
\seealso{
\code{\link{semPlotModel}}
}