Displaying 20 results from an estimated 37 matches for "mannually".
Did you mean:
manually
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
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 Jan 17
3
kriging in R
...are with Kriging in Arc/Info? or other geostatistics
software customized to do kriging or other geostatistics functions?
I tried Easykriging, a geostatistics tool developed for Matlab. It has
very nice GUI, but it does not provide library which i can call in my programs.
so it is good for doing it mannually for small number of data set. but if
i have large number of data set, and i want to automate the kriging
process for those data set, Does anyone have good recommendation on what
software to use? something that can be called in c/c++ code(or matlab)
and freeware:) is preferred..
Thanks a lot in ad...
2008 Jan 06
2
how to get residuals in factanal
In R factanal output, I can't find a function to give me residuals e.
I mannually got it by using x -lamda1*f1 -lamda2*f2 - ... -lamdan*fn, but the e
I got are not uncorrelated with all the f's.
What did I do wrong? Please help.
Yijun
____________________________________________________________________________________
Be a better friend, newshound, and
2010 Jul 13
3
[Xen-API] XCP - ddk network
Hi,
I''ve installed XCP 0.5 and I''m following these steps:
http://xenbits.xen.org/xapi/install.html to install ddk VM. But I can''t get
network working.
I tried to create a vif under xenbr0 then assigned mannually a IP address
and to create a vif under xapi0. But in both cases I can ping only dom0 IP.
What am I doing wrong?
Thanks in advance.
--
Sergio Roberto Charpinel Jr.
_______________________________________________
xen-api mailing list
xen-api@lists.xensource.com
http://lists.xensource.com/mailma...
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
2006 Jun 02
3
Wierdness with rake test_units and schema.rb
...test_units, some of the index in association tables is
not created, this leads to failures for some unit test cases.
Thinking that may be because I didn''t setup the database correctly, I
reload the sql file (with the index defined) into both test and
development database.
run the test mannually, i.e. ruby test/units/myclass_test.rb works fine.
But when I invoke rake test_units to run all unit tests in a batch, I
have the same problem again. It seems db/schema.rb generated from the
rake test_units has missed some of the indexes definition for some of
the tables.
Anyone know where I sh...
2004 Jul 20
1
Statistical package
Dear Martin Maechler,
I came accross your valuable contribution in the domain of statistical computing
through Web site. I can't but appreciate your great endeavour.
I would be grateful to you if you could kindly suggest me or help me to utilize
the free statistical pckage like R with Mannual. I am esepcially interested in Time
Series Analysis and plotting of experimental
2011 Jun 19
1
hello about proxy configuration
...rty R_HOME=C:\Program Files\R\R-2.13.0
" R_HOME\bin\i386\Rgui.exe http_proxy=http://211.83.105.140:808/"
error:: '\i' is an unrecognized escape in character string starting "R_HOME\bin\i"
what is wrong with my command? I just want to know is there any other way such as mannually edit a configuration file to set the proxy?
kind regards
edwin_uestc
Center of E-Health technology and Engineering in UESTC
[[alternative HTML version deleted]]
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
2013 Jan 14
1
Is there a way to bypass the memory check for the cento6 x86 installer?
I am getting the "you do not have enough RAM to install CentOS on this machine."
error. I could mannually kludge this system online, but I would prefer not to.
-Jason
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- -
- Jason Pyeron PD Inc. http://www.pdinc.us -
- Principal Consultant...
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*
*********
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
2002 Apr 29
3
Organizing the help files in a package
...le `pubbias/DESCRIPTION' ... OK
* preparing `pubbias':
* checking whether `INDEX' is up-to-date ... OK
* checking whether `data/00Index' is up-to-date ... O
* removing junk files
* building `pubbias_1.0.tar.gz'
Bad command or file name
Bad command or file name
So I organized it mannually to pubbias.zip.
any help will be greatly appreciated.
Thanking you,
-Jagadish
Jagadish Rangrej ( Statistician )
CHEO Research Institute, Ottawa, ON
613-7383951
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at...
2004 Dec 14
1
Bug on log.p argument with all stat function (PR#7420)
...wer tail cumulative probability of a 1.1 on a S=
tudent T distribution with 5 degrees of freedom.
2.- The second line is the lower tail cumulative probability of a 1.1 on a =
Student T distribution with 5 degrees of freedom on a log scale
3.- The third line is the same as the second, but calculated mannually inst=
ead of using the log.p parameters
Why line 2 and 3 do not return the same result?
Reciba un cordial saludo,
=0D
Jos=E9 Luis Casado Mart=EDnez
------------------------------------------------------------------
European Computing Consultants
C/ Hermanos Garc=EDa Noblejas, N=BA 39, 5=AA, N 1
2...
2007 May 16
1
G729 Transcoding problems
...ork ie I can hear the echo test - if Asterisk
doesn't crash first!
If I place a call from the Cisco phone or other phone using g729 / SIP into my * server and then out to my service provider using IAX2 / GSM asterisk restarts and the call fails
I'm running a Trixbox 2.0 system but I have mannually patched it to
Asterisk 1.2.18
Zaptel 1.2.17.1
Digium HPEC 8 (9 is not working right)
Sangoma A200 with the wanpipe-3.1.0.p21-zaptel-patched drivers installed
I've tried recompiling all these too.
Since installing the g729 I've tried the different cpu types (the
machine is a P3 650MHz) an...
2016 Aug 04
2
Migration from samba3 to samba4 : PDC doesn't not appear in network
...mode = 0666
force directory mode = 0777
writable = yes
browseable = yes
and samba seems to be a active directory server. I have added without
error a workstation in this new domain. But I don't see controller in
network windows (I have tried from Windows XP). If I mannually run
net use X: \\cervantes\visiodent
I can add X: disk and all files from X: are browsable.
As server is not browsable, netlogon doesn't work as expected (I can
manually launch netlogon.cmd after successfully login).
I suppose I have done a mistake...
Any idea ?
Best regards,
JB
2009 Jun 12
2
Automate a data load and merge
...by a merger of the 'Occurance' in each
loaded dataset and are labeled by their name (eg. June01)
# Automate this procedure so that I do not have to manuualy type in
each column addition when I have a new dataset.
# This is my current strategy, but when I have new datasets I have to
mannually setup the preallocation and merger
allData<-data.frame(Item=item, June01 =NA, June02=NA, June03 =NA)
allData[match(June01$Item_Name, allData$Item ),]$June01 <-
June01$Occurance
allData[match(June02$Item_Name, allData$Item ),]$June02 <-
June02$Occurance
allData[match(June03$Item_Name,...
2005 Jul 06
2
Frustrating problem with natsemi (DP83815) ethernet devices
...pdump, that packets are comming in (broadcasts and multicasts)
and I see the packets that are supposed to go out of the interface. But
nothing is recevied on the other side. I''ve tried to put the interfaces
in a switch and with a cross-over cable to another PC.
I''ve also tried to mannually fix the MAC <-> IP address with "arp -s",
thinking that maybe ARP is not working, still nothing - I see icmp
requests enter the interface I see icmp replies go out of the interface,
but nothing gets to the other side (PC).
I''ve tried all of the interfaces, I''ve tr...