Displaying 16 results from an estimated 16 matches for "prac".
Did you mean:
drac
2011 Mar 21
1
2.0.11 segfault while can't access submission_host
15-lda.conf:
submission_host = 192.168.m.n:587
2011-03-21T14:43:49+01:00 prac/p-prac dovecot: [ID 583609 mail.debug]
lmtp(12354, user at us.edu.pl): Debug: mcQ1NitVh01CMAAAuqlTtQ: sieve:
executing script from /mails/sieve/user at us.edu.pl.svbin
2011-03-21T14:43:49+01:00 prac/p-prac dovecot: [ID 583609 mail.error]
lmtp(12354, user at us.edu.pl): Error: smtp(192.168.m.n:58...
2009 Jan 14
1
referring to calls in functions
The first program generates an error message and does not execute the
regression of y on x.
x<-1:10;
y<-rnorm(10) + x;
prac <- function( model, wghts ){ lm(model, weights = wghts) }
prac(model = y~x, wghts = rep(1, 10))
But the next program works:
x<-1:10;
y<-rnorm(10) + x;
prac <- function( y, x, wghts ){ lm(y~x, weights = wghts) }
prac(y=y, x=x, wghts = rep(1,...
2006 Apr 08
3
[Totally OT] CSS Best Prac. Rails Apps
...sitors are IE/Win, 8%
Firefox/Win, the rest primarily Mac/Safari or Mac/Firefox. I get one or two
Linux hits a month and these are the ones primarily affected by the
discussion.
Thanks in advance for your opinions on this.
--
View this message in context: http://www.nabble.com/-Totally-OT-CSS-Best-Prac.-Rails-Apps-t1417771.html#a3821360
Sent from the RubyOnRails Users forum at Nabble.com.
2009 Sep 01
3
assertion failed while using sieve
...crash.
Therefore we upgraded to dovecot-1.2.3 with dovecot-1.2-sieve-0.1.11 in
order to use sieve plugin (i.e. not cmu-sieve). We use Solaris 10 on Sun
servers, we don't use NFS.
However, unfortunately, dovecot with sieve crashes too. Here is dovecot
log excerpt:
2009-09-01T02:40:57+02:00 prac/prac dovecot: [ID 583609 mail.crit]
deliver(id at domain): Panic: file ext-body-common.c: line 149: assertion
failed: (buf->used - 1 == part->body_size.physical_size)
2009-09-01T02:40:57+02:00 prac/prac dovecot: [ID 583609 mail.crit]
deliver(id at domain): Panic: file ext-body-common.c: li...
2009 Sep 15
3
dCAP Exam
Hi folks,
Is there anywhere I can possibly get a model of the exam itself, maybe
possible scenarios for the prac, etc?
To people who have done the exam....any helpful hints ?
Thanks,
2011 Feb 04
1
dataframes from a function
...ating to the variable they are based on.
For example.....
sub<-c("6-1a","6-1a","6-1a","9-2b","9-2b","9-2b","7c","7c","7c")
yar<-rep(1991:1993,3)
x1n<-c(4,6,3,6,4,7,9,4,2)
y1m<-c(3,7,5,8,4,3,6,7,8)
prac<-data.frame(sub,yar,x1n,y1m)
plot.restrut<-function(org.plot,ex.plot) {
new.pl<-org.plot[org.plot$sub %in% ex.plot,]
new.pl.st<-new.pl[new.pl$yar %in% "1991",]
new.pl.fin<-new.pl[new.pl$yar %in% "1993",]
print(new.pl)
print(new.pl.st)
print(new.pl.fin)
}
plot.re...
2017 Aug 11
2
Package sqldf in R and dates manipulation
...f package" by Djoni Darmawikarta
However, I have a problem with manipulation of dates using this package, I do not get the expected results. Do I need to install some packages to be able to subset the data by dates in sqldf?
I am not getting Djoni Darmawikarta email address.
Please see the practice data attached and advise,
Kind regards,
Mangalani Peter Makananisa (0005786)
South African Revenue Service (SARS)
Specialist: Statistical Support
TCEI_OR (Head Office)
Tell: +2712 422 7357, Cell: +2782 456 4669
product = read.csv('D:/Users/S1033067/Desktop/sqldf prac/sqlprac.csv', n...
2017 Aug 11
0
Package sqldf in R and dates manipulation
...ni Darmawikarta
> However, I have a problem with manipulation of dates using this package, I do not get the expected results. Do I need to install some packages to be able to subset the data by dates in sqldf?
>
> I am not getting Djoni Darmawikarta email address.
>
> Please see the practice data attached and advise,
>
> Kind regards,
>
> Mangalani Peter Makananisa (0005786)
> South African Revenue Service (SARS)
> Specialist: Statistical Support
> TCEI_OR (Head Office)
> Tell: +2712 422 7357, Cell: +2782 456 4669
>
>
> product = read.csv('D:/Us...
2008 Oct 07
1
FW: Reading Data
...ier is same.
i hope everything is clear now.
let me also send you the code that i have written but in my code i have
problem with the date format and also with the stocks name
data=read.table("H:/Rahul/london/david/rexcel/price.txt")
query=read.table("H:/Rahul/london/david/rexcel/prac.txt",header=TRUE)
data=as.matrix(data)
instrument=data[,1]
date=data[1,]
query=as.matrix(query)
q_ins=query[,1]
wt=query[,2]
q_sd=query[,3]
q_ed=query[,4]
returns=function(I,SD,ED){
p=rep(0,2)
for(i in 2:length(instrument))
{
if(instrument[i]==I)...
2005 Feb 15
1
Changing parameters in htb
...o
I ma trying to find out how to change such parameters as:
tokens and ctoken (Linux, Red Hat 9, htb).
Is it possible at all?
Best regards
Andy
----------------------------------------------------------------------
"Samcze pasorzyty s od usugiwania kobiecie i wykonywania nie
skomplikowanych prac domowych..." >>> http://link.interia.pl/f1856
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2017 Aug 11
0
Fwd: RE: Package sqldf in R and dates manipulation
...ldf package? ?by Djoni Darmawikarta?
However, I have a problem with manipulation of dates using this package, I do not get the expected results. Do I need to install some packages ?to be able to subset the data by dates in sqldf?
?
I am not getting Djoni Darmawikarta?email address.
?
Please see the practice data attached and advise,
?
Kind regards,
?
Mangalani Peter Makananisa (0005786)
South African Revenue Service (SARS)
Specialist: Statistical Support
TCEI_OR (Head Office)
Tell: +2712?422 7357, Cell: +2782?456 4669
?
?
product = read.csv('D:/Users/S1033067/Desktop/sqldf prac/sqlprac.csv'...
2010 Oct 29
2
faster fsck ?
...e question is: is there any other _stable_ filesystem (xfs ?, jfs ?) which we can use instead of ext3
which is (quite) immune to crashes and whose fsck is "faster" (by design) then in ext3 ?
Regards
Przemek
----------------------------------------------
Chcesz wi??cej zarabia??? Zmie?? prac?? na lepsz?
!
http://linkint.pl/f2822
2008 Jul 27
0
competing risk model with time dependent covariates under R or Splus
...In the Epi package (http://staff.pubhealth.ku.dk/~bxc/Epi/) on CRAN there is a machinery for representation and manipulation of multistate data (of which competing risks are a special case), see the function Lexis().
It also has a time-splitting function there, splitLexis().
If you take a look at practical 14 from this year's SPE course:
http://staff.pubhealth.ku.dk/~bxc/SPE/2008/pracs.pdf
there is an example that addresses the problem you are having, practical no. 14.
If go to the folder
http://staff.pubhealth.ku.dk/~bxc/SPE/2008/R
you will find the R-code that runs the solution to the prac...
2005 Dec 07
0
organizing plot drawing routines; creating complex expressions
...do.call(panel.superpose,dots)
}
arg <- list()
arg$formula <- formula(Freq~trial.bin|subj)
arg$group <- quote(expected.hierarchyTo)
arg$data <- atm.errors.intrusion.none[["frequency~hdt*prac*subj"]]
arg$as.table <- TRUE
arg$layout <- c(3,4)
arg$col <- c("green","blue","red")
arg$lwd <- 2
arg$typ <- "b"
arg$pch <- 17
arg$lty <- 1
arg$xlab <...
2009 Jul 15
0
[PATCH] Make Perl strings translatable
...cenie wiersza polece?\n"
-#: fish/fish.c:826
+#: fish/fish.c:838
msgid "display a list of commands or help on a command"
msgstr "wy?wietla list? polece? lub pomoc polecenia"
-#: fish/fish.c:828
+#: fish/fish.c:840
msgid "quit guestfish"
msgstr "ko?czy prac? guestfish"
-#: fish/fish.c:831
+#: fish/fish.c:843
msgid "allocate an image"
msgstr "przydziela obraz"
-#: fish/fish.c:833
+#: fish/fish.c:845
msgid "display a line of text"
msgstr "wy?wietla wiersz tekstu"
-#: fish/fish.c:835
+#: fish/fish.c:...
2005 Jul 19
3
CPU Usage with R 2.1.0 in Windows
Hi,
I'm using a fairly simple HP Compaq desktop PC running Windows 2K. When
running a large process in R, the process "RGUI.exe" will never exceed 50%
of the CPU usage.
The program used to be able to use more of the computer, but does not now.
I don't believe this is a multiple processor machine.
Can anyone give any advice on how to solve the problem?
Thanks,
Michael