similar to: How to capture t-score and p-values from t.test

Displaying 20 results from an estimated 1000 matches similar to: "How to capture t-score and p-values from t.test"

2007 Jun 25
1
R behaviour related to user input (readline()) and run selection
When I run the below section of code I get the following error: Error in if (co == "A" || co[1] == "O") { : missing value where TRUE/FALSE needed When I run the code in two parts where I first get the user's input then afterwards run the if/else section, there is no problem. Is there a way to stop the "run selection" process
2007 Jul 24
1
cor inside/outside a function has different output
I'm calculating correlations between two matrices mat1 <- matrix(sample(1:500,25), ncol = 5, dimnames=list(paste("mat1row", 1:5, sep=""), paste("mat1col", 1:5, sep=""))) mat2 <- matrix(sample(501:1000,25), ncol = 5, dimnames=list(paste("mat2row", 1:5, sep=""), paste("mat2col", 1:5, sep="")))
2006 Apr 27
5
proposing $E & $T
Hey all, I''ve had these functions for some time now, and would like to offer them as two new dollar-sign functions - elements to be extended by Prototype geniuses. :-) makeText(string) as $T() - return text node element Does just what it says... I''m sure someone could extend it nicely when via Prototype. (example) var x = $T(''hello world'');
2004 Jul 06
1
FYI House bill exports analog phone regs to VoIP
---------- Forwarded message ---------- Date: Wed, 07 Jul 2004 00:31:21 -0400 From: Declan McCullagh <declan@well.com> To: politech@politechbot.com Subject: [Politech] House bill exports analog phone regs to VoIP http://www.politechbot.com/docs/boucher.voip.bill.070604.pdf There's a new bill in the House of Representatives to regulate phone calls made over the Internet. It was
2002 Jul 26
1
inflate returned -3
Good day, all, I'm trying to transfer a 174M file to a system with 1.2G free. Other files in the tree come over just fine, but this transfer dies partway through: rsync -avvz -e ssh --partial --progress server.with.the.file:/server/directory /local/directory opening connection using ssh server.with.the.file rsync --server --sender -vvlogDtprz --partial . /local/directory receiving file
2006 Mar 14
2
problem with optim: (list) object cannot be coerced to 'double'
Hi, I am trying to use optim to solve a heavy calibration problem. I supply the parameters in vector form. But before entering my target The call is simply: optim(par = parameters, fn = SumLSQ, method = "Nelder-Mead") the function SumLSQ is simply: SumLSQ<-function(parameters, data = timeseries){ print("sumLSQ") nbseries =
2014 May 01
2
Request to Replace Recordplot ,, replayplot
Record plot which stores a plot to an internal R data structure and Replay Plot which replays the plot enables one to keep plots around and use them accross sessions at least until version 3. If you cannot restore old plots and treat them as data and save accross sessions, there is little reason for recordPlot. Either R needs to dispense with internal formats entirelly, a bad move in my opinion
2017 May 01
2
package internet-browser?
What can anyone tell me about package internet-browser? Through the gnome package app, there seems to be NO meta info???? -- ------------------------------------------ MzK "Since each of us is blessed with only one life, why not live it with a cat?" -- Robert Stearns
2006 Jul 25
5
greek letters, text, and values in labels
Hello, I want to have a title that will look something like: "Results for \theta=2.1", given that I have a variable theta=2.1, and \theta should show on the screen like the greek letter. I've tried a lot of things: theta <- 2.1 plot(1:10, main=expression(paste("Results for", theta, "=", eval(theta)))) or using bquote plot(1:10, main=paste("Results for
2006 Mar 13
1
Vector Autoregeressive Models: Adequation tests to perform
Hello, I am currently testing a Vector AR of dim 3 over not a lot of data (135 * 3 observations) . To test the adequation of my vecot ar, I use the Schwarz Bayesian Criterion and the classic modified Portmanteau test on the residuals (it can be found for instance in http://www.iue.it/PUB/ECO2004-8.pdf , page 15) -> the null hypothesis is "the residuals process are a vectorila white
2007 Aug 29
1
Excel (off-topic, sort of)
Except for the ability to perform circular recalculation, I believe that the closest programming analogy to a spreadsheet is a functional programming language. Check out Haskell (or LISP or Erlang) to do what you describe. -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Fran?ois Pinard Sent: Wednesday, August 29, 2007
2008 Aug 07
1
dput function (PR#12112)
Full_Name: Juan Gea Version: R version 2.6.2 OS: Fedora Core 6 Submission from: (NULL) (79.153.48.49) Abort: objeS <- matrix("AAA",1000000) class(objeS) outTxt <- textConnection("vaClob", open = "w", local = FALSE) dput(objeS,outTxt) close(outTxt) R version 2.6.2 (2008-02-08) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN
2003 Jun 26
3
plain source -> encrypted destination: rsync + gpg
We want to keep a backup or a mirror of your files in a server we don't fully trust. You can have an encrypted FS on a file, and copy the complete FS to the untrusted server, but it is inefficient, and you get no granularity at all. In our case, the remote server runs amanda, and we want to use amanda's power to restore files selectively -- yet don't give away our privacy. (We
2003 May 30
2
Extracting Vectors from Lists of Lists Produced by Functions
If you found my subject heading to be confusing then I'm sure you'll enjoy the example I've included below. I find the apply type functions to be wonderful for avoiding loops but when I use them with existing functions, I end up using loops anyway to extract the vectors I want. I would appreciate it if someone could show me how to avoid these loops. Thanks. EXAMPLE:
2017 May 02
2
package internet-browser?
On 05/01/2017 06:10 PM, Jonathan Billings wrote: > On May 1, 2017, at 1:33 PM, Kay Schenk <kay.schenk at gmail.com> wrote: >> What can anyone tell me about package internet-browser? >> >> Through the gnome package app, there seems to be NO meta info???? > > I can?t find any packages called 'internet-browser? for CentOS6 or 7, in either the base repos or EPEL.
2024 Mar 01
2
dput(..., file = stderr())
Curious to know if this warning is expected behavior, and if so, what is the recommended way instead: > dput(letters, file = stderr()) c("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p",
2008 Sep 12
1
Error in solve.default(Hessian) : system is computationally singular
Hello everyone, I'm trying to estimate the parameters of the returns series attached using the GARCH code below, but I get the following error message: Error in solve.default(Hessian) : system is computationally singular: reciprocal condition number = 0 Error in diag(solve(Hessian)) : error in evaluating the argument 'x' in selecting a method for function 'diag' Can
2005 Mar 13
1
Use of htest class for different tests
Hello! First of all I must appologize if this has been raised previously, but search provided by Robert King at the University of Newcastle seems to be down these days. Additionally let me know if such a question should be sent to R-help. I did a contribution to function hwe.hardy in package 'gap' during the weekend. That functions performs Hardy-Weinberg equilibrium test using MCMC. The
2017 May 03
2
package internet-browser?
On 05/02/2017 09:59 AM, m.roth at 5-cent.us wrote: > Kay Schenk wrote: >> On 05/01/2017 06:10 PM, Jonathan Billings wrote: >>> On May 1, 2017, at 1:33 PM, Kay Schenk <kay.schenk at gmail.com> wrote: >>>> What can anyone tell me about package internet-browser? >>>> >>>> Through the gnome package app, there seems to be NO meta info????
2004 May 20
2
Get Slot from a Class
Hello, everyone, I don't quite understand the following message: > TTT <- t.test(1:10, y=c(7:20)) > class(TTT) [1] "htest" > TTT@p.value Error: Trying to get slot "p.value" from an object whose class ("htest") is not defined > TTT$p.value [1] 1.855282e-05 Why the message says the class of TTT is not defined while class(TTT) gets