Displaying 20 results from an estimated 1095 matches for "wanna".
2012 Dec 30
4
How to multiple the vector and variables from dataframe
hi all:
Here's a dataframe(dat) and a vector(z):
dat:
x1 x2 x3
0.2 1.2 2.5
0.5 2 5
0.8 3 6.2
> z
[1] 10 100 100
I wanna do the following:
10*x1,100*x2,1000*x3
My solution is using the loop for z and dat(since the length of z is the same as ncol of dat),which is tedious.
I wanna an efficient solution to do it .
Any help?
Many thanks!
My best
[[alternative HTML version deleted]]
2007 Oct 01
3
export csv
Hello,
I wanna know how to export a data frame to Excel.
For example I wanna export this data frame
> M[1:5,]
var1 var2 distance
1 41 42 0.2
2 41 43 0.304347826086957
3 41 46 0.19047619047619
4 41 47 0.155555555555556
5 41 48 0.209302325581395
I don't know h...
2012 Oct 26
3
wanna create all points.....
...0))
{rsidpVector=rsidp(i)
mean(rsidpVector)
plot (length(rsidpVector), mean(rsidpVector), ylab="sample mean", xlab=
"sample size")
}
rsidp<- function(x){
i+0
{y<-sample(number,x,replace = TRUE)}
return(y)
}
--
View this message in context: http://r.789695.n4.nabble.com/wanna-create-all-points-tp4647494.html
Sent from the R help mailing list archive at Nabble.com.
2008 Jul 12
3
dbox and quota question
Hi all,
i am asking myself
how quota is done with dbox in a virtual setup
with having quotas in sql
dove 1.1.1
says quota maildir: No maildir storages, ignoring quota
lda means quota maildir: No maildir storages, ignoring quota
which is right
i dont wanna use dict , i only wanna use the qutoas out of sql crated by
postfixadmin
has someone used this ever ?
--
Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
2008 Sep 18
4
I wanna do a project on RoR
Hi..Friends...I m a final yr IT engg student...I wanna learn RoR n use
it for my Btech project...Kindly help me in dis regard...My exact
query is:
1)Wat project topic to choose
2)How to learn dis technology n implement it in my project
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Go...
2008 Oct 10
4
plotCI
Hi all,
I am using the function "plotCI" with the following command:
plotCI(m.residuos.p.2 [1:41],li=m.residuos.p.3 [1:41],ui=m.residuos.p.4
[1:41],lty=1,ylab="")
This generates exactly what I want except for the fact that I wanna drawn a
line linking the points (m.residuos).
How could I do that?
Thanks a lot in advance,
Caio
[[alternative HTML version deleted]]
2005 Jul 28
3
SIP WEB Phone (Wanna implement Click to Call)
Hi,
I appreciate it if someone knows what is available for SIP web phones out
there. I am interested in putting a soft phone on a website that registers
with Asterisk using SIP. Then, when someone uses it, it directly calls into
an asterisk call queue..
Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Sep 21
3
Options for .rspec, or a verbose mode?
Hello everybody, in my app, (using rspec 2.0.0.beta22) I have
my .rspec file with "--colour" in it., I want to know if are there any
other options for this file? And I wanna know if is there a verbose
mode of running my specs, listing their ''describes'' and/or ''its''?
Thanks!
2011 Aug 16
4
a question about lm on t-test.
Hi all:
I have a question about lm on t-test.
data(sleep)
I wanna perform t-test to test the difference between the 2 groups:
I can use:
t.test(extra~group)
The t.test result shows that:t = -1.8608; mean1=0.75,mean2=2.33
But I still wanna use:
summary(lm(extra~group))
Intercept=0.75,which is mean1,just the same as t.test.
group2=1.58 means the difference of...
2004 Dec 21
1
about colnames
...lto:r-help-bounces at stat.math.ethz.ch] On Behalf Of
xmeng at capitalbio.com
Sent: 21 December 2004 09:45
To: r-help at stat.math.ethz.ch
Subject: [R] about colnames
Hello sir:
If there's a data frame(with name "df"):
a b c d e f
1 10 12 20 30 100
2 3 15 16 40 200
..
If I wanna change the last 3 colunm names"d" "e" "f" respectively into
"x" "y" "z"respectively,the following is what I do:
colnames(df[4:6])<-c("x","y","z")
But no change to the colnames of df.
And if I wanna chang...
2005 Dec 03
2
how to subset rows using regular expression patterns
hi netters,
i have a dataframe A with several columns(variables). the elements of
column M are character strings. so
A$M=c("ab","abc","bcd","ac","abcd","fg",....."fl").
i wanna extract all the rows where A$M match some regular expression
pattern.
for a simple example, let the pattern be just "ab", i wanna subset the rows
where A$M="ab" or "abc" or "abcd" or "abXX".........
i know i can write a loop,using some regular ex...
2009 Nov 06
1
how to combine the boxplot and dotchart together?
Hi all:
Suppose there're 3 groups,and I wanna compare the result of the 3 groups.
I've drawn a boxplot.But I wanna show the actural data points of each group at the same time.In other words I wanna combine the boxplot and dotchart together.
How can I do it?
Thanks a lot!
My best.
[[alternative HTML version deleted]]
2005 Aug 30
2
about "pnorm"
As to the function"pnorm",the default degree of freedom(df) is infinite.
I wanna know how to set the df as I want.
Help on pnorm doesn't have df setting.The only choice are:"mean, sd, lower.tail, log.p",but no df.
For instance:
sample size=6
df=6-1=5
t value=9.143
I wanna to the corresponding p value by using function "pnorm".
How can I do it?
Than...
2006 Oct 20
2
how to replace the second "-"
I have a string vector like these:
[1] "1-1-1" "1-1-2" "1-2-1"
And I wanna replace the second "-" with "0", that is, I wanna get the result
like: [1] "1-101" "1-102" "1-201".
How should I write the Regular Expressions? Thanks!
--
»ÆÈÙ¹ó
Department of Sociology
Fudan University
[[alternative HTML version deleted]]
2007 Jun 20
3
Management tool
Hi guys,
I need to manage a university which has 900 computers distributed along some
departments and I wanna use a tool to do this.
I'm testing GOsa (www.gosa-project.org) and I wanna know which tools you are
using.
That's all folks.
--
Allysson Steve Mota Lacerda
Administrador de Redes
http://www.stevelacerda.net
2013 Dec 12
5
How to use syslinux(isolinux, etc.) for EFI?
Hi,
When we meet UEFI or EFI firmware, lots of linux os release use
GRUB bootloader. But I wanna use isolinux to boot the installation
environment and also the linux os installed. Some question puzzled me. Now,
I look for your help:
1. I didn't found information about how to use
syslinux(isolinux,etc.) in uefi. I wanna know that are there some
differences of the isolinux configuration be...
2010 Apr 01
2
System and Server Status help ?
dear all,
i can't count the times that webmin came to my rescue.
whenever i face a dead end in doing something through CLI i always turn to webmin..
though at the moment i wanna learn how to do things through cli instead of relying on webmin as i said..
especially "System and Server Status"
theres a module that supports such a thing where i can set monitors that checks specific services or directories or... and reports the output..
so i wanna do this through comm...
2008 Jul 10
2
question about mapping memory from Dom0 to domU
Hi:
I wanna write code about sharing memory between dom0 and domU, and I decide to use void *xc_map_foreign_range(int xc_handle, unint32_t dom, int size, int port, unsigned long mfn) (this is a function in xenctl.h).
My question is :
If I wanna map a range of memory in dom0 to domU, how can I get the val...
2004 Aug 06
3
ASTERISK AND 120 CONCURRENT CALLS
hello all, does anyone has experiencie using asterisk with a digium CARD
using G729 managing 120 concurrent calls with SIP and/or H323??? I wanna
know if Asterisk is stable doing this....because we wanna implement it in
some locations!!
Thanks All!!
Sebastian.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040806/e868d188/attachment.htm
2012 Sep 04
11
I wanna make a new rails community :)
Hi everyone! I''m a newbie engineer.
I started rails programming, but I''m learning alone and can''t understand
other rails cord so much.
So I wanna have friend with other newbie rails engineers and share a
process of making apps.
It is not for sharing the "result" of programming like Github, but for
recording the almost all of process of making one app.
It''ll not be so profitable for expert rails player, but good for begin...