Displaying 20 results from an estimated 212 matches for "sal".
Did you mean:
al
2011 Mar 02
1
how to delete empty levels from lattice xyplot
Hello All,
I try to use the attached code to produce a cross over plot. There are 13
subjects, 7 of them in for/sal group, and 6 of them in sal/for group. But in
xyplot, all the subjects are listed in both subgraphs. Could anyone help me
figure out how to get rid of the empty levels?
Thanks
library(lattice)
pef1 <- c(310,310,370,410,250,380,330,370,310,380,290,260,90)
pef2 <- c(270,260,300,390,210,35...
2014 Jul 17
4
Selección eficiente de individuos
Buenas
tardes,
Tengo un
data frame denominado “trabajadores”, que cubre desde el 1 de
enero de 1997 hasta el 30 junio de 1999, con 3 columnas: Identificador (ID), la
fecha de entrada en la empresa (ENT) y la fecha de salida (SAL). Deseo localizar
aquellos trabajadores que, durante dicho periodo, NO han llegado a pasar un 31
de diciembre y un 1 de enero seguidos (cambio de año) como asalariados de la
empresa, para lo cual hago:
## Los
que entran durante 1997 pero no llegan al 1 de enero de 1998
t1 <-
intersec...
2008 Apr 07
1
Anova function and glm.nb
...All,
I am using the glm.nb function from the MASS package (current version)
to fit and compare GLMs with negative binomial error distributions. My
question is: what is the appropriate method to use in the anova function
to compare models? If only one fitted object like
m<-glm.nb(number<-p+sal+temp,data=data)
is specified in the anova function (anova(m)), a fixed theta is used to
generate the analysis of deviance:
Analysis of Deviance Table
Model: Negative Binomial(0.2345), link: log
Response: number
Terms added sequentially (first to last)
Df Deviance Resid. Df Resid. Dev P(>...
2010 Sep 27
1
Issues with Legend symbols
Hello forum!
I am currently having trouble getting R to recognize one of my pch
characters. Here's what I have:
legend(120, 40, c("SAL-arterial", "SAL-portal", "GLP-1-arterial",
"GLP-1-portal"), bty="n", col=c("black"), pch=19:15:21:22, pt.bg="white",
pt.cex=2:2:2:2, lty=1, lwd=2, text.col="black", cex=1.3)
Now, SAL-arterial and SAL-portal should be a blac...
2002 Nov 26
1
Problem with accented characters in portuguese
...386
os mingw32
system i386, mingw32
status
major 1
minor 6.1
year 2002
month 11
day 01
language R
Here it goes a trace of the "problem":
First under Rgui
> sal?rio <- 45 # this is ok!
> sal?rio
[1] 45
> objects()
[1] "sal?rio"
> d <- data.frame(sal?rio=c(34,45),name=c('xyz','fgd')) # this is NOT ok!
> d
sal.rio name
1 34 xyz
2 45 fgd
> d$sal?rio
NULL
> d$sal.rio
[1] 34 45
Now with ESS 5...
2007 May 14
3
x axis problems
I have been searching for the R manual, unable to solve my problem.
Questions
1) How can I put the x axis at the top of the plot?
2) I am plotting data from a CTD. I want to add series sal, obs and fluo
at the same plot by using points(sal,deepth) ets. The data have
different values so I want to use multiple x axis (4) with different
scaling. How can I do that?
plot(sal,depth,ylim=c(100,0),xlim=c(-0.0120,62),type="l",col.axis="",xaxt="s",xlab="&qu...
2010 Jan 03
3
R2HTML Report number format, or Better Way?
Here I am again with question I'll feel foolish for asking, when I
see the answer.
I'm trying to produce a report and here's where I get stuck:
How do I get R2HTML to produce the same number format?
Particularly remove the decimal places for Par and Sal.
Are there better methods to produce this type of report?
Thanks,
L.A.
R version 2.10.0 XP
srtype<-cbind(Par,Sal,Median,COD,PRD,LowerCI,UpperCI)
srtype
Par Sal Median COD PRD LowerCI UpperCI
RES I 9683 578 0.9533 29.69 1.191 0.9382 0.9582
RES...
2002 Jul 01
1
Substitutions in strings.
Hi all,
Sorry to bother you with the potentially not too bright question, but
since I cannot get it to work, I'll have to ask someone..
I've got this vector:
> token
[1] sal skal skal bak b_r d_ gal kal l_r n_r pak
p_r
[13] sal sl_r sn_r spak sp_r st_r s_ bak d_ gal l_r
pak
[25] p_r sak sl_r sp_r t_ kal n_r s_ st_r sak kal
spak
[37] s_ spik t_ n_r spik spak gal pak p_r sak sl_r
spak
[49] s_...
2008 Apr 01
0
[16/18]KVM:IA64 : Add kvm sal/pal virtulization support.V9
Zhang, Xiantao wrote:
>>From 5c70c038c57190144390ae9d30c3d06afba103d4 Mon Sep 17 00:00:00 2001
> From: Xiantao Zhang <xiantao.zhang at intel.com>
> Date: Tue, 1 Apr 2008 14:59:30 +0800
> Subject: [PATCH] KVM:IA64 : Add kvm sal/pal virtulization support.
>
> Some sal/pal calls would be traped to kvm for virtulization
> from guest firmware.
> Signed-off-by: Xiantao Zhang <xiantao.zhang at intel.com>
> ---
> arch/ia64/kvm/kvm_fw.c | 500
Hi Xiantao,
A few more comments:
> --- /dev/null
>...
1998 Feb 16
1
R listing on SAL
SAL is the directory of Scientific Applications on Linux. It is
rather well done, I think. There is an entry for R
http://SAL.KachinaTech.COM/F/1/R.html
that mentions the Debian package but does not mention the RedHat
package. I submitted a user-feedback comment to tell them about the
RedHat pack...
2012 Dec 12
2
help with predict.glm, and charting with factors
Dear R Wizards,
After much frustration and days of confusion I have finally broken down and
am asking for help, which I don’t like doing, but I just can’t figure this
one out on my own. I’ve conducted a laboratory experiment testing the
effects of temperature and salinity on whether or not a biological event
will occur (Go or NoGo). I’ve coded the factors temperature and salinity
as factors for the binomial glm, and I haven’t had any trouble fitting the
model and checking assumptions.
I am however having trouble with the predict.glm function. I want to
creat...
2014 Mar 02
1
cisco spa phones and sal
Hi
?? I have been trying for several days get 3 Cisco spa508g phones
(firmware 7.5.5) to work with asterisk 11.6 cert1 and sla. I can get
the phones to all ring when an incoming call arrives, and I see the
slatrunk working. However the blf function does not work. If one
extension picks up the call the others do not show the trunk in use.?
And as you might expect the hold and outbound dialing does
2008 Mar 20
1
Postfix + CyrusImapd + SALS
Hi guys,
Take a look at:
http://wiki.centos.org/HowTos/Postfix+CyrusImapd+SASL
this intend to be a basic guide on how to build a
Postfix+CyrusImapd+SASL Mail System with quotas and virtual domains on
CentOS 5.0.
Could we improve it some way ?. What do you suggest, ... comments ?
Maybe it would be linked from HowTos when you conceder it ready. This
guide could be a complement to the
2006 Mar 01
2
Problem with paginate search
Hi,
Firts all sorry for my poor english
I am doing a simple search with paginate, the problem is the search dont
find the words within acutes (example "dont find sal?n if i search salon").
Its the code for the seach:
def search
words = @params[''search''].to_s.split('' '')
array_conditions = []
for w in words
array_conditions = array_conditions + ["business LIKE ''%#{w}%''"]
end...
2005 Apr 16
6
Video and audio not in sync
...s were moving
a full second before the line was played, which makes the show entirely
unwatchable.
I don't know if the problem is in the encoder, or in the player(s), or
in the input file, or in my head. I'd appreciate any suggestions
(different software, different options, etc.)
Thanks.
Sal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/theora/attachments/20050416/fb8b943e/attachment.htm
2009 Aug 25
1
Filling in empty arrays/lists from using "paste" function
...itrary data set below.
a <-
data.frame(id=rep(c("idA1","idA2","idA3","idA4","idA5"),2),pro=c("bb","uu","ee","tt","uu","gg","tt","bb","gg","ee"),sal=rpois(10,2))
id pro sal
1 idA1 bb 2
2 idA2 uu 0
3 idA3 ee 3
4 idA4 tt 2
5 idA5 uu 4
6 idA1 gg 3
7 idA2 tt 0
8 idA3 bb 1
9 idA4 gg 0
10 idA5 ee 5
My desired outputs (5 arrays/lists classified according to distinct "id"
field) are as follow:...
2004 Jun 07
0
authentication, pam, etc.
...not implemented.
[2004/06/07 08:28:59, 1] smbd/service.c:close_cnum(801)
144.92.179.44 (144.92.179.44) closed connection to service ps1
Have you any words of wisdom?
Here is the smb.conf file (the file from
the samba 2 system, with adjustments):
;
[global]
;
; security options
;
workgroup = SAL
security = user
password level = 2
encrypt passwords = no
admin users = root
hosts allow = 144.92.179. 205.173. 127.0.0.1
guest account = guest
domain logons = no
logon script = %U.bat
obey pam restrictions = no
;
debuglevel = 2
socket options = TCP_NODELAY SO_RCVB...
2009 Jan 16
2
regshell only goes to HKEY_CLASSES_ROOT
Hi all,
I've compiled samba 4 from branches and it worked like a charm.
I'm trying to use regshell to read (remotely) the following Windows registry
key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
I can connect to the remote machine with no problems:
./regshell --remote=192.168.50.142 --user=Administrador%xxx
HKEY_CLASSES_ROOT>
HKEY_CLASSES_ROOT>
2009 Jul 21
3
how to use a list to create a plot
I issued the following command to obtain the std dev for each month.
psd<-numSummary(Sal, groups=month, statistics=c("sd"))
which resulted in
> psd
sd n NA
1 6.930340 9367 2319
2 7.847003 10827 1008
3 5.962308 12988 404
4...
2009 Jan 20
1
problem with applying where condition
Hi all,
I am a biggener in R-Project
I got one problem with applying *where condition*
like
if 2 tables like
table1:
empid name dep
101 kiran solutions
102 ram testing
103 pavan database
table2:
empid month sal
101 Dec 9500
102 Dec 9800
103 Dec 8500
in first table i have to take *empid* with using the *name(kiran)*
and after getting that *empid* i have to get *sal *with using that *empid*
can any one suggest how can I acheave this
Thanks & regards;
k...