From 4d60b8ed0236af9227db79bf062f2381e683cc4a Mon Sep 17 00:00:00 2001 From: ranke Date: Mon, 22 May 2006 18:59:14 +0000 Subject: Make the logit model work again, by setting a sensible starting value for the scale argument. Now all models get separate starting arguments, with hopefully effective default values. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@80 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- tests/XY.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/XY.R') diff --git a/tests/XY.R b/tests/XY.R index e295be4..7e3ecb2 100644 --- a/tests/XY.R +++ b/tests/XY.R @@ -1,4 +1,4 @@ library(drfit) data(XY) -rXY <- drfit(XY) +rXY <- drfit(XY,logit=TRUE,weibull=TRUE,chooseone=FALSE) rXY -- cgit v1.2.1