[Depmix-commits] r203 - pkg/man trunk/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jul 1 11:05:14 CEST 2008
Author: maarten
Date: 2008-07-01 11:05:14 +0200 (Tue, 01 Jul 2008)
New Revision: 203
Modified:
pkg/man/responses.Rd
trunk/man/responses.Rd
Log:
fixed comments in responses.Rd
Modified: pkg/man/responses.Rd
===================================================================
--- pkg/man/responses.Rd 2008-07-01 08:59:49 UTC (rev 202)
+++ pkg/man/responses.Rd 2008-07-01 09:05:14 UTC (rev 203)
@@ -157,8 +157,8 @@
res <- rgamma(1000,x)
- # note that gamma needs proper starting values which are not
- # provided by depmixS4 (even with them, this may produce warnings)
+ ## note that gamma needs proper starting values which are not
+ ## provided by depmixS4 (even with them, this may produce warnings)
mod <- GLMresponse(res~x,family=Gamma(),pst=c(0.8,1/0.8))
fit(mod)
Modified: trunk/man/responses.Rd
===================================================================
--- trunk/man/responses.Rd 2008-07-01 08:59:49 UTC (rev 202)
+++ trunk/man/responses.Rd 2008-07-01 09:05:14 UTC (rev 203)
@@ -157,8 +157,8 @@
res <- rgamma(1000,x)
- # note that gamma needs proper starting values which are not
- # provided by depmixS4 (even with them, this may produce warnings)
+ ## note that gamma needs proper starting values which are not
+ ## provided by depmixS4 (even with them, this may produce warnings)
mod <- GLMresponse(res~x,family=Gamma(),pst=c(0.8,1/0.8))
fit(mod)
More information about the depmix-commits
mailing list