Re: [R] How to find the likelihood of a null model in R

2011-07-26 Thread Arnaud Mosnier
Try the logLik function with your model ! Arnaud Date: Mon, 25 Jul 2011 12:16:37 +0100 From: Partha Pratim PATTNAIK To: r-help@R-project.org Subject: [R] How to find the likelihood of a null model in R Message-ID: <20110725121637.jo1u2ctuxy8kw...@www.sms.ed.ac.uk> Content-Type: text

Re: [R] How to find the likelihood of a null model in R

2011-07-25 Thread Rubén Roa
: r-help@r-project.org Subject: [R] How to find the likelihood of a null model in R Dear All, I am working on a dataset having the dependent variable as ordinal data(discrete data) and multiple independent variables. I need to find the likelihood for the NULL model.i.e the model with only the

[R] How to find the likelihood of a null model in R

2011-07-25 Thread Partha Pratim PATTNAIK
Dear All, I am working on a dataset having the dependent variable as ordinal data(discrete data) and multiple independent variables. I need to find the likelihood for the NULL model.i.e the model with only the dependent variable and all other independent variables as zero. Kindly let me k