similar to: data analysis

Displaying 20 results from an estimated 700 matches similar to: "data analysis"

2005 Jun 24
1
lme4 extracting individual variance components
Hi, For further calculations I need to extract indivdual Variances of different random effects from a fitted model. I found out how to extract the correlations (VarCorr(m1)@reSumry$group1) but I was not able to find a way to extract the other components individually. To extract the Residuals I tried: (ranef(m1)@ stdErr) which unfortunately did not work. Thank you very much for your help!
2009 Oct 03
1
NTLM
Hey there! Can you guys tell me about what's the status of docs of NTLM/NTLMv2 provided by Microsoft? Let me explain why I need that: we had here a discussion on a local college about "free x proprietary software", and the Microsoft guy (always them, right?) told us about a case where he claimed that Firefox sent one user username and password through the network without
2007 Nov 05
12
Error installing Mongrel on Solaris 9
Hi all, We''ve installed RoR on Solaris 9, and are attempting to install Mongrel using the following command:gem install mongrelgetting error "SSL is not installed on this system".All other gems (including Rake) installed fine.Any suggestions?Thanks,Brian _________________________________________________________________ Boo!?Scare away worms, viruses and so much more! Try
2012 Feb 13
2
Error in apply(x2, 1, diff) : dim(X) must have a positive length
Anyone knows hat might be the cause of this error? Thanks for any help! >library(MASS) > dif.mns = function(x2,tr1=.2,tr2=.3){ + #generates four different 'means' using + #difference scores from x2, an n x 2 matrix + #for use w/ bootstrap comparisons + diffs = apply(x2,1,diff) + mn1=mean(diffs) + mn2=mean(diffs,tr=.2) + mn3=mean(diffs,tr=.3) +
2007 Mar 06
4
R and SAS proc format
Dear all, Is there an R equivalent to SAS's proc format? Best regards J. Lamack _________________________________________________________________ O Windows Live Spaces ? seu espa?o na internet com fotos (500 por m?s), blog e agora com rede social http://spaces.live.com/
2014 May 08
3
[LLVMdev] Small problem with the tail call elimination pass
Hello everybody, On the documentation page for the tailcallelim pass you can read: "This pass transforms functions that are prevented from being tail recursive by an associative expression to use an accumulator variable, thus compiling the typical naive factorial or fib implementation into efficient code” However, I don’t see this behavior when trying to compile this variant of the
2006 Apr 04
1
generating LaTeX tables from Match output
Dear R users, I am using the Match function to generate nearest neighbor matching estimators. On that front I am ok, but where I am having problems is getting my output into nice LaTeX tables. Here is some basic code imitating the estimation I'm doing. No problem there. library(Matching) #make up some data X1 <- matrix(rnorm(1000*5), ncol=5) Y1 <- as.vector(rnorm(1000)) Tr1 <-
2013 Sep 29
1
My Clients Windows not update DNS in samba4 DC
Hi, I done joining the Samba 4.0.9 Domain Controller to the existing 2003 domain Transfer all roles to samba4 Down in Windows 2003 server Add client windows to domain! But client windows not update DNS in samba4. Any ideas ? Grato. Jac? Ramos -- *"O homem n?o foi criado para ser feliz nem para vencer, mas para viver para Deus. Quando vive para Deus ? feliz e vence."
2013 Sep 26
1
Failed FSMO transfer - role naming - samba 4.0.9
Hi, ------------------------------------------------------------ root at samba4:~# samba-tool fsmo show InfrastructureMasterRole owner: CN=NTDS Settings,CN=SAMBA4,CN=Servers,CN=Primeiro-site-padrao,CN=Sites,CN=Configuration,DC=UDOPIAUI,DC=NET,DC=BR RidAllocationMasterRole owner: CN=NTDS Settings,CN=SAMBA4,CN=Servers,CN=Primeiro-site-padrao,CN=Sites,CN=Configuration,DC=UDOPIAUI,DC=NET,DC=BR
2003 Sep 12
2
Converting character to function argument
How can one transform a character string into an argument of a function (which is not or I don't want it to be a character string)? Example: > expand.grid(c(1,0),c(1,0)) ## OK Var1 Var2 1 1 1 2 0 1 3 1 0 4 0 0 > paste(rep("c(0,1)",2),collapse=',') ## to be used below [1] "c(0,1),c(0,1)" > ## string is the input I want, but it
2008 Jul 20
3
enumerate subsets
An embedded and charset-unspecified text was scrubbed... Name: n?o dispon?vel URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080720/dfc92af2/attachment.pl>
2011 Feb 28
1
Dovecot+Postfix+Mysql+quotas doesn't work
Hi ! I'm using postfix with mysql, dovecot and squirrelmail for WEBMAIL In my dovecot.conf I've: plugin { quota = maildir:User quota quota2 = maildir:Shared quota:ns=Public/ quota_rule = *:storage=400M quota_rule2 = Trash:storage=100M quota_exceeded_message = Quota excedida. Por favor, exclua alguns emails! quota_warning = storage=95%% /usr/local/bin/quota-warning.sh 95 quota_warning2 =
2013 Oct 14
1
Clients Windows not update record DNS on zone BIND9_DLZ
Hi List, My clients windows not update record DNS on zones! Show my log: ------------------------------------------ samba_dlz: starting transaction on zone jacoramos.net.br client 192.168.0.20#1080: update 'jacoramos.net.br/IN' denied samba_dlz: cancelling transaction on zone jacoramos.net.br ------------------------------------------ Anyone have any ideas? Thanks! Jac? Ramos --
2003 Apr 02
2
replication of latin squares --- again
Dear all, this is a newbie's question. I have a 4x4 latin square replicated 3 times. That is: operators batches 1 2 3 4 1 A B C D 2 B C D A 3 C D A B 4 D A B C operators batches 1 2 3 4 5 A B C D 6 B C D A 7 C D A B 8 D A B C operators batches 1 2 3 4 9 A B C D
2009 Feb 03
1
Translation pt-br "WIKI - FrontPage"
O que ? CentOS? CentOS Enterprise Linux ? uma distribui??o baseada no Red Hat Enterprise Linux. CentOS Cada vers?o ? suportada por 7 anos (por meio de atualiza??es de seguran?a). CentOS Uma nova vers?o ? liberada a cada 2 anos, e cada vers?o CentOS ? actualizado regularmente (a cada 6 meses) para suportar os hardware mais novos. Isso resulta em uma rede segura, de baixa manuten??o, confi?vel e
2013 Oct 11
1
Samba4 join Windows 2003 Server with BIND9_DLZ
Hi, root at samba4:~# samba-tool domain join jacoramos.net.br DC -Uadministrador --realm=jacoramos.net.br --dns-backend=BIND9_DLZ Finding a writeable DC for domain 'jacoramos.net.br' Found DC win2003.jacoramos.net.br Password for [WORKGROUP\administrador]: workgroup is JACORAMOS realm is jacoramos.net.br checking sAMAccountName Adding CN=SAMBA4,OU=Domain
2007 Jul 13
3
Direction of panel plots in trellis graphics
Hi, Using library(lattice), is there any way to tell xyplot to plot panels top to bottom, then left to right (i.e. panels are appended vertically, then horizontally). as.table changes the plot direction from left-to-right then top-to-bottom, to right-to-left then bottom- to-top, but that's not quite what I want to do. Thanks Yan
2008 Jul 16
2
Stratified random sample
An embedded and charset-unspecified text was scrubbed... Name: n?o dispon?vel URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080716/4aec957e/attachment.pl>
2008 Jan 28
2
sub-plot in a plot
From: lamac_k em hotmail.comTo: r-help-request em r-project.orgSubject: sub-plot in a plotDate: Mon, 28 Jan 2008 15:43:40 +0000 Dear all, how can I do these sub-plots in a plot (see file attached) in R. Best regards. Receba GR?TIS as mensagens do Messenger no seu celular quando voc? estiver offline. Conhe?a o MSN Mobile! Crie j? o seu!
2008 Feb 18
2
working with weekdays
Dear all, is it possible create, automatically, a variable with all the Monday and Thursday? 18/02/2008 21/02/2008 25/02/2008 28/02/2008 03/03/2008 . . for all months Best regards JL _________________________________________________________________ Confira v?deos com not?cias do NY Times, gols direto do Lance, videocas[[elided Hotmail spam]]