similar to: Statistical package

Displaying 20 results from an estimated 110 matches similar to: "Statistical package"

2005 Jan 17
5
find source code
I am using R 2.0.2 on a WinXP I am trying to get the code of the Kruskal-Wallis test but > kruskal.test function (x, ...) UseMethod("kruskal.test") <environment: namespace:stats> > ls(3) [1] "acf" "acf2AR" "add.scope" .............. [181] "kruskal.test" "ks.test"
2013 Oct 10
0
read-only on certain client versions
Hello Folks, Are there client/server version combinations that would lead to read-only file systems on the client? We have 2.1.6.0 servers with 1.8.9 clients and it seems every 1.8.9 client just flips mounts to read-only (with no actual message until a write is attempted) yet when the OSSs (at 2.1.6.0) mount, they can write all day long. On write, the 1.8.9 clients log: LustreError:
2005 Apr 04
5
a question about box counting
Hi, I have a set of x,y data points and each data point lies between (0,0) and (1,1). Of this set I have selected all those that lie in the lower triangle (of the plot of these points). What I would like to do is to divide the region (0,0) to (1,1) into cells of say, side = 0.01 and then count the number of cells that contain a point. My first approach is to generate the coordinates of these
2011 May 06
9
Generate "Compiled catalog"/yaml for a node?
Hi Experts, I remember we had this discussion before, but could find it. Can I run a command to generate a "Compiled catalog" for a specific node (on the master node)? And apply this on the client node? What are the limitations for doing this? Basically we have special handling for the webserver/CA part of puppet. Thank you very much! -Yushu
2006 Jun 21
2
startup script for icecast
Hello, I was wondering about the feasibility of including a startup script for icecast for redhat/fedora installs? I've had to do an rpm install on an fc4 box, and a source install, rpms couldn't be found for an rh9 machine, yah i know that's old. And in both cases i had to drop in a custom-made startup script, see below. I was wondering esepcially in the case of the rpm, and
2011 Apr 04
1
RGtk2: How to populate an GtkListStore data model?
hello all I am trying to learn how to use the RGtk2 package... so, my first problem is: I don't get the right way for populate my gtkListStore object! any help is welcome... because I am trying several day to mount the code... Thanks in advanced Cleber N. Borges --------------------------- # my testing code library(RGtk2) win <- gtkWindowNew() datamodel <-
2010 Mar 31
2
Generative Topographic Map
I tried to use R version of package I noticed the original MatLab Pckage is much better documented. I had a look at the R demo code "gtm_demo" and found that variable Y is used in advanced of being created: I wrote my own few lines as follows: inDir <- "C:/Documents and Settings/Monville/Alanine Dipeptide/DBP1/DHA" setwd(inDir) T <-
2003 Jan 18
3
Adding a machine; I think I am onto something
Parameters are: Samba 2.2.7a PDC setup with LDAP includeing posix authentication for Linux. OK, the tutorial I've based my setup on is the Mandrake tutorial found at http://www.mandrakesecure.net/en/docs/ldap-auth.php Works great for autenticateing Linux from LDAP but it is really sparse on the Samba side of things. Esepcially when it comes to adding machine trust accounts. So anyway I
2011 Jan 13
1
GTK on wine???
so whats the easiest way to run GTK2 runtime files in wine? Yes, you heard right, some WINDOWS apps I use(can't find linux version), run win32 + a GTK front end. The irony of running an linux api layer on top of a windows api layer running on a linux machine is not lost on me. Esepcially since I run gnome. Having themes and all that other jazz link up and re-use my linux GTK would be nice,
2008 Sep 29
0
nomogram function (design library)
Dear colleagues, I hope someone can help me with my problem. I have fitted a cox model with the following syntax: # cox01def <-cph(Surv(TEVENT,EVENT) ~ ifelse(AGE>50, (AGE-50)^2,0) + BMI + # HDL+DIABETES +HISTCAR2 + log(CREAT)+ as.factor(ALBUMIN)+STENOSIS+IMT,data # = XC, x=T, y=T, surv=T) *1 Furthermore I have estimated my beta's also with a Lasso method - Coxpath ( from
2003 Jul 02
2
user mannual
Dear Sir I have successfuly downloaded R package. Kindly let me know where i will get _/*user mannual*/_ for the same. awaiting a prompt reply with regards Pankaj @#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@ Pankaj Kumar Research Scholar Climatology & Hydrometeorology Divison Indian Institute Of Tropical Meteorology Homi Bhabha Road, Pune-411008 India Phone No. +91-20-5893600 Ext. 361
2008 Aug 19
3
How Can I Tell How Dovecot Was Installed?
I'm trying to help someone with Dovecot, and it looks like this one is a few versions behind. They say that they're not sure if it was installed Via an RPM or a source tarball. Dovecot is use MySQL. This is a RHEL5 server. There are RPMs listed as installed (rpm -qa) but I don't know how I can tell what was used to install the currently used set up. (also asking on the Postifix list)
2004 Dec 14
0
R stat functions do not work as stated on the mannual ( PR#7419)
> From: casadoj@ecc.es > > > Dear R Developers: > > I have been playing with R, release 2.0.1 for a week now and > have detected = > that all stat functions related to distribution probabilities > have the same= > problem: > > 1.- According to the manual the log.p parameter is always the > last one. > 2.- When you use the software, the last
2004 Dec 14
3
R stat functions do not work as stated on the mannual (PR#7419)
Dear R Developers: I have been playing with R, release 2.0.1 for a week now and have detected = that all stat functions related to distribution probabilities have the same= problem: 1.- According to the manual the log.p parameter is always the last one. 2.- When you use the software, the last parameter seems to be lower.tail Example: > pt (1.1, 5) [1] 0.8392746 > pt (1.1, 5, F) [1]
2003 Mar 25
2
How to write the output of a function into a file?
I cannot find the solutions in the mannual about "import and export of data". For example, I run >chisq.test(x,p=probs) chi-squared..... ......... How can I write the output into a file? Is there some file operations in R? Actually, I only want to save the P-value. But I don''t know how I can extract the P-value field only from the output of chisq.test. So, I think I
2005 May 26
1
wfq implementation in linux
Hi all As part of may project i wants to implement the WFQ in linux, at present upto my knowledge there is no such implementation in linux. The only mannual i got from "Csaba Toth", He explained the tc command so i hope that is in linux also. DID any one know about it, Please infome me about it also, Thanks for all regards ********* *Sunil* *********
2010 Feb 16
1
Samba 4 setup
Dear Samba Experts, I have configure samba 4 server in centos 5.4. My Windows XP OS registered in samba server server. But the Domain and Kerberos setup is not working properly.? Hence it is not showing the domain in Active Directory Users and Computers. I have followed the following manual for setup http://wiki.samba.org/index.php/Samba4/HOWTO. When I am starting my named server in centos box it
2005 May 10
1
Re: Welcome to the "R-help" mailing list
I am trying to pass some R objects to C++ code. However, after reading through the mannual "Writing R extensioms" for version 2.1.0 (2005-04-18), I still couldn't figure out: 1) How can I see .c files in a package? For example, I am interested in looking at source files in "Spdep". 2) Can I include whichever header files I find in my C++ code, if I eventually will load
2008 Apr 09
1
CentOS Build
Johnny, or any one to answer. http://www.linuxhelp.net/forums/How_to_Build_Enterprise_Srpms_t3384.html As it seems this was done in 2004. Is there an updated version to it? Also the required pckages needed. I have the info from WBL site and various scripts from the centos site. What i am really interested in is the main os rebuild with anaconda runtime. I'm not after creating a live image.
2011 Nov 29
1
Problems with Raster and clim.pact packages with large netcdf files (2.7G) in x64 bit R
I normally use the raster or clim.pact pckages to read netcdf (.nc) files. This has always worked out for me until this weekend every time i try to read a .nc file i get the following error Program: C:\Program Files\RStudio\bin\x64\rsession.exe File: posixio.c, Line 417 Expression: offset >= 0 This application has requested the Runtime to terminate it in an unusual way.Please contact the