File: put.start.Rd

package info (click to toggle)
zelig 3.3-1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 30,800 kB
  • ctags: 470
  • sloc: sh: 81; makefile: 10
file content (34 lines) | stat: -rw-r--r-- 1,086 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{put.start}
\alias{put.start}
\title{Set specific starting values for certain parameters}

\description{ After calling \code{\link{set.start}} to create default starting values, use \code{put.start} 
to change starting values for specific parameters or parameter sets. }

\usage{
put.start(start.val, value, terms, eqn)
}

\arguments{
\item{start.val}{the vector of starting values created by \code{\link{set.start}}} 
\item{value}{the scalar or vector of replacement starting values}  
\item{terms}{the terms output from \code{\link{model.frame.multiple}}}
\item{eqn}{character vector of the parameters for which you would like to replace
the default values with \code{value}}
}

\value{A vector of starting values (of the same length as \code{start.val})}

\seealso{\code{\link{set.start}}, and the full Zelig manual at
  \url{http://gking.harvard.edu/zelig}.
}

\author{
  Kosuke Imai <\email{kimai@princeton.edu}>; Gary King
  <\email{king@harvard.edu}>; Olivia Lau <\email{olau@fas.harvard.edu}>; Ferdinand Alimadhi
<\email{falimadhi@iq.harvard.edu}>
}


\keyword{utilities}