similar to: Possible inconsistency with mean & var

Displaying 20 results from an estimated 3000 matches similar to: "Possible inconsistency with mean & var"

2002 Nov 21
4
Mixing text and graphics in PDF
Is there an easy way to "sink" text output to a pdf file using the pdf() device? Here's an email that describes setting up empty graphics plots and then using the "text" command to put text on page: http://www.r-project.org/nocvs/mail/r-help/2002/5598.html I'm just looking for something a little more polished -- automatic page breaks, line wrapping, etc. Kevin
2002 Oct 01
1
install.packages warning
I typically install packages from a local site: > install.packages("x:/tpm/tpm.zip",CRAN=NULL) updating HTML package descriptions Warning message: argument `lib' is missing: using C:/PROGRA~1/R/RW1051/library in: install.packages("x:/tpm/tpm.zip", CRAN = NULL) The warning doesn't bother me, but I've had to help other people who see "warning" and
2003 Jul 23
0
Re: [Asterisk] help with extension switching
Return Receipt Your Re: [Asterisk] help with extension switching document :
2002 Sep 09
1
No reorder.factor in R
I was using R 1.5.1 today with an old script from S-Plus and discovered that R does not have reorder.factor. It's a very simple function, but very handy for re-arranging factors in lattice graphics (among other places). Would it make sense to add this function to the base code in order to increase compatability with S-Plus and add additional functionality? reorder.factor <-
2002 Sep 27
2
question regarding lm and logLik in R
It appears that the degrees of freedom reported by logLik changed between R 1.4.1 and R 1.5.1. Is this true? Detail: > I have been using the lm and logLik functions in R to develop code using > version 1.4.1. When I run it on version 1.5.1, I'm getting different > degrees of freedom with the logLik function. Version 1.5.1 seems to give > one extra degree of freedom than
2002 Dec 31
0
Suggested change in cor.test help page
Using the search engine on "correlation" fails to find the cor.test function. I would imagine it to be very useful for the search to find the cor.test function--I know it would have saved me a fair amount of time. One way for the search engine to find cor.test would be to add the word "correlation" to the title page for cor.test, for example: Test for Association/Correlation
2015 Jun 20
0
Samba 3 AD Member Server Strangeness
On 19/06/15 21:39, Brian.Huffman at dupont.com wrote: > All, > > I'm trying to configure a Samba 3 AD member server including winbind. I'm on RHEL 6.6, so I'm using Samba version 3.6.23. > > Here's my configuration: > [global] > log level = 3 winbind:10 > workgroup = ABC > server string = LV37 > netbios name = LV37
2015 Jun 22
0
Samba 3 AD Member Server Strangeness
On 22/06/15 13:55, Brian.Huffman at dupont.com wrote: > On , June 20, 2015 5:10 AM, Rowland Penny wrote: >> On 19/06/15 21:39, Brian.Huffman at dupont.com wrote: >>> All, >>> >>> I'm trying to configure a Samba 3 AD member server including winbind. I'm >> on RHEL 6.6, so I'm using Samba version 3.6.23. >>> Here's my configuration:
2003 Jan 10
1
Suggested modification to shell command
I'm using R 1.6.1 on Windows 95 with cygwin bash as my shell. The 'shell' command tries to determine which shell the user prefers via the following steps: shell <- Sys.getenv("R_SHELL") if (!nchar(shell)) shell <- Sys.getenv("SHELL") if (!nchar(shell)) shell <- Sys.getenv("COMSPEC") For me, shell
2015 Jun 22
0
Samba 3 AD Member Server Strangeness
On 22/06/15 14:26, Brian.Huffman at dupont.com wrote: > On Monday, June 22, 2015 9:15 AM ,Rowland Penny wrote: >> On 22/06/15 13:55, Brian.Huffman at dupont.com wrote: >>> On , June 20, 2015 5:10 AM, Rowland Penny wrote: >>>> On 19/06/15 21:39, Brian.Huffman at dupont.com wrote: >>>>> All, >>>>> >>>>> I'm trying to
2015 Jun 19
2
Samba 3 AD Member Server Strangeness
All, I'm trying to configure a Samba 3 AD member server including winbind. I'm on RHEL 6.6, so I'm using Samba version 3.6.23. Here's my configuration: [global] log level = 3 winbind:10 workgroup = ABC server string = LV37 netbios name = LV37 idmap config *:backend = tdb idmap config *:range = 2000-9999 idmap config
2015 Jun 22
2
Samba 3 AD Member Server Strangeness
On Monday, June 22, 2015 9:15 AM ,Rowland Penny wrote: > On 22/06/15 13:55, Brian.Huffman at dupont.com wrote: > > On , June 20, 2015 5:10 AM, Rowland Penny wrote: > >> On 19/06/15 21:39, Brian.Huffman at dupont.com wrote: > >>> All, > >>> > >>> I'm trying to configure a Samba 3 AD member server including > >>> winbind. I'm
2015 Jun 22
2
Samba 3 AD Member Server Strangeness
On , June 20, 2015 5:10 AM, Rowland Penny wrote: > > On 19/06/15 21:39, Brian.Huffman at dupont.com wrote: > > All, > > > > I'm trying to configure a Samba 3 AD member server including winbind. I'm > on RHEL 6.6, so I'm using Samba version 3.6.23. > > > > Here's my configuration: > > [global] > > log level = 3 winbind:10
1998 Jul 01
1
ordinal(): [was "a handy function ..." in March..]
I'm finally cleaning up old things / todo's; We had about half a dozen e-mails on R-devel back in mid March...... Here is my proposal, a sometimes useful utility for constructing strings in cat() or text(), legend(), etc.: ordinal <- function(i, language =3D "english", gender =3D c("female","male"), sep=3D""= ) { ii <- i
2006 Sep 29
2
GLM information matrix
Is there a function that provides the Fisher information matrix for a generalized linear model? I do not see how to access the off-diagonal matrix elements of the value returned by glm. (I'm particularly interested in logistic regression.) If not, what is a good way to use R to compute Hessians or other partial derivatives of log likelihoods? I would appreciate any guidance. David
2005 Nov 10
1
order statistics / sample quantiles
Are there any R functions or packages that can compute distributions, expectations, or quantiles of order statistics (or sample quantiles or extreme values) for a given distribution such as a normal distribution? Both exact and asymptotic calculations are of interest. I am already aware of the 'quantile' function of 'stats'. David _______________________________________ David R.
2005 Dec 23
2
convolution of the double exponential distribution
Is there any R function that computes the convolution of the double exponential distribution? If not, is there a good way to integrate ((q+x)^n)*exp(-2x) over x from 0 to Inf for any value of q and for any positive integer n? I need to perform the integration within a function with q and n as arguments. The function integrate() is giving me this message: "evaluation of function gave a
2008 Sep 04
1
text file imported incorrectly
Dear R-users, When I tried to import a text file (tab delimited) which has 2000+ rows with the following command (With the importData in S, it works though), x <- read.table(textfile, sep= "\t", skip=5, stringAsFactors=F) I received the following warning message: Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings,: number of items read is not a multiple of
2011 Dec 16
0
CFP: Workshops at ACM HPDC 2012
**** WORKSHOPS at ACM HPDC 2012 **** http://www.hpdc.org/2012/workshops/ The ACM International Symposium on High-Performance Parallel and Distributed Computing (HPDC) is the premier annual conference on the design, the implementation, the evaluation, and the use of parallel and distributed systems for high-end computing. HPDC'12 will take place in Delft, the Netherlands, a historical,
2011 Dec 16
0
CFP: Workshops at ACM HPDC 2012
**** WORKSHOPS at ACM HPDC 2012 **** http://www.hpdc.org/2012/workshops/ The ACM International Symposium on High-Performance Parallel and Distributed Computing (HPDC) is the premier annual conference on the design, the implementation, the evaluation, and the use of parallel and distributed systems for high-end computing. HPDC'12 will take place in Delft, the Netherlands, a historical,