Displaying 20 results from an estimated 3000 matches similar to: "lm() function"
2008 Jan 26
5
double-click in RData file versus load( file )
hello all,
when I start up the R and I execute o follow code:
> ls()
character(0)
> x=123
> assign("test_x", x, envir = .GlobalEnv )
> ls()
[1] "test_x" "x"
> setwd('C:\\R\\etc')
> save.image('TEST.RData')
> q('no')
I have two different behaviours:
(a) - when I start up R again by "double click" in
2008 May 30
1
Get all X iterations in optim output when controls(trace=6)
Hi,
I would like to get all X iterations in optim output in matrix form.
I know about the follow approach:
sink("reportOptim")
optim( ......., control=list( trace=6,..........) )
sink()
all_iterOptim <- readLines("reportOptim")
unlink("reportOptim")
all_iterOptim <- all_iterOptim[ grep( '^X', all_iterOptim ) ]
### TODO: the rest !!! :-)
But it is very
2008 Jun 18
1
Error in bugs.run -- R2WinBUGS
Hi,
I tried to use MethComp library and this library make use of the WinBUGS
by R2WinBuGUS,
but I get the follow error in bugs.run:
*Error in bugs.run(n.burnin, bugs.directory, WINE = WINE, useWINE =
useWINE, : *
Look at the log file and
try again with 'debug=TRUE' to figure out what went wrong within Bugs.
Anyone can help-me, please?
Thanks
Cleber
library( MethComp )
library(
2007 Oct 05
4
Replacing NA values when building matrix using tapply
Hi,
I'm building a matrix m from a data frame d which includes the matrix row,
column and value.
This works well enough:
m <- tapply(d[,"value"],d[,c("row","column")],c)
However, I'd like to replace any missing values with 0, not NA. The
obvious doesn't work, however:
m <-
2007 May 02
2
Asterisk-1.4 with agent snmp
Hi,
I`m trying to use the agent snmp buit in the asterisk-1.4, but I can`t
do this...
I used this link to do it: http://www.voipphreak.ca/archives/382 but I
can't...
Does somebody know how to do this or knows a how-to to do this??
Thank's
_______________________________________________________
Yahoo! Mail - Sempre a melhor op??o para voc?!
Experimente j? e veja as
2008 Jun 08
2
multinormality
is there any function under R that allows me to test the normality of my 92
sumples?
--
View this message in context: http://www.nabble.com/multinormality-tp17717230p17717230.html
Sent from the R help mailing list archive at Nabble.com.
2008 May 18
2
how can i superpose 2 graphs
Hio
i tried to do this by:
par(new=TRUE)
but the result is one picture but y-axis has 2 diff?rent graduations.how can
i correct this?( i want one graduation on y axis).
--
View this message in context: http://www.nabble.com/how-can-i-superpose-2--graphs-tp17305355p17305355.html
Sent from the R help mailing list archive at Nabble.com.
2007 Jun 20
1
Problem to enter in domain
I am with a problem to enter the server samba+ldap that I configured.
When I go in Rwindow$ XP and I try to enter the domain, I type login and
the password of root.
If I type the password certain the error is ?was not possible to locate
the uru?rio name?.
If I type the password wrong the error is ?imperfection of logon: name
of unknown user or incorrect password?.
I looked for regarding the
2007 May 08
1
Problem when PABX call to Asterisk by Unicall
Hi all,
I have an Asterisk server connected in a PABX (TELEDATA) by channel
Unicall..
I`m having problem when somebody call from PABX to Asterisk..
Eg: When somebody dial 1234, I received 1111112222333333444444 in the
Asterisk CLI...
If somebody can help me... or already saw this...
Everton Goularth
Uberlandia - MG - Brazil
_______________________________________________________
2007 Jun 06
1
Record CDR in a Oracle database
Hello All,
How can I do to record my asterisk's CDR in a Oracle database?
I have to use unixODBC?
Can anybody send me a step to step to do this configuration?
Thank's All
Everton Goularth
_______________________________________________________
Yahoo! Mail - Sempre a melhor op??o para voc?!
Experimente j? e veja as novidades.
http://br.yahoo.com/mailbeta/tudonovo/
2007 Dec 04
1
Fax on asterisk
Hi people,
I'm tring to configure fax on my asterisk server. I'm using the
instructions of: http://www.asteriskguru.com/tutorials/spandsp.html and
the files app_rxfax.c, app_txfax.c and apps_Makefile_patch from:
http://www.soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/
I have already configure this on other server that the operation system
is CentOS 4 and all
2008 May 19
2
i want to export a data.frame to file.xls
in order to export a data.frame to sheet.xls i try:
write(df,file="file_name.xls")
but when i open it a message appears:
"impossible to oppen this file. her format is unvalid"
knowen that i work with excel_2007
what is the solution ?
--
View this message in context: http://www.nabble.com/i-want-to-export-a-data.frame-to-file.xls-tp17326119p17326119.html
Sent from the R
2007 Jun 20
1
Res: Record CDR in a Oracle database
Hi All,
Thank's for your hint Tim Panton
I could connect my asterisk machine to my oracle machine.
I used unixODBC-2.2.11.tar.gz,
oracle-instantclient-basic-10.2.0.3-1.i386.rpm,
oracle-instantclient-sqlplus-10.2.0.3-1.i386.rpm and the drive from
www.oracle.com (odbc-oracle-3.1.0-linux-x86-glibc.tar) to configure my
asterisk machine.
I can connect to my oracle machine with isql and in
2008 May 18
3
two curves at one graph
i try to use par(new=TRUE) i get them at the same graph but the y_axis and
x_axis are drowen with two unevenly graduations that graph become
unreadable.
--
View this message in context: http://www.nabble.com/two-curves-at-one-graph-tp17307590p17307590.html
Sent from the R help mailing list archive at Nabble.com.
2007 Jun 18
4
triangle contour plots
Suppose I have three numbers p1, p2, p3 with
0 <= p1,p2,p3 <= 1 and p1+p2+p3=1,
and a function f=f(p1,p2,p3) = f(p1,p2,1-p1-p2).
How to draw a contour plot of f() on the p1+p2+p3=1 plane,
that is, an equilateral triangle?
Functions triplot(), triangle.plot(), and ternaryplot() give
only scatterplots, AFAICS
--
Robin Hankin
Uncertainty Analyst
National Oceanography Centre,
2008 May 19
2
how can i sort a column of data.frame ?
i have a data.frame with several columns that i want to sort one of them (one
column) by descending order
in such way that this sorting out recover all colums. what should i do?
--
View this message in context: http://www.nabble.com/how-can-i-sort-a-column-of-data.frame---tp17324725p17324725.html
Sent from the R help mailing list archive at Nabble.com.
2008 May 16
1
(1-alpha)th percentile
hello;
firstly, my gratitude to all who help me to find a function that allows me
to add confidence interval to my graph.
in order to calculate the (1-alpha)th percentile of for exemple an
F(df1,df2) distribution i do like this:
v<-df(alpha,df1,df2)
percentile<-qf(v,df1,df2,alpha)
if it is true please alert me , and if it is not what should do then?
:handshake:
--
View this message in
2007 Nov 16
2
Domain server unavailable
Hi all.
I'm having a serious problem with my samba/ldap server.
It was working well till the last week and today stops definitly.
Nothing has changed. Now my network is down and nobody can log in.
When I restart samba:
invoke-rc.d samba restart
* Stopping Samba daemons...
start-stop-daemon: warning: failed to kill 4436: No such process
2007 Jul 28
8
generating symmetric matrices
Greetings,
I have a seemingly simple task which I have not been able to solve today. I want to construct a symmetric matrix of arbtriray size w/o using loops. The following I thought would do it:
p <- 6
Rmat <- diag(p)
dat.cor <- rnorm(p*(p-1)/2)
Rmat[outer(1:p, 1:p, "<")] <- Rmat[outer(1:p, 1:p, ">")] <- dat.cor
However, the problem is that the matrix
2007 Apr 09
3
tc (CBQ) and UDP packets