Displaying 2 results from an estimated 2 matches for "laxim".
Did you mean:
maxim
2009 Jan 29
1
Re : standard error of logit parameters
...________________________________
De : Bomee Park <bombom@stanford.edu>
À : r-help@r-project.org
Envoyé le : Jeudi, 29 Janvier 2009, 4h01mn 56s
Objet : [R] standard error of logit parameters
Hi everyone.
I am now estimating the parameters for a logit model, and trying to get the estimates by laximizing the log_likelihood.
The nlm function works nicely for maximizing the -(log_likelihood) and returns the parameter estimates that minimize the static, and the gradients also, but don't have any clue how I can get the standard error for the parameters.
Any help will be greatly appreciated.
T...
2009 Jan 28
2
t.test in a loop
Hi All,
I've been having a little trouble with creating a loop that will run a a
series of t.tests for inspection,
Below is the code i've tried, and some checks i've looked at.
I've used the get(paste()) idea as i was told previously that the use of the
eval should try and be avoided.
I've run a single syntax to check that my systax is correct and works
without any problems