similar to: Q about package Icens: change the color of the shading in plot function

Displaying 20 results from an estimated 200 matches similar to: "Q about package Icens: change the color of the shading in plot function"

2006 Mar 31
0
help in using Icens package to estimate NPMLE for interval censored data
Dear all, I want to compute the NPMLE for interval censored data using the EMICM function in Icens package, but I didn't find much detailed instructions on how to use this. I couldn't even figure out how to specify the status of right censored, interval censored, observed. (probably due to my level of understanding.) Does anyone have experience on using this and could you please help me?
2011 Apr 11
1
R CMD build --resave-data
Hi, More about the new --resave-data option As mentioned previously here https://stat.ethz.ch/pipermail/r-devel/2011-April/060511.html 'R CMD build' and 'R CMD INSTALL' handle this new option inconsistently. The former does --resave-data="gzip" by default. The latter doesn't seem to support the --resave-data= syntax: the --resave-data flag must either be
2010 Aug 11
4
Arbitrary number of covariates in a formula
Hello! I have something like this: test1 <- data.frame(intx=c(4,3,1,1,2,2,3), status=c(1,1,1,0,1,1,0), x1=c(0,2,1,1,1,0,0), x2=c(1,1,0,0,2,2,0), sex=c(0,0,0,0,1,1,1)) and I can easily fit a cox model: library(survival) coxph(Surv(intx,status) ~ x1 + x2 + strata(sex),test1) However, I want to
2011 May 30
2
Group by multiple variables
Hello, I would like to create a group variable that is based on the values of three variables: For example, > dat <- data.frame(A=c(1,1,1,1,1,2,2,2,2,2), B=c(1,1,1,5,5,5,9,9,9,9), C=c(1,1,1,1,1,2,2,7,7,7)) > dat A B C 1 1 1 1 2 1 1 1 3 1 1 1 4 1 5 1 5 1 5 1 6 2 5 2 7 2 9 2 8 2 9 7 9 2 9 7 10 2 9 7 All rows that that are
2006 Oct 19
5
write data to pdf
Hello! Is there a possibility in R to save data in pdf-format? I do not want to save a plot but some lines of simple text. Regards, Franco Mendolia
2008 Apr 24
1
truncate row names
Hi, I would like to truncate row names. Is that possible? I ran a regression with the covariates in a matrix, and in the results the coefficients have the matrix name concatenated with the variable name: > full.t.ag <- Icens(lfirst_well, llast_well, lfirst_ill, formula=~ t.ag.X, breaks=t.ag.int, data=t.ag) > full.t.ag$cov$coeff t.ag.Xnyearc t.ag.Xhorse t.ag.Xswine
2004 Jan 23
1
Turnbull estimate
Hi everyone, I've been looking for a function that calculates the Turnbull estimate for left, right and interval censored data. None of the data that I am using has exact failure times. The only function I seem to find can handle data that has no left censoring. It seems that I will have to program this myself. In your opinion, is it advisable to start with the function, kaplanMeier, in Splus
2011 Sep 28
1
Multiplying a list of matrices with a vector
Hi all! I have a list of matrices and I want to multiply the ith element of the list with the ith element of a another vector. That is, > LL <- list(A=diag(3),B=diag(3),C=diag(3)) > vec <- 1:3 > for(i in 1:3) + { + LL[[i]] <- LL[[i]]*vec[i] + } > LL $A [,1] [,2] [,3] [1,] 1 0 0 [2,] 0 1 0 [3,] 0 0 1 $B [,1] [,2] [,3] [1,] 2 0
2006 Aug 02
2
tcl/tk bind destroy event
Hello! I want to create a messagebox whenever the user wants to destroy the window (e.g. <Alt-F4> or the 'x' in the right top corner) and ask if a modified file should be saved or not. If 'cancel' is chosen then nothing should happen and the windows still should be existing. This doesn't work. When I press cancel the window will be destroyed although. I also
2004 Aug 11
2
str and Surv objects
Dear R People: I used the "Surv" function to produce the following object: >a <- Surv(1:4,2:5,c(0,1,1,0)) a [1] (1,2+] (2,3 ] (3,4 ] (4,5+] >str(a) Error in "[.Surv"(object, 1:ile) : subscript out of bounds > Why does str(a) give an error, please? Or did I do something wrong? Thanks in advance. R Version 1.9.1 Windows Sincerely, Laura Holt mailto: lauraholt_983
2005 May 02
0
help : Bisect( )
I am using the package of Icens but for the function Bisect I do not know what ndir is it just says the direction of pvec, but what kind of values should I use ? thanks for reply pls give me an example.. Bisect(tA, pvec, ndir, Meps, tolbis=1e-07) Arguments: tA: The transpose of the clique matrix. pvec: The current estimate of the probability vector. ndir:
2007 Oct 30
6
trouble installing building packages from source using R 2.6.0 on Ubuntu Gutsy AMD64
I have recently upgraded to Ubuntu Gutsy and, for the first time, am using a 64-bit installation. After failing miserably to install R from source, not a problem for me in the past with a 32-bit install, I went the route of using the Debian Etch build. This went smoothly, but I am unable to update my numerous R and BioConductor packages, getting non-zero exit status errors on each package. Is
2007 Mar 26
1
Problem in loading all packages all at once
Hi All Please see the Rprofile file which i have modified as follows and after that when I start R then I see that R says to me "TRUE" for all the packages implying that all loaded at once. But when i try to use commands as simple as help("lm"), it doesnt work nor any of the menu "Packages" is not working. Although the regression using lm ( Y ~ X ) is working
2017 Apr 17
6
doubt
I added a linux server to the Active Directory domain, I realized that the samba-winbind package uses the smb.conf file, but I also need to use the same linux server with shares, if I install the samba package, this package use the smb.conf file. Is there a solution? Then i have problem with 2 services. Example systemctl services: smb.service winbind.service My system is Centos 7. --
2017 Apr 17
2
doubt
Hi Luiz... I think you just misunderstood the concept of Samba... You can indeed you samba to make both task... Just join your samba box to AD and be happy. 2017-04-17 13:26 GMT-03:00 Luiz Guilherme Nunes Fernandes via samba < samba at lists.samba.org>: > Well, i need join 1 server Linux in Active Directory, i need too, create > one domain in samba for shared printers with cups.
2017 Apr 17
0
doubt
This problem, in the computer park there is a domain controller microsoft without shared printers, I need to use another server with samba shares + cups, but with authentication in the microsoft active directory. I try parameters securty = ads (join machine in domain) and user ( cant read users with nslcd and nsswitch , but only work with ssh and apache. Topology 1 server microsoft windows (
2018 May 04
1
[BUG] Fail update Samba 4.8.0
Can anyone tell me in which likely version will fix this problem. If this bug will really be fixed? I noticed that it does not appear in the list of known defects of samba 4.8.0 and 4.8.1. Thank you for your help; *Atte.* *Rafael d'Ávila.* *"O único lugar onde o sucesso vem antes do trabalho é no dicionário."* Em qui, 26 de abr de 2018 às 16:55, Rowland Penny via samba <
2018 May 14
1
NTLMSSP NTLM2 - Invalid signature
Hello guys. When checking the Samba status, an error is displayed. This error was displayed after upgrading from version 4.7.5 to version 4.7.7 I've reviewed everything and found nothing wrong. Anyone have any idea what it is? *Mai 14 08:54:47 XXXXXX.XXXXXX.COM <http://XXXXXX.XXXXXX.COM> samba[14480]: [2018/05/14 08:54:47.676288, 0]
2017 Sep 29
3
Doubt with cups
Dears, when i add a printer in Cups, on share samba, don't update printers, only i try to restart or reload service. Do you have any idea? -- <<<<<<<<<<<<<<<<<<<------------------------------------------------------------------->>>>>>>>>>>>>>>>>>> < Disse-lhe Jesus: Eu
2018 Apr 26
2
[BUG] Fail update Samba 4.8.0
As guidance, we look forward to Samba 4.8.1 for upgrade. However, the same bug remains in version 4.8.0 Again I will go back to the previous version (4.7.5) Does anyone else share this problem? samba4.service - LSB: start and stop samba4 Loaded: loaded (/etc/rc.d/init.d/samba4; bad; vendor preset: disabled) Active: active (running) since Thu 2018-04-26 16:32:31 -04; 6 minutes ago