Finding the mean of the log-normal distribution in survival analysis in R
问题 I am a novice with R. Currently I am fitting a log-normal distribution to some survival data I have, however I have become stuck when trying to calculate statistics such as the median and the mean. This is the code I have used so far, can anyone tell me what I should type next to find the mean? # rm(list=ls(all=TRUE)) library(survival) data<-read.table("M:\\w2k\\Diss\\Hoyle And Henley True IPD with number at risk known.txt",header=T) attach(data) data times_start <-c( rep(start_time_censor, n