Displaying 20 results from an estimated 100 matches similar to: "All Language Translation Solution !!"
2010 Oct 18
1
Basic structure operations doubt
I'm doing these manipulations on the data frame and wondering why does R
have to remember historical data on my operation and not just keep the
needed info.
Probably a basic fundamentals of the way R handles data .. Pls point me to
the manual if possible ..
I have this Index data:
> head(NIFTY_INDX)
Constituents.list.of.S.P.CNX.Nifty X X.1
X.2 X.3
2006 Oct 03
2
pdf/ convert/ font problem
Background:
OS: Linux Ubuntu Dapper
R : Version 2.3.1 (2006-06-01)
Emacs 21.4.1
ESS
Colleagues
This is neither a bug report, nor a complaint, so I think this is the
appropriate list.
I am getting an odd font problem with a pdf generated using
pdf(file =
"../figures/PCNM.models.larvae.fluor.zoo.stability.2001.and.2002.pdf",
title="", family="serif",
2003 Oct 16
3
indexing a particular element in a list of vectors
I have a "list" of character vectors. I'm trying to see if there is a way
(in a single line, without a loop) to pull out the first element of all the
vectors contained in the list.
listOfVectors[1:length(listOfVectors][1]
doesn't work.
==========================
If you want more details..
Here is my listOfVectors which is called "uuu"
>
2008 Jul 03
3
apply with a division
Hi,
I'd like to normalize a dataset by dividing each row by the first row.
Very simple, right?
I tried this:
> expt.fluor
X1 X2 X3
1 124 120 134
2 165 163 174
3 52 51 43
4 179 171 166
5 239 238 235
>first.row <- expt.fluor[1,]
> normed <- apply(expt.fluor, 1, function(r) {r / first.row})
>normed
[[1]]
X1 X2 X3
1 1 1 1
[[2]]
X1 X2 X3
1
2009 Dec 04
0
Re Off topic - Compendium of distributions
Hi,
I am going to sound mean here, however I don't feel the document is
"very comprehensive". Maybe concise is a better word.
I quickly looked through the document.
The biggest problem is that there is very little discussion on
multivariate distributions. Noting that multivariate distributions
play a critical role in statistical theory, plus are gaining an
increasing number of
2007 Aug 23
1
[Serusers] why combine ser with asterisk
Asterisk is an excellent PBX system, and makes a very good endpoint in
the SIP chain for all sorts of things -- IVR systems, voicemail
applications, automated messages, etc.
It has an extremely well-written CDR engine, so many people mesh it with
billing applications to produce accurate accounting information. It also
is fully aware of the media stream, which means it's capable of cutting
2016 Dec 20
0
EpiX Analytics-QRA Consultant Position
Position: Quantitative Risk Analysis Consultant
APPLICATIONS RECEIVED UNTIL JANUARY 9TH, 2017
Location: Fort Collins, CO (physical presence required)
Position type: Full time
We are a Colorado-based specialist risk and decision modeling consulting and research firm, with diverse experience and skills. We are seeking to fill a full-time position as a Quantitative Risk Analysis Consultant, to
2006 Dec 18
7
Interesting article about punching holes in firewalls...
I ran across an interesting article
(http://www.heise-security.co.uk/articles/print/82481) (1) that I think
any and all firewall administrators should take a few moments to read.
I personally have known that using "-m state --state
ESTABLISHED,RELATED" was not the most secure thing to use for returning
traffic. Namely this will allow you to make a valid connection to a web
server,
2007 Oct 30
1
axis title on two lines
Hello,I am searching for the possibility to make a two lines axis title. This suggestion:ylab=expression(paste("log rate\n[ fluor.",inc. %.% cell^{-1} %.% sec^{-1}," ]"))results in two lines left not centered and with a large gap.any suggestions.ThanksMarcelĀ
______________________________________________________________________________
Marcel Sandow
Leibniz Institute of
2004 May 17
1
Clock skew and net ads join problem
HI,
when i try to execute the kinit command on my Red
hat 9 system with samba 3 i get the following error
[root@niit125 root]# kinit junaid@NIIT.EDU.PK
Password for junaid@NIIT.EDU.PK:
kinit(v5): Clock skew too great while getting initial
credentials
so how do i solve the clock skew problem cause i have
checked the time on both of them it is the same.
the net ads join command doesnt
2003 Oct 16
2
returning dynamic variable names from function
Within a function I'm assigning dynamic variable names and values to them
using the "assign" function. I want to pass back the results but am
uncertain how to do this.
Basically, my function reads a number of data files and uses the filename of
each file as the variable name for a list-to-become-dataframe. I want then
to pass all these lists back, but again, the names of the
2006 Nov 03
4
read file problem
R-help,
I have the following file I want to import to R (some lines
removed)
Calibrated CTD data for station:00280001
Calibrated:23/8 2001, Salinity Unsmoothed, Fluorescence Uncalibrated
Maximum observed depth: 36 m
QUAL has one digit for each of pressure, temp., sal. and fluor.
QUAL=1:Uncal., QUAL=2:OK, QUAL=6:Interp., QUAL=9:No data
2007 Apr 14
3
LDA problem
Hi,
I am using dovecot deliver as lda for sendmail. My problem is that when
a user account is over quota, deliver program sends message in the logs,
but the message is not bounced back to sender informing that their is
disk quota problem at the recipient side. Further message remains in the
mail queue. Details are below. Plz suggest how to figure out the problems:
1. Message should be
2004 May 20
0
Still struggling with clock skew
Hi,
Porblem 1
ok this time i have checked every thing still it
is giving me this same error.
[root@niit125 root]# kinit junaid@NIIT.EDU.PK
Password for junaid@NIIT.EDU.PK:
kinit(v5): Clock skew too great while getting initial
credentials
can any one tell me how to enable NTP on a windows
domain controller cause when i run the command ntpdate
[root@niit125 root]# ntpdate 10.10.11.1
20 May
2004 May 12
2
i cannot find kinit
the name of my active directory domain is
niit.edu.pk
so what should i write in this parameter
default_relam = YOUR.KERBEROS.REALM
also while trying to join the domain i eecute this
command
kinit Administrator@your.keberos.REALM
My shell gives me the error cannot find kinit.
can any one tell me where in my file system can i find
kinit
Regards
=====
Sahibzada Junaid Noor
Ph #
2003 Dec 30
4
Assignments in loops
Greetings all. Any help with the following would be appreciated.
I want to create a data frame for each file in a directory. The following
code does not work but it may show what I am trying to do:
carmakes <- c('BMW','Chrysler','Citroen','Fiat','Ford','Holden','Honda',
2016 Mar 09
3
Introduction and Doubts
Hello All,I am Nirmal Singhania from NIIT University,India.
I am interested in Clustering of search results Topic.
I have been in field of practical machine learning and information
retrieval from quite some time.
I took various courses/MOOC on Information retrieval and Text Mining and
have been working on real life datasets(KDD99,AWID,Movielens).
Because the problems you face in real life ML/IR
2005 Jul 28
2
lattice/ grid.layout/ multiple graphs per page
Background:
OS: Linux Mandrake 10.1
release: R 2.0.0
editor: GNU Emacs 21.3.2
front-end: ESS 5.2.3
---------------------------------
Colleagues
I have a set of lattice plots, and want to plot 4 of them on the page.
I am having trouble with the layout.
grid.newpage()
pushViewport(viewport(layout = grid.layout(2,2)))
pushviewport(viewport(layout.pos.col = 1, layout.pos.row = 1))
working trellis
2006 Jun 07
1
has_many, through, want to store email in mysql
Hi,
I''m still a new with ROR, but it''s really cool :) I just have this
problem with a project of mine.
I want to store email in a database. I already wrote a simple import
script, that works, so that''s not a problem. Showing the email
(efficiently) in a ROR site is.
These tables are in the database:
emails
id
email_id (foreign key -> emails.id)
seq
2004 Feb 17
2
Lattice graphics and strip function
I am looking for examples of code that demonstrates the fine tuning of
the strip panels in lattice graphics and uses plotmath characters. The
code for the graphic is as follows:
xyplot(lagy ~ n | rho1 * rho2, data= data, layout=c(2,6), span = 1,
xlab = "Sample Size", ylab = "Bias in the Coefficient for the Lag of X",
type = "o")
rho1 is a four level factor