search for: lordata

Displaying 1 result from an estimated 1 matches for "lordata".

Did you mean: logdata
2013 Mar 10
0
Steepest Ascent Algorithm
...}_{ i }^{ \alpha }exp\left\{ { \beta }_{ o }+{ \delta }_{ i }{ \beta }_{ 1 } \right\} +\sum _{ i=1 }^{ n }{ { w }_{ i }log\left\{ \alpha { t }^{ -1 } \right\} } \\ Here is the code I have so far towards the bottom is the data I have been given a text version of the data: #Length of remission lordata=read.table('~/Dropbox/CSUF/M534/Rick-Math 534/Midterm 1/Table2_2GH.txt',header=T) attach(lordata) #This is my loglikelihood function #w = 0 or 1 depending on whether they were censored or not #t is the suvival time #d is 0 if they were the control group and 1 if they were in the treatment...