search for: hleps

Displaying 18 results from an estimated 18 matches for "hleps".

Did you mean: helps
2017 Jun 04
0
Hlep in analysis in RWinBugs
Hi R User, I was trying to use R for WINBUGS using following model and data (example), but I am new with WINBUGS and don't know how we perform the analysis. I wonder whether I can run the following the example data and Winbugs Model in R. Your help will be highly appreciated. Sincerely, SN PANDIT === library(R2WinBUGS) #Model model{ #likelihood for(i in 1:N){ a1[i] ~ dnorm(a11[i],tau)
2008 Feb 21
2
triangle.plot - change the axes orientation
Hello, I need to chenge axes orirentation in triangle plot. (function triangle.plot in ade4 package) I want to plot elasticities of some species in demographic triangle, where axes values commnly increace "clockwise". If some better imangination is needed, see http://www.open.ac.uk/science/biosci/personalpages/j.silvertown/pdfs/Silvertown%20et%20al.%201993.pdf I am sorry if I just
2008 Apr 28
1
question on prediction in coxph
Hi, thank you all for those who helped me on prediction of newdata for linear model, it is my new question on the prediction of coxph for newdata, for example, i have the model: coxout<-coxph( Surv(time, status) ~ x predict(coxout) will give the fitted values I have tried predict(coxout, newdata), it still gave me the fitted values only. Can anyone hlep me on how to do prediction for
2006 Dec 05
1
Need some examples for configuring Asterisk under Realtime static
Hi List: Can someone hlep to provide one or two examples to data entry for sip.conf under the table structure? CREATE TABLE `sip_conf` ( `id` int(11) NOT NULL auto_increment, `cat_metric` int(11) NOT NULL default '0', `var_metric` int(11) NOT NULL default '0', `commented` int(11) NOT NULL default '0', `filename` varchar(128) NOT NULL default '',
2013 Jan 17
1
Help with interpolation
hi guys I need to interpolate values for the zero coupon yield curve. Following data is given date days rate 1996 01
2008 Apr 10
2
Howto: Mac OS X to Windows VM
Hi, I have a mac pro and a windows Vm which I want to keep sync. I tired using other Sync programs but they do not seems to be working. I tend to leave applications running which create their own temp files in its own specific folder, which caused the other sync programs to crash. I tired SyncToy by MS and Unison. I am looking for a bi-directional sync program that runs in the background
2004 Aug 26
0
multiple regression with dummy variables
Hi I'm a beginner in R, please help... I'm trying to do regression analysis on a categorical data to find b's of each Xi. Essentially, f(x) is the output, and two independent variables Xd (days of week (1,2,...,7) and Xwk (week of month (1,2,...,6)including partial wks). So the data looks like this: f(x) Xd Xwk 0.03 1 2 0.06 3 1 : : I use factor() and contrasts() to
2007 Sep 22
0
How to explain the meaning of mu in the variance function of GLMs?
Dear R friends, When fitting GLMs in R, we may need to specify the variance function to do our analysis. I had thought it's the mean value, but it seems not. Could anybody expain the correct meaning of *mu* in the variance function of GLMs? The following content is from the R-hlep. variance for all families other than quasi, the variance function is determined by the family. The quasi
2000 Apr 11
2
LDFLAGS of the Makefile
I have compiled and installed OpenSSH 1.2.3 under AIX 4.3.3. The call to configure was: CFLAGS="-I/client/include -L/usr/ruf/lib" \ ./configure --with-egd-pool=/dev/urandom \ --with-afs=/usr/afsws \ --with-kerberos4=/client \ --with-tcp-wrappers \ --with-pid-dir=/etc \ --sysconfdir=/etc \ --with-ipv4-default \
2011 May 04
0
Problems of Sony Vaio Internet ?
My SONY VAIO F Series VPCF13WFX/BC Notebook Intel Core i7 740QM(1.73GHz) 16.4" 4GB Memory DDR3 1333 500GB HDD (http://www.laptopspark.com/products/SONY-VAIO-F-Series-VPCF13WFXBC-Notebook-Intel-Core-i7-740QM173GHz-164-4GB-Memory-DDR3-1333-500GB-HDD-laptop-299.html) Is connecting to a browser, with a little yellow flag over the connection, It says IP config issues, and that the network is
2005 Jun 15
0
couldn't find DC from other subnet
Hai , I am new to samba . I would like to setup samba as DC for my local LAN. I have configured samba-3.0.7 in Mandrake and win2k clients(within the same subnet) are able to login to this server by using NBNS protocol. But the clients from other subnet are not able to find the DC. My understanding is that, first the clients try to find the DC using NBNS and they couldn't get any response
2005 Dec 22
1
Problems with passing ... to a function
Dear useRs! I have written a function that should pass argument "m" to the next function, however it does not! Please have a look at the function below that shows a problem and tell me what I am missing. As you can see, the "blocks" argument is passed corectly, while "m" is not. Best, Ales Ziberna opt.par.new<-function( #function for optimizig
2009 Apr 19
3
flip certain bits in vector
I have a string of binary values, and I would like to flip certain bits in a set of positions. Let's say the vector p contains position [1, 3, 5, 7] vector b contains bits [1, 0, 1, 0, 1, 0, 1, 0, 1, 0] result r should be [0, 1, 0, 0, 0, 0, 0, 0, 1, 0] in pseudo code this would be something like --- r = c() for (i in 1:10) if (i in p) r = c(r, flip[i]) r ----
2003 Jan 10
1
Windows XP Pro
I am having problems with Windows XP Pro and Samba. Everytime I try to access the Samba server it says that I do not have permission. I know all the users are set up correctly, what else am I missing? I have installed Samba version 2.2.4 Thanks for the hlep -------------- next part -------------- HTML attachment scrubbed and removed
2015 May 11
0
Vodafone K4203 Mobile Broadband on Centos7
Hello, I hope someone can hlep me take this hurdle towards using Centos7 I'm trying to get a usb 3-g dongle to work on Centos7 On Centos6 I can follow the instructions that come with the device to get it to work: 1. Insert stick 2. Dismiss all popups about running the auto install scripts 3. Open terminal 4. cd $HOME 5. mkdir vfinstall 6. cd vfinstall 7. (cd /media/"Vodafone
2013 Feb 13
0
seasonal sum and mean and combine multiple, different data frames in .csv
...um, as.numeric(gsub("\\D+","",DailydoSum$season))), function(x)? Sum=sum(x[,2])) ?# ?? 2000????? 2001????? 2002????? 2003????? 2004 #18055.442 20063.238 21481.157 20138.238? 3141.716 In this dataset, some year doesn't have all the Seasons, so the value is less. I hope it hleps. A.K. ----- Original Message ----- From: "iruckaE at mail2world.com" <iruckaE at mail2world.com> To: smartpink111 at yahoo.com Cc: Sent: Wednesday, February 13, 2013 1:27 PM Subject: Re: seasonal sum and mean and combine multiple, different data frames in .csv Hi Arun, thank-y...
2016 Jan 12
2
Re: libvirt-users Digest, Vol 73, Issue 12 ] Failure when attaching a device
Hi, I think that issue is due to the fact that my Guest is a transient domain. When shutting down it or migrating to another host , then virsh list --all doesn't show this Guest anymore. How may I make this Guest a persistent one ? ( i.e. this Guest has been created via RHEV-M GUI) Thx for hlep. Regards, J.P. -----Message d'origine----- DeĀ : libvirt-users-bounces@redhat.com
2004 Aug 27
1
selecting unique columns of a matrix/data frame
Hi all, I have a very high dimensional data and apparently there are several columns that contain similar information (some columns are equal). I want to form a matrix/data frame consisting of unique columns. Does anyone have an efficient way of getting out these columns. A small section of the data frame is given below. Thanks for helping. Stephen. > newdata [,1] [,2] [,3] [,4] [,5]