Displaying 16 results from an estimated 16 matches for "arup".
Did you mean:
argp
2005 Sep 20
4
Active DNS registration on join realm?
...ring if on joining a realm (with security=ADS), samba 3.x server
gets automatically registered with MS Dynamic DNS server. My test with Samba
3.0.14a on linux did not reveal any such capability. But may be because I
did not use the correct option? I would appreciate any help.
Thanks in advance,
-Arup Biswas
2009 Feb 25
2
Linear Discriminant Analysis
Kindly let me know the process to carry out a Linear discriminant
analysis...thanks in advance
Arup
--
View this message in context: http://www.nabble.com/Linear-Discriminant-Analysis-tp22199424p22199424.html
Sent from the R help mailing list archive at Nabble.com.
2009 Feb 06
3
How to convert Charagter variables into numeric
...ical variables as character (I am using "is.character" to judge the
type). Now the question is how can I convert these character variables into
numeric and also let me know about the other conversion like "numeric to
categorical","numeric to continuous" etc.Thank you.
Arup
--
View this message in context: http://www.nabble.com/How-to-convert-Charagter-variables-into-numeric-tp21867485p21867485.html
Sent from the R help mailing list archive at Nabble.com.
2009 Aug 08
2
Factor Analysis in R
...ors=3) but it's giving me an message Error in cov.wt(z) :
'x' must contain finite values only
...I am using a data set which is having only numeric variables and have
some NA's also in it..What should I do next..Someone please help me out with
the syntax..Thanks in advance
Cheers
Arup
--
View this message in context: http://www.nabble.com/Factor-Analysis-in-R-tp24874411p24874411.html
Sent from the R help mailing list archive at Nabble.com.
2009 Feb 04
2
How to import HTML and SQL files
I can't import any HTML or SQL files into R..:confused: Please suggest me the
packages for these two file types and also let me know the syntax for
importing these two type of files. Thank you in advance.
Arup
--
View this message in context: http://www.nabble.com/How-to-import-HTML-and-SQL-files-tp21830945p21830945.html
Sent from the R help mailing list archive at Nabble.com.
2014 Mar 24
2
Re: About Guest running Tiny Core Linux
On Mon, Mar 24, 2014 at 08:22:46AM -0400, Arup Raton Roy wrote:
> Hi Richard,
>
> Thanks a lot for your prompt response. I am enumerating the steps that I
> followed during the provisioning, if it helps.
Thanks ...
> 1. These are the commands that I used to create the disk image.
>
> qemu-img create -f qcow2 base_VM.qco...
2009 Aug 28
3
CHAID in R
Hi..I am trying to run CHAID in R..I have installed the sofyware Party and
trying to use the function ctree() to carry out the analysis. but I am
getting the following message Error in terms.default(formula, data = data) :
no terms component
. I am having some Likert scale variable where I have variables like
"Overall satisfaction"(Dependent Variable),"Product quality", Brand
2009 Feb 02
1
problem of importing files into R
...is happening that I am trying to import
some text files into R but it is not working...But sometime it is
working..I am using the syntax: mydata = read.table( file.choose(), skip = 1
)..someone please help me..you can also suggest a better syntax for
importing data from other sources..Thank you.
Arup
--
View this message in context: http://www.nabble.com/problem-of--importing-files-into-R-tp21784574p21784574.html
Sent from the R help mailing list archive at Nabble.com.
[[alternative HTML version deleted]]
2009 Feb 26
0
How do I retrieve column and row names after comparing two matrices?
...rix(calls[ID_id,
matrix1_samples]))
matrix2 <-as.vector(as.matrix(calls[ID_id, matrix2
_samples]))
Please help.
Thanks.
- ------------------------------------------------------------------
The information transmitted by this e-mail and any included
attachments are from ARUP Laboratories and are intended only for the
recipient. The information contained in this message is confidential
and may constitute inside or non-public information under
international, federal, or state securities laws, or protected health
information and is intended only for the use of the recipie...
2014 Mar 22
2
About Guest running Tiny Core Linux
...system(s) you want to see by manually adding '-m' option(s).
Use 'virt-filesystems' to see what filesystems are available.
If using other virt tools, this disk image won't work
with these tools. Use the guestfish equivalent commands
(see the virt tool manual page).
Regards
Arup Raton Roy
Graduate Student
David R. Cheriton School of Computer Science
University of Waterloo, Ontario, Canada
2014 Apr 27
0
blktap-dkms_2.0.93-0.2_amd64.changes ACCEPTED into unstable
...NY3tED3vkR8OzuFtKbHsTUWhOgG8wN+g8JCkSdAPXLcp
hWbG1IRAIR4/pfqb+za5dR6tNr/birN+y/xCpBpiCAzbRfPtuy7U7goRxYvbwjtY
pJDR4PlCWMGpB7nP5N6Q4wNtoPd6RhVYsES2TGApAoGaYEfXjSV/hiyydmp9ZII+
5ZntfJBOGu+OAHLc/nDOMt3GURLc8CvtfiOyVsZGU6bQROWsfRx/lc4w4RDtmRdG
p/h+OPwA8zdZ2lkBzM7tHlzld8rBWHZ6wd6VLx6BqmGa4yLjOcqlQD71ILe/ARup
RU16MROtTIdrbENyYZuYulO7uM0+yv/KgFOxkefe8CVne61RAJLEi/tRbF6ZVBce
yLySR4Vn28K57kWBM1LVfYpQ1E9FUBXW4g7FkV8wJ3W3QWatigzx6rr9+TYjEMH3
5OT7pfLsTSB+ukdP9CSD
=wJO5
-----END PGP SIGNATURE-----
Thank you for your contribution to Debian.
2009 Aug 06
0
K-means clustering with NA
...s introduced by coercion... my objective is to
find out the customers id who are falling in particular cluster say clst 1,
clst2 etc...If I want to get a data like that where I will have customer id
on one column and cluster number on the other..what code should I use
exactly? Thanks in advance...
Arup
--
View this message in context: http://www.nabble.com/K-means-clustering-with-NA-tp24840626p24840626.html
Sent from the R help mailing list archive at Nabble.com.
2009 Mar 24
2
Random sampling based on the observations
Hello!I am having a problem with Random sampling in R. I have used a syntax:
mydata.sub=sample(mydata,7,replace=FALSE,prob=NULL) which allows me to
choose a random sample based on the variables(correct me if I am wrong!).
Suppose I have 10 variable and if I use the above mentioned command then it
will choose 7 variables out of the 10 randomly. My problem is that I want to
have a random sample
2014 Mar 23
2
Re: About Guest running Tiny Core Linux
On Sun, Mar 23, 2014 at 12:26:28PM +0000, Richard W.M. Jones wrote:
> Secondly, we should be able to inspect all Linux guests, including
> Tiny Core Linux, but it looks like in this case it is failing. This
> is a bug.
I had a look at how the Tiny Core Linux ISO is arranged. It loads the
main operating system root partition as a single large initramfs, with
optional modules loaded
2014 May 02
0
What does assign method do in testing ?
*assigns* - _Any objects that are stored as instance variables in
actions for use in views._
(http://guides.rubyonrails.org/testing.html#the-four-hashes-of-the-apocalypse)
I have a code :-
test "should update line_item" do
patch :update, id:@line_item, line_item: {
cart_id:@line_item.cart_id, product_id:@line_item.product_id}
assert_redirected_to
2014 Apr 07
0
Dovecot IMAP Authentication issue with Vpopmail
Hello All,
i've configured a qmail server (for office) under Ubuntu 12.04 server
following this guide- http://www.connor.net.au/tutorials/qmail/qmaillite/
everything working just fine except dovecot IMAP. i've followed this
section for dovecot-
http://www.connor.net.au/tutorials/q...te/dovecot.php<http://www.connor.net.au/tutorials/qmail/qmaillite/dovecot.php>
but when i go to telnet