SCM Repository
[depmix] Diff of /pkg/man/responses.Rd
Diff of /pkg/man/responses.Rd
Parent Directory
|
Revision Log
|
Patch
157 |
|
|
158 |
res <- rgamma(1000,x) |
res <- rgamma(1000,x) |
159 |
|
|
160 |
# note that gamma needs proper starting values which are not |
## note that gamma needs proper starting values which are not |
161 |
# provided by depmixS4 (even with them, this may produce warnings) |
## provided by depmixS4 (even with them, this may produce warnings) |
162 |
mod <- GLMresponse(res~x,family=Gamma(),pst=c(0.8,1/0.8)) |
mod <- GLMresponse(res~x,family=Gamma(),pst=c(0.8,1/0.8)) |
163 |
|
|
164 |
fit(mod) |
fit(mod) |
|
Legend:
Removed from v.201 |
|
changed lines |
|
Added in v.203 |
|
|