search for: sv4

Displaying 20 results from an estimated 21 matches for "sv4".

Did you mean: s64
2001 Sep 13
2
SV4 on R?
Dear R-Developers, The traffic today on s-news where Terry Therneau, I, and others are reporting some of the problems we have had using or converting applications to SV4 reminded me of something Duncan Temple Lang had mentioned to me a year ago that I wanted to follow up on. I recall that Duncan said either that if SV4 were to be implemented in R that it would not be the default behavior, or that through an option the new behavior could be turned off. Would you m...
2006 Jul 25
1
Multiple tests on repeated measurements
...w=TRUE, dimnames = list(c("diff/v=0", "diff/v=1"), c("C.1", "C.2", "C.3", "C.4"))) v4 <- csimint(estpar=par4, df=n-6, # I'm not sure whether I found # the correct degrees of freedom covm=cov4, cmatrix=cm4, conf.level=0.95) sv4 <- summary(v4) # 2. Method: I found in Handbook of Statistics Vol 13, p.616, # same can be found in http://home.clara.net/sisa/bonhlp.htm # Bonferroni on correlated outcomes: raw.p <- sv4$p.value.raw co4 <- cor(df$y[df$v==0],df$y[df$v==1]) rho <- mean(c(1,co4,co4,1)) pai <- 1-(1-ra...
2018 Dec 21
3
formula(model.frame(..)) is misleading
...=d, Y ~ A:B) formula(m0) >> Y ~ A + B >>> `attributes<-`(terms(m0), value=NULL) >> Y ~ A:B > >> This is in part because model.frame()'s output has class >> "data.frame" instread of c("model.frame","data.frame"), as >> SV4 did, so there are no methods for model.frames. > >> Is there a reason that model.frame() returns a data.frame >> with extra attributes but no special class or is it just >> an oversight? > > May guess is "oversight" || "well let's keep it simple"...
2018 Dec 21
0
formula(model.frame(..)) is misleading
I don't have a copy of SV4 (or SV3, where model.frame was introduced), but S+ 8.3 (based on SV4) puts the class "model.frame" on model.frame()'s return value but has no methods (in the default packages) for class "model.frame". Perhaps that is why R omitted the class. However, S+ 8.3's (and prob...
2018 Dec 20
1
formula(model.frame(..)) is misleading
...(4,2)), Y=1:6) > m0 <- model.frame(data=d, Y ~ A:B) > formula(m0) Y ~ A + B > `attributes<-`(terms(m0), value=NULL) Y ~ A:B This is in part because model.frame()'s output has class "data.frame" instread of c("model.frame","data.frame"), as SV4 did, so there are no methods for model.frames. Is there a reason that model.frame() returns a data.frame with extra attributes but no special class or is it just an oversight? Bill Dunlap TIBCO Software wdunlap tibco.com [[alternative HTML version deleted]]
1999 Mar 24
1
will book on S plus help understanding R ?
Hi all, Was wondering if any body would know if the book "Programming with Data" a guide to S language could be used as a guide to working with the R language. Comments, suggestions, a book review is welcomed. Thanks Josef Bohart -------------- next part -------------- An HTML attachment was scrubbed... URL:
1999 Jun 29
3
S v. 5
Does R, or will R, be integrating the changes to the Chambers/Lucent S language under their version 5.0? If not already, then when? John Thaden Little Rock, Arkansas, USA -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe"
2008 Sep 29
1
describe function in package Hmisc and function format.dates in chron (PR#13087)
...?Overview, or ?Design.Overview') to see overall documentation. Attaching package: 'Design' The following object(s) are masked from package:survival : Surv, survfit The following object(s) are masked from package:Hmisc : .R., .SV4. Warning message: package 'Design' was built under R version 2.7.2 > prostate NOTE THAT DATA SET prostate exists patno stage rx dtime status age wt pf hx sbp dbp ekg hg sz 1...
2012 May 29
1
wbinfo -u - Error looking up domain users
...-1.4E.9) Domain=[REDE_SP] OS=[Unix] Server=[Samba 3.0.10-1.4E.9] ? ? ? ? Server ? ? ? ? ? ? ? Comment ? ? ? ? --------- ? ? ? ? ? ?------- ? ? ? ? ? ? ? ? SV70-SP ? ? ? ? ? ? ?Samba 3.0.10-1.4E.9 ? ? ? ? Workgroup ? ? ? ? ? ?Master ? ? ? ? --------- ? ? ? ? ? ?------- ? ? ? ? REDE_SP ? ? ? ? ? ? ?SV4-SP wbinfo -t checking the trust secret via RPC calls failed error code was ?(0x0) Could not check secret wbinfo -u Error looking up domain users wbinfo -g BUILTIN+System Operators BUILTIN+Replicators BUILTIN+Guests BUILTIN+Power Users BUILTIN+Print Operators BUILTIN+Administrators BUILTIN+Acco...
2001 Aug 26
1
Re: Variable labels (was Re: [R] Reading SAS version 8 d ata into
> From: fharrell@virginia.edu [mailto:fharrell@virginia.edu] > [snip] > I think your code is more complex that is really needed. > > The problem with defaulting to deparse(...) is that > multiple function pass-throughs return the wrong result: > [snip] > So I don't see a large role for the deparse(...) method. > Actually one of the reasons that I included the
2007 May 17
1
MICE for Cox model
R-helpers: I have a dataset that has 168 subjects and 12 variables. Some of the variables have missing data and I want to use the multiple imputation capabilities of the "mice" package to address the missing data. Given that mice only supports linear models and generalized linear models (via the lm.mids and glm.mids functions) and that I need to fit Cox models, I followed the previous
2003 Apr 01
2
Old style and new style classes
I have been writing quick and dirty S-plus code for years, but for a recent project I took the plunge, bought Venables and Ripley's S Programming, and implemented a class library using new style classes (in S-Plus 6.0). It worked quite nicely and I am wondering about making more routine use of them. Before I make much more of an investment, I have a few questions, both factual and subjective,
2003 Apr 01
2
Old style and new style classes
I have been writing quick and dirty S-plus code for years, but for a recent project I took the plunge, bought Venables and Ripley's S Programming, and implemented a class library using new style classes (in S-Plus 6.0). It worked quite nicely and I am wondering about making more routine use of them. Before I make much more of an investment, I have a few questions, both factual and subjective,
2019 Mar 26
0
Discrepancy between is.list() and is(x, "list")
I think this goes back to SV4 (c. late 1990's). The is.<type> functions are much older (c. mid 1970's) , from before any class system was in S. is() and inherits() were introduced with the S4 class system and were meant to escape from the prison made by ancient design choices. Bill Dunlap TIBCO Software wdunlap...
2001 Sep 13
0
FW: sum overflow (PR#1091)
...ailto:dsmith@insightful.com] >> From: Prof Brian Ripley >> >> If you use integers you need to be aware of the consequences. It's a >> feature not a bug. > > Perhaps, but maybe a more useful feature would be to signal to the user when > such an overflow occurs? Sv4 does this by returning NA for overflow integer > results: > > > a <- (1:1000) > > b <- (1:1000) > > sum(a * a) * sum(b * b) > [1] NA > > When this was introduced in S-PLUS 5, we discovered some overflow errors we > were previously unaware of in S-PLUS (by...
2012 Jul 27
1
Version of substitute that evaluates it's first argument
Hi all, Does there already exist a version of substitute that evaluates it's first argument? (i.e. it accepts an already quoted expression). This seems like something that's pretty handy, but I haven't found any existing function to do it: substitute_e <- function(expr, env) { eval(substitute(substitute(expr, env), list(expr = expr))) } f <- quote(x + y + z) substitute(f,
2009 Aug 21
3
extra .
sigma0 <- sqrt((6. * var(maxima))/pi) What does the '.' do here? -- View this message in context: http://www.nabble.com/extra-.-tp25073255p25073255.html Sent from the R help mailing list archive at Nabble.com.
1997 Apr 30
0
R-beta: Re: S Compatibility
...acked in a New Zealand court and I doubt that they would be particularly sympathetic to Mathsoft. John Chambers has told us that he is sympathetic and supportive of R development and has often discussed internal details of S with us. At the last Interface meeting he was asked whether he might make Sv4 "free". He didn't completely rule it out, but I think the recent Mathsoft/Lucent agreement does. I think that John faces a real conflict. He is at heart an academic researcher, but his work environment has become increasingly commercial and has driven him in a direction he is not e...
2007 Feb 20
0
Problems with obtaining t-tests of regression coefficients applying consistent standard errors after run 2SLS estimation. Clearer !!!!!
...or ?Design.Overview')* *to see overall documentation.* *Attaching package: 'Design'* * The following object(s) are masked from package:survival :* * cox.zph Surv survfit * * The following object(s) are masked from package:Hmisc :* * .noGenenerics .R. .SV4. * *> options(scipen=20)* *> robcov(Reg1)* *Error in rep.default(1, p) : rep() incorrect type for second argument* *> library (lmtest)* *Loading required package: zoo* *Attaching package: 'lmtest'* * The following object(s) are masked from package:Design :* *...
2019 Mar 26
4
Discrepancy between is.list() and is(x, "list")
If I can merge this thread with the one I started yesterday... > "If the object does not have a class attribute, it has an implicit class..." > which I take to mean that if an object does have a class attribute it does not also have an implicit class. > I think this is reasonable behavior. Consider the "Date" class, which stores values as "numeric": >