search for: phinea

Displaying 20 results from an estimated 31 matches for "phinea".

Did you mean: phineas
2003 Apr 28
1
Sorry
On my previous message I gave incorrect URL's for the configuration output. They should be www.phineas.pwp.blueyonder.co.uk/config.log and www.phineas.pwp.blueyonder.co.uk/config.out Also this technique appears to work with Netscape on Solaris, but not IE on Windows. If this is not a sensible way to post diagnostic output let me know and I will post them in a different way. Phineas Campbell pcampb...
2005 Jan 20
0
Compile R-2.0.1 on SPARC Solaris 5.9
...of the R manuals configure: WARNING: you cannot build info or html versions of the R manuals configure: WARNING: you cannot build PDF versions of the R manuals configure: WARNING: I could not determine a browser bash-2.0.5$make <SNIP> bash-20.5$ make check make[1]: Entering directory `/home/phineas/R_HOME/R-2.0.1/tests' make[2]: Entering directory `/home/phineas/R_HOME/R-2.0.1/tests' make[3]: Entering directory `/home/phineas/R_HOME/R-2.0.1/tests/Examples' make[4]: Entering directory `/home/phineas/R_HOME/R-2.0.1/tests/Examples' make[4]: Leaving directory `/home/phineas/R_HOM...
2003 Mar 24
1
Install on Solaris 5.9
...-1.6.2 on a Sparc machine running Solaris 5.9. I download and unpack R, run ./Configure from the R directory. Configure fails.The last line on the Configure script prints is 'Checking for Fortran 77 name-mangling scheme', This output and the config.log files are available at: http://www.phineas.pwp.blueyonder.co.uk/config.log and http://www.phineas.pwp.blueyonder.co.uk/configout If you prefer I could post these 2 files directly to the mailing list. I currently have autoconf 2.57, automake 1.7.2, gcc 3.2.2, make 3.80 and readline 4.3 installed. Phineas Campbell
2003 Apr 29
1
Installing On Solaris
I've downloaded gcc 2.95, and installed R-1.7.0 It appears to config properly, the config.out is at the following URL: http://www.phineas.pwp.blueyonder.co.uk/config.log Running make does not appear to work the errors are summarized: bash: ar: command not found *** Error code 127 make: Fatal error Command failed for target 'libappl.a' *** Error code 1 make: Fatal error: Command failed for target 'R' Current Working d...
2005 Dec 08
1
Loading namespaces
...nt out the .onLoad function I get a package/namespace load failed error. Are libname and pkgname parameters for the function .onLoad that need to explicitly stated, or does R populate them when the package is loaded? Does .onLoad as defined above do enough to ensure that the namesapce is loaded? Phineas Campbell > version _ platform sparc-sun-solaris2.9 arch sparc os solaris2.9 system sparc, solaris2.9 status major 2 minor 1.0 year 2005 month 04 day 18 language R _
2004 Oct 26
2
Empirical P Value
...###Return the 3 values that bracket the p value c((i-1)/L, i/L, (i+1)/L) } Is there a way of doing this that avoids the explicit loop? platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 9.1 year 2004 month 06 day 21 language R Phineas Campbell
2005 Jun 28
2
STAR models estimation with R
Hi, Can you tell me if there are an R package or code for STAR model estimation and test misspecification. If no, how i could do this. Thanks in advance Best regards AJMI Noomen Phd student TUNISIA --------------------------------- [[alternative HTML version deleted]]
2004 Jun 08
4
off topic publication question
Dear R People: Please excuse the off topic question, but I know that I'll get a good answer here. If a single author is writing a journal article, should she use "We performed a test" or "I performed a test", please? I had learned to use "we" without regard to the number of authors. Is that true, please? Thanks for the off topic help. Sincerely, Erin
2005 Dec 15
1
precision of rnorm
...precision world must be significantly less. One of the arguments for Monte Carlo over the bootstrap is that for a sample size n the bootstrap can return at most 2^n distinct resamples, however for even for relatively small sample sizes there may be no increase in precision in using Monte Carlo. Phineas Campbell
2005 Jun 30
0
Relationship between dyn.load and library.dynam
...What I am trying to do is create a compiled shared library that is able to access the SEXP data type. To do this I wrtie the code in C, run R CMD SHLIB to generate the file MyOut.so. I then build a package with the following function: .First.lib<-function(lib, pkg){ dyn.load(x="/home/phineas/pkg/CallRFromC/R/MyOut.so") library.dynam(chname="MyOut") } The use of hard wired paths is to simplify development When I run R CMD check on the package I get * checking S3 generic/method consistency ... WARNING Error: .First.lib failed for 'CallRFromC' Call sequence:...
2005 May 23
3
skewness and kurtosis in e1071 correct?
I wonder whether the functions for skewness and kurtosis in the e1071 package are based on correct formulas. The functions in the package e1071 are: # -------------------------------------------- skewness <- function (x, na.rm = FALSE) { if (na.rm) x <- x[!is.na(x)] sum((x - mean(x))^3)/(length(x) * sd(x)^3) } # -------------------------------------------- and #
2006 Feb 15
1
Generating random walks
Hello, here is another question, how do I generate random walk models in R? Basically, I need an AR(1) model with the phi^1 value equal to 1: Yt = c + Yt-1 + E where E is random white noise. I tried using the arima.sim command: arima.sim(list(ar=c(1)), n = 1000, rand.gen = rnorm) but got this error since the model I am generating is not stationary: Error in arima.sim(list(ar = c(1)), n =
2005 Apr 22
2
pointer to comments re Paul Murrell's new book, R, & SAS on Andrew Gelman's blog
There are some interesting comments re Paul Murrell's new book, R, & SAS on Andrew Gelman's blog: http://www.stat.columbia.edu/~cook/movabletype/archives/2005/04/a_new_book_on_r.html -- Tony Plate
2006 Mar 17
2
Is there a way to view S-PLUS script files in R
Dear List, I have some S-PLUS script files (.ssc). Does there exist an R function/command that can read such files? I simply want to view the code and practice in R to help me learn the subject matter. Any help would be greatly appreciated. platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn
2005 Apr 14
0
Op-lock error
...in my smb.conf and commented that statement out in an attempt to wring a little more performance out of this dog. Do I need to turn oplocks off? Are they on by default? Is the global section the right place for the oplocks option? [Love] Love is like linen - often changed, the sweeter. --Phineas Fletcher (1584-1650) Sicelides III.v --... ...-- -.. . -. ----. --.- --.- -... tpeters@nospam.mixcom.com (remove "nospam") N9QQB (amateur radio) "HEY YOU" (loud shouting) WEB ADDRESS http//www.mixweb.com/tpeters 43? 7' 17.2" N by 88? 6' 28.9" W, Elevatio...
2005 May 06
1
distance between distributions
Hi, This is more of a general stat question. I am looking for a easily computable measure of a distance between two empirical distributions. Say I have two samples x and y drawn from X and Y. I want to compute a statistics rho(x,y) which is zero if X = Y and grows as X and Y become less similar. Kullback-Leibler distance is the most "official" choice, however it needs estimation of
2005 May 06
0
FW: distance between distributions
...by Mallows, the exact reference escapes me, establishes the conditions under which asymtotics of the marginal distribution imply a well behaved limit. Perhaps a better discussion of the issues can be found and a pair of papers by Bickel and Freedman, see Annals Of Statistics Vol 9, Number 6. HTH Phineas Campbell >>> Vadim Ogranovich <vograno at evafunds.com> 05/06/05 1:36 AM >>> Hi, This is more of a general stat question. I am looking for a easily computable measure of a distance between two empirical distributions. Say I have two samples x and y drawn from X and Y....
2005 Jul 08
2
Garch in a model with explanatory variables
Dear helpers, does anyone know a function to fit a model with: - y mean that is regressed on a set of explanatory variables - y variace behaving as a garch or as a garch in mean Thank you so much for your help, Carlo
2005 Feb 10
2
Mean calculated from R1.9.1 different from R2.0.1
Hello, I ran my simulations on the Unix verson of R1.9.1 and the Windows version of R2.0.1 on XP. I kept getting different values for the mean of the same column of the same matrix, and am perplexed. I would appreciate if anyone could help explain the difference? Here is a sample code: set.seed(7293) z1v <- rnorm(1000, mean=68, sd=13) z1v <- (z1v-mean(z1v))/sd(z1v) Using R1.9.1 on Unix,
2006 Jan 28
3
Learning - Example programs
I'm working my way up the learning curve for R. A method of learning I find very effective is to work through an existing program. Are there any libraries or archives of R programs on the web ? If not, would this be a good idea for the R website ? I hope this is not a FAQ: I have checked as far as I can. Best Wishes, Martin Holt