Displaying 20 results from an estimated 190 matches similar to: "Creating a correlation matrix with significance levels"
2000 Aug 06
1
make pkg on windows NT
Hi,
I am trying to compile a package i am developing on my home computer where
i am running Windows NT 4.0 service pack 6. Everything works fine on my
other computer at work running windows 98.
I am using the cygwin 1.1 bash shell and tolls with the MingW compiler,
version 2.95.2-1
installed seperately and first in the path. I have active perl 6.16
as well. Here is the error I get when i run
2012 Oct 28
6
Hausman test in R
Hi there,
I am really new to statistics in R and statistics itself as well.
My situation: I ran a lot of OLS regressions with different independent
variables. (using the lm() function).
After having done that, I know there is endogeneity due to omitted
variables. (or perhaps due to any other reasons).
And here comes the Hausman test. I know this test is used to identify
endogeneity.
But what I
2012 Oct 05
11
Calculating the mean in one column with empty cells
Hi all,
I recently tried to calculate the mean and the median just for one column.
In this column I have numbers with some empty cells due to missing data.
So how can I calculate the mean just for the filled cells?
I tried:
mean(dataSet2$ac_60d_4d_after_ann[!is.na(master$ac_60d_4d_after_ann)],
na.rm=TRUE)
But the output was different to the calculation I died in Microsoft Excel.
Thanks in
1999 Apr 21
0
[MAILER-DAEMON@biostat.ku.dk: Returned mail: /home/sfe1/r-bugs/.forward: line 1: "|/home/sfe1/r-bugs/bin/new_message Rnew"... User r-bugs@biostat.ku.dk doesn't have a valid shell for mailing to programs] (PR#170)
--rwEMma7ioTxnRzrJ
Content-Type: text/plain; charset=us-ascii
at the bottom is a bug report - however I have include the bounce
headers in case you want to fix the mailer too. This was the
result of an online bug submission via http://r-bugs.biostat.ku.dk/cgi-bin/R.
pete
--rwEMma7ioTxnRzrJ
Content-Type: message/rfc822
Content-Description: Forwarded message from Mail Delivery Subsystem
2008 May 25
1
marginality principle / selecting the right type of SS for an interaction hypothesis
Hello,
I have a problem with selecting the right type of sums of squares for
an ANCOVA for my specific experimental data and hypotheses. I do have
a basic understanding of the differences between Type-I, II, and III
SSs, have read about the principle of marginality, and read Venable's
"Exegeses on Linear Models"
(http://www.stats.ox.ac.uk/pub/MASS3/Exegeses.pdf). I am pretty new to
2010 Jun 05
3
Wilcoxon test output as a table
Hi!
I searched some time ago a way to get the Wilcoxon test results as a table
more or less formatted. Nobody told me any solution and I found nothing on
the Internet. Recently I came across this link (
http://myowelt.blogspot.com/2008/04/beautiful-correlation-tables-in-r.html),
which helped me to find a solution.
Here's the solution (I'm using R Commander):
W <-
1998 Oct 05
1
R-beta: help r-new
he copiado los archivos para windows95 en un directorio rnew, donde
tengo el ejecutable rjune.exe, al correr este archivo me aparece un menu
con las opciones File, workspace, edit, windows y help. La ventana de la
consola permacene abierta y no se como se puede iniciar la escritura de
un programa ni como compilarlo
Yo estoy interezado en este lenguaje ya que trabajo con datos espaciales
-
2012 Oct 23
2
Export summary from regression output
Hi there,
I tried it many times but didn't get it worked.
I just want to export the summary of a OLS regression (lm() function) into a
csv-file including the "call"-formula", "coefficients", "r-squared", "
adjusted r-squared" and "f statistic".
I know I can export:
write.csv2(Regression_60d_ann$coefficients,
1999 Jan 26
0
Newbie query - reading data into R
( This may seem a basic query, but anyway ... here goes ... :-)
I have a simple ASCII dataset which I'm trying to read into R (and
trying to get R to accept it as a data-frame). The data is of the form
-
City Number
Napier 324
Auckland 657
Wellington 879
Christchurch 904
- and so on. The data is separated by tabs , as above.
I use the
2019 Mar 02
0
Using a different compiler when creating a package on Windows
Hello!
I am updating to the R-devel version as of 2/28 and recompiling with
OpenBLAS. I got that to compile nicely.
I am now updating a package that uses the OpenBLAS and the PGI compiler,
which has changed too.
I just changed the path names in Makevars. Here is the Makevars file.
FC= d:/PGI/win64/18.10/bin/pgf90
F77= d:/PGI/win64/18.10/bin/pgf90
CC = d:/PGI/win64/18.10/bin/pgcc
FFLAGS=
2001 Mar 11
1
MS SQL with Linux through Samba
Hello there,
I would like to implement an LVS in my organization. The topology is as follows:
(i) On the highest level, there is a storage (possibly RAID5) which will store all my databases of images and important information. (LINUX)
(ii) Under it, I will want to have a load-balancer and 2 servers (one as FOS) to handle the clients' requests. (LINUX)
(iii) Below the 2 servers, I have to
2012 Oct 09
1
How to create a column in dependence of another column
Hi there,
I'm sorry for the bad subject decision. Couldn't describe it better...
In my dataset called "dataSet" I want to create a new variable column called
"deal_category" which depends on another column called "trans_value".
In column "trans_value" I have values in USDm. Now what I want to do is to
give these values a category called
2008 Aug 01
5
drop1() seems to give unexpected results compare to anova()
Dear all,
I have been trying to investigate the behaviour of different weights in
weighted regression for a dataset with lots of missing data. As a start
I simulated some data using the following:
library(MASS)
N <- 200
sigma <- matrix(c(1, .5, .5, 1), nrow = 2)
sim.set <- as.data.frame(mvrnorm(N, c(0, 0), sigma))
colnames(sim.set) <- c('x1', 'x2') # x1 & x2 are
2007 Jun 20
2
Linear Mixed Models with nlme, more than one random effect
Hi, I' trying to learn how to use lme for Linear Mixed Models and I have a
problem when I have to include more than one random effect in my model. I
know that this could be a stupid question to ask, but I'm not able to solve
it by myself... One example: if my model is
response = operator + block + day
with operator and block as fixed effects and day as random effect, I use
res.lme
1998 Sep 04
1
R-beta: more R for Windows (rjune)
I've just put up (12:00 noon NZ) yet another tmp.zip with the fixes
for Peter Dalgaards two bugs. Niels reports that the 3.51 problems
are now different but not solved. I'm trying to locate a 3.51 machine
and will post another fix.
Can I get some feedback on how people want these "patches" delivered?
Should I be numbering them and keeping the old patches? I don't
want to
2011 Dec 15
1
slight documentation error in "stats" package "arima"
The documentation for the arima function in the package stats has
a slight error. It references:
Ripley, B. D. (2002) Time series in R 1.5.0. R News, 2/1,
2–7. [1]http://www.r-project.org/doc/Rnews/Rnews_2002-1.pdf
This should be:
Ripley, B. D. (2002) Time series in R 1.5.0. R News, 2/2,
2–7. [2]http://www.r-project.org/doc/Rnews/Rnews_2002-2.pdf
Anyone know who I should tell about this?
2004 Jul 28
0
Packages of snippets?
FWIW, I already include function 'snippets' in the gregmisc package (soon to
be a package bundle). I would be happy to do this in a more public
fashion.
I generally require that the sumitter provide both the R code and a
corresponding .Rd file.
-Greg
> -----Original Message-----
> From: r-devel-bounces@stat.math.ethz.ch
> [mailto:r-devel-bounces@stat.math.ethz.ch]On Behalf
2005 Jan 04
2
warnings and errors with R CMD INSTALL
Hello,
unfortunately I had to compile latest version of R-2.0.1 by myself. I'd
rather would prefer vendors binaries but since the current version of
Ubuntu defaults to 1.9.x I had to compile R on my own in order to be up
to date!
So far, everything went fine and R runs smoothly. Unfortunately I am not
able to use R CMD INSTALL command to install add-on packages.
I followed RNews 3/3 and
1999 Sep 02
0
SECURITY: RHSA-1999:033 Buffer overflow problem in the inews program
-----BEGIN PGP SIGNED MESSAGE-----
- ---------------------------------------------------------------------
Red Hat, Inc. Security Advisory
Synopsis: Buffer overflow problem in the inews program
Advisory ID: RHSA-1999:033-01
Issue date: 1999-09-01
Keywords: inn inews buffer overflow
- ---------------------------------------------------------------------
1. Topic:
New packages for INN
2001 Aug 13
0
Rnews 2001/3
Dear package author,
We are now accepting submissions for the third issue of the R
Newsletter. For more information see
http://cran.r-project.org/doc/Rnews/
If you are the author of a package on CRAN and you would like to promote
it a little bit, or if you simply have an interesting application using
R, we hope you can find some time to write a short article on it. We
suggest that it be