Displaying 20 results from an estimated 54 matches for "tina".
Did you mean:
tia
2004 Apr 01
4
sip problems
chan_sip.c6524 reload_config= unable to get ip address from asterisk,
sip disabled
The ip address is working fine, Internet works great. Can anyone
help...Thanks
2006 Apr 26
2
help in R
Hi,
I cant understand where I am going wrong.Below is my code.I would really appreciate your help.
Thanks.
> genfile<-read.table("c:/tina/phd/bs871/hw/genfile.txt",skip=1)
>
> #read in SNP data
> snp.dat <- as.matrix(genfile)
> snp.name <- scan("c:/tina/phd/bs871/hw/genfile.txt",nline=1,what="character")
Read 100 items
> n.snp <- length(snp.name)
> n.id <- 1 #number of fields fo...
2012 Jan 12
9
Re: [PATCH] add netconsole support for xen-netfront
On Wed, Jan 11, 2012 at 04:52:36PM +0800, Zhenzhong Duan wrote:
> add polling interface to xen-netfront device to support netconsole
>
Ian, any thoughts on the spinlock changes?
> Signed-off-by: Tina.Yang <tina.yang@oracle.com>
> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> Cc: Jeremy Fitzhardinge <jeremy@goop.org>
> Signed-off-by: Zhenzhong.Duan <zhenzhong.duan@oracle.com>
> Tested-by: gurudas.pai <gurudas.pai@oracle.com>
> ---
> drivers...
2012 Nov 11
4
Multiplying elements of a list by rows of a matrix
...matrix(sample(1:12), ncol=3)
x3 <- matrix(sample(1:12), ncol=3)
X <- list(x1,x2,x3)
tt <- matrix(round(runif(5*4),2), ncol=4)
Is there a way I can construct a new list where
newlist[[i]] = tt[i,] %*% X[[i]]
without using a for loop? Each element of newlist will be 3 x 1 vector.
Thanks
--
Tina Alexander
2009 Jun 06
1
how to make the dynamically creted string work inside if as a condition
...cally created,it is a string and going
inside the if() ,an error is thrown saying : rgument is not logical ..I even
tried changing teh mode of the string to logical,but it doesn't work
Say my dynamically created string is :--
str<- name=='tom' || name=='harry' || name=='tina'
where the names are diffrent for diffrent DBs.
if(name=='tom' || name=='harry' || name=='tina' )
{
some code
}
If i do this
if(str)
{
some code
}
It doesn't work:(
--
Thanks
Moumita
[[alternative HTML version deleted]]
2011 Sep 09
4
Very simple question about list components
...way to
display just these names and not the data they contain? I thought I
saw my advisor type "ans$" and they were displayed, but when I tried
it, it just goes to the next line waiting for input like this:
> ans$
+
I know the answer is really simple, but I can't find it.
Thanks!
Tina
2011 Jun 16
2
Bayesian Credible Intervals for a Proportion
...not had success
with it. Please help!
Example:
Positive samples = 3
Total sampled = 10
Prevalence = 0.3
pvec <- seq(1,10,by=1)
npost = dbinom(pvec,10,prob=0.3, log=FALSE)
ncredint(pvec, npost, tol=0.01, verbose=FALSE)
But I don't get the right Bayesian CI. What am I doing wrong?
Thanks!
Tina
--
View this message in context: http://r.789695.n4.nabble.com/Bayesian-Credible-Intervals-for-a-Proportion-tp3600976p3600976.html
Sent from the R help mailing list archive at Nabble.com.
2011 Dec 15
2
Data Manipulation - make diagonal matrix of each element of a matrix
...ic(n*numco*idd),ncol=tt*numco)
for(i in 1:numco){
X[,((i-1)*tt+1):(i*tt)] <- matrix(
c(matrix(rep(diag(1,tt),n),ncol=tt, byrow=TRUE)) *
rep(rep(x[,i],each=tt),tt)
, ncol=tt)
}
X
It works fine, but is there an easier way when n, tt, and numco get
larger and larger?
Thanks,
Tina
--
Clemontina Alexander
Ph.D Student
Department of Statistics
NC State University
Email: ckalexa2 at ncsu.com
2007 Apr 26
1
assertion failed
What is this ?
dovecot: Apr 24 13:03:29 Error: IMAP(tina.burdujan): file
maildir-sync.c: line 1075 (maildir_sync_index): assertion failed: (uid
>prev_uid)
dovecot: Apr 24 13:03:29 Error: IMAP(tina.burdujan): Raw backtrace:
/usr/libexec/dovecot/imap [0x80b8741] -> /usr/libexec/dovecot/imap
[0x80b819c] -> /usr/libexec/dovecot/imap(maildir_sy...
2007 Apr 04
1
REPLACE and REMOVE fns
..., E=0, FC=0, and W,IW,and HP are
removed, so that i have a simple list of 1's and 0's.
I understand that I need to use the command "replace(x,list,values)"
and "rm()" but I'm having trouble using them. (syntax errors and
whatnot)
Any help would be appreciated.
--
Tina Robles
Graduate Assistant
Dept. Of Management Science
University of Miami
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: R_Jeter_04_post.txt
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070403/adb3771a/attachment.txt
2011 Jun 21
4
Re; Getting SNPS from PLINK to R
I a using plink on a large SNP dataset with a .map and .ped file.
I want to get some sort of file say a list of all the SNPs that plink is
saying that I have. ANyideas on how to do this?
--
Thanks,
Jim.
[[alternative HTML version deleted]]
2011 Aug 01
1
Impact of multiple imputation on correlations
...lations and least-square line fits vary quite a bit from imputation to imputation (see Plot 2, http://imgur.com/KFV9yl&CmV1s). Is this normal?
Q4. Since my results differ (quite significantly) between the original and imputed data, which one should I trust?
Thank you for your help in advance.
Tina
--
2011 Mar 02
2
*** caught segfault *** when using impute.knn (impute package)
...miss, irmiss, p, n, maxp = maxp)
3: knnimp(x, k, maxmiss = rowmax, maxp = maxp)
4: impute.knn(dummy0, k)
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
##################
thanks for your help in advance!
tina
--
Bettina Kulle Andreassen
University of Oslo
Department of Biostatistics
and
Institute for Epi-Gen (Faculty Division Ahus)
tel:
+47 22851193
+47 67963923
2005 Jan 11
4
Problems with OpenLDAP 2.2.20/Samba 3.0.10 and smbpasswd
...mba 3.0.10.
First my setup :
samba-3.0.10 built from source
openldap-2.2.20 built from source
OS : Suse Linux 7.1 (but updated -> Kernel 2.4.27)
My problem :
------------
I'm trying to use smbpasswd like the following :
---snipp---
[PTS2] 486dx66:/usr/local/samba3 # bin/smbpasswd -D 10 tina
Netbios name list:-
my_netbios_names[0]="486DX66"
Trying to load: ldapsam:ldap://486dx66.hrnet.de:1389/
Attempting to register passdb backend ldapsam
Successfully added passdb backend 'ldapsam'
Attempting to register passdb backend ldapsam_compat
Successfully added passdb backend...
2019 Nov 05
3
newbie question on a dovecot buffer
...##############################
Ham Call: G8JVM . QRV: 50-432 MHz + Microwave
Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
QRV 6mtrs 200W, 4mtrs 150W, 2mtrs 300W, 70cms 200W,
Microwave 1296MHz 110W, 2320MHz 100W, 5760MHz 10W & 10368MHz 5W
OS: Linux Mint 19.2 x86_64 Tina, on a Dell Inspiron 3580 laptop
######################################################################
Come back Guy Fawkes, all is forgiven
2007 Mar 09
1
MCMC logit
...I am getting an error where it doesnt identify the covariates ,although its reading in correctly. The dataset is a sample of actual dataset. Below is my code:
> #######################
>
>
> #retreive data
> # considering four covariates
> d.df=as.data.frame(read.table("c:/tina/phd/thesis/data/modified_data1.1.txt",header=T,sep=","))
> y=d.df[,ncol(d.df)]
> x=d.df[,1:4]
> c.df=cbind(y,x)
> #x=cbind(1,x)
> p <- ncol(c.df)
>
> # marginal log-prior of beta[]
> logpriorfun <- function(beta, mu, gshape, grate)
+ {
+ logprior = -p*l...
2024 May 28
1
Security Implications of "ldap server require strong auth"?
...://www.instagram.com/koehlerundbracht/>
**
Amtsgericht Oldenburg, Handelsregister HRA 202553
Pers?nlich haftende Gesellschafterin: K?hler + Bracht Beteiligungsges mbH,
Sitz: Rastede, Registergericht: Oldenburg, Handelsregister HRB 205104
Gesch?ftsf?hrer der K?hler + Bracht Beteiligungsges mbH: Tina K?hler und Maria Kathmann
Dieses Dokument ist vertraulich zu behandeln. Die Weitergabe sowie
Vervielf?ltigung, Verwertung und Mitteilung seines Inhalts ist nur mit unserer ausdr?cklichen Genehmigung gestattet.
Alle Rechte vorbehalten, insbesondere f?r den Fall der Schutzrechtsanmeldung.
This doc...
2016 May 09
2
resorting emails by date order after move/copy to sub folder ?
I have just used Squirrel web client to re organize some old emails to
subfolders. that worked OK, EXCEPT, all these emails are now in order that
I have moved them rather than original date,
is that some 'simple' way to re-sort them back by original date ?
thanks for any pointers, sorry for dumb question
Voytek
2020 Aug 21
0
OT: SASL questions
...can recall.
> Is there a good reference to this somewhere, short of reading the RFCs?
The best bet is
1) get a real cert.
2) copy and existing configuration
> And is there any option (current or proposed) to let dovecot act as a
> client, rather than a server?
A client for??
--
Tina... homecoming is spelled c *O* m
2019 May 06
0
rTRNG: Advanced and Parallel Random Number Generation via TRNG
We are happy to announce the first CRAN release of rTRNG version 4.20-1.
rTRNG is a package for advanced parallel Random Number Generation in
R. It relies on TRNG (Tina?s Random Number Generator,
<https://numbercrunch.de/trng/>), a state-of-the-art C++ pseudo-random
number generator library for sequential and parallel Monte Carlo
simulations. In particular, parallel random number generators provided
by TRNG can be manipulated by jump and split operations. Th...