Re: [R] no results

2015-11-11 Thread William Dunlap
If you are running these commands from a file using source() then
replacing 'summary(sem)' with 'print(summary(sem))' would help,
as would adding echo=TRUE or print.eval=TRUE to the source()
command.


Bill Dunlap
TIBCO Software
wdunlap tibco.com

On Tue, Nov 10, 2015 at 11:47 AM, Alaa Sindi  wrote:

> Hi All,
>
> I am not getting any summary results and I do not have any error. what
> would be the problem?
>
>
>
> sem=mlogit.optim ( LL  , Start, method = 'nr', iterlim = 2000, tol =
> 1E-05, ftol = 1e-08, steptol = 1e-10, print.level = 0)
> summary(sem)
>
> thanks
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] no results

2015-11-10 Thread Johannes Huesing

Alaa Sindi  [Tue, Nov 10, 2015 at 08:47:23PM CET]:

Hi All,

I am not getting any summary results and I do not have any error. what would be 
the problem?







sem=mlogit.optim ( LL  , Start, method = 'nr', iterlim = 2000, tol = 1E-05, 
ftol = 1e-08, steptol = 1e-10, print.level = 0)


I see some expressions which are undefined. For instance mlogit.optim, LL, Start. 


This causes the code not to run on my machine.


R.Version()

$platform
[1] "i686-pc-linux-gnu"

$arch
[1] "i686"

$os
[1] "linux-gnu"

$system
[1] "i686, linux-gnu"

$status
[1] ""

$major
[1] "3"

$minor
[1] "0.2"

$year
[1] "2013"

$month
[1] "09"

$day
[1] "25"

$`svn rev`
[1] "63987"

$language
[1] "R"

$version.string
[1] "R version 3.0.2 (2013-09-25)"

$nickname
[1] "Frisbee Sailing"
--
Johannes Hüsing   
http://derwisch.wikidot.com

Threema-ID: VHVJYH3H

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

[R] no results

2015-11-10 Thread Alaa Sindi
Hi All,

I am not getting any summary results and I do not have any error. what would be 
the problem? 



sem=mlogit.optim ( LL  , Start, method = 'nr', iterlim = 2000, tol = 1E-05, 
ftol = 1e-08, steptol = 1e-10, print.level = 0)
summary(sem)

thanks

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] No results show up when running Rmdr

2009-02-18 Thread Andrew
Hi all,
When running Rmdr using the demo data file using the following
commands:

data(mdrdata)
cvk<-10
nbr=2
res<-rmdr(mdrdata,10,2, randomize=TRUE)


I could not find the statistical results, but like this:

[1] 1
 Cross Validation 1 Wed Feb 18 09:05:23 2009
The best set of loci is 13 17
 Cross Validation 2 Wed Feb 18 09:05:26 2009

Could you please tell me why and how to retrieve the results?

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.