Displaying 20 results from an estimated 1200 matches similar to: "Reading R code help--Beginner"
2012 Nov 04
1
structural equations using sem package
Hello
I am using sem to look at the direct effect of one variable on another but i am uncertain if i am progressing correctly.
An example:
covar1<-? matrix(c(0.4,-0.2,3,-0.2 , 0.3,-2 , 3 ,-2 , 60), nrow=3,byrow=T)
rownames(covar1)<-colnames(covar1)<-c("endo","exo","med")
path1<-matrix(c(? ? "exo -> endo",? "g1", NA,
2007 Sep 12
1
vars package, impulse response functions ??
I am fitting a reduced form VAR model using VAR in the vars library. I have
several endogenous variables, and two exogenous variables. I would like to
explore the effects of a shock to one of the exogenous variables on one of
the endogenous variables. Using irf in the vars library only calculates the
irf for the endogenous variables, this is obviously by design, is there some
theoretical
2006 Jul 14
1
Error in Quantile Regression - Clear Message
Dear Users,
I loaded my dataset as following:
presu <- read.table("C:/_Ricardo/Paty/qtdata_f.txt", header=TRUE, sep="\t",
na.strings="NA", dec=".", strip.white=TRUE)
dep<-presu[,3];
exo<-presu[,4:92];
When I try:
rq(dep ~ exo, ...) or mle.stepwise(dep ~ exo, ...)
I got the same error:
> rq(dep ~ exo)
Error in model.frame(formula, rownames,
2009 Jun 19
1
using garchFit() to fit ARMA+GARCH model with exogeneous variables
Hello -
Here's what I'm trying to do. I want to fit a time series y with
ARMA(1,1) + GARCH(1,1), there are also an exogeneous variable x which I
wish to include, so the whole equation looks like:
y_t - \phi y_{t-1} = \sigma_t \epsilon_t + \theta \sigma_{t-1}
\epsilon_{t-1} + c x_t where \epsilon_t are i.i.d. random
variables
\sigma_t^2 = omega + \alpha \sigma_{t-1}^2 + \beta
2016 Dec 18
2
Asterisk Fax Receive - how to get the remoteheader?
Hi,
thanks for your answer. Unfortunately this is, what I already know. I
was wondering, why it is possible to set ID and Header for an outgoing
fax (which will then in turn
be inserted via asterisk on top of the transferred "image") , while it
seems to not be possible to get the Header from a received fax (only the
id), although it is present in the faxdocument.
The ID is also
2004 Feb 28
9
[Bug 52] ssh hangs on exit
http://bugzilla.mindrot.org/show_bug.cgi?id=52
------- Additional Comments From tsi at ualberta.ca 2004-02-29 07:10 -------
Created an attachment (id=557)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=557&action=view)
suggested fix (against 3.8p1)
I've been running with this patch on various flavours of Linux, IRIX and SunOS
since last September.
------- You are
2004 Jul 12
1
rxfax/spandsp fails to decode
Hi,
I just sent this to Steve Underwood, but then found a bunch of posts on the
mailing list about similar issues.. does anyone have the fix?
I'm running asterisk CVS-HEAD-06/28/04-18:13:13, spandsp 0.0.1k, libtif 3.5.7
one thing i just noticed is that calls come in with format '72' which is
G711A-law or LinearPCM.. it uses PCM for the call, i assume this is ok
the results of RxFAX
2006 Jul 13
2
MLE and QR classes
Hi,
I load my data set and separate it as folowing:
presu <- read.table("C:/_Ricardo/Paty/qtdata_f.txt", header=TRUE, sep="\t",
na.strings="NA", dec=".", strip.white=TRUE)
dep<-presu[,3];
exo<-presu[,4:92];
Now, I want to use it using the wls and quantreg packages. How I change the
data classes for mle and rq objects?
Thanks a lot,
2010 Jul 31
3
a problem
dear:
when I read a Excel file(exp-11),The R project give me a error ,Just like this:
??'datafile'
> write.foreign("exp-11.xls")
???list(df = df, datafile = datafile, codefile = codefile) :
??'datafile'
> write.foreign("exp-11.xls")
???list(df = df, datafile = datafile, codefile = codefile) :
??'datafile'
>
2004 Jul 29
1
[Bug 52] ssh hangs on exit
http://bugzilla.mindrot.org/show_bug.cgi?id=52
tsi at ualberta.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|openssh-bugs at mindrot.org |tsi at ualberta.ca
Status|ASSIGNED |NEW
------- Additional Comments From tsi at ualberta.ca 2004-07-30
2010 Sep 09
3
polarcypto and tsi libraries, needed in Wine
Doe anyone know where I can get
PolarCrypto.dll and
TSI.dll
libraries from so that I can load them through Wine on my Mac.
I was lucky enough to get other libraries that I was missing from Winetricks but still need these last two. I get error messages that they are needed when I try to load TroopMaster 2010 application through Wine on a Mac. Thanks
2004 Jul 13
1
fax still fails, ideas sought! Re: rxfax/spa ndsp fails to decode
Sorry to bore you more with the clock issue, but have you check
/proc/zaptel/<span> to make sure it's not missing interrupts?
There's also an option to record the audio for the fax, you could listen to
that vs a recorded file that will receive correctly on a fax machine and see
whether there is an obvious difference? (Good luck, that'll be really
scraping the barrel!!)
Does it
2009 Jan 28
3
for/if loop
Hi, it's my first time to write a loop with R for my homework. This loop is
part of the function. I wanna assign values for hll according to panel
[ii,1]=pp. I didn't get any error message in this part. but then when I
further calculate another stuff with hll, the function can't return. I think
it must be some problem in my loop. Probably something stupid or easy. But I
tried to look
2006 Nov 24
3
Junk faxes
Hey everybody,
I wanted to know what other may be doing to stem the flood of inbound
junk faxes?
We currently using Asterisk/iaxmodem/Hylafax for fax services and get a
number of junk faxes daily. Most (If not all) of them have caller-id
blocked and have a TSI of "". I was hoping that, since we are using a
PRI, there would be other information coming across that I could use to
2006 Jul 17
2
Quantreg error
Dear User,
I got the following error running a regression quantile:
> rq1<-rq(dep ~ ., model=TRUE, data=exo, tau=0.5 );
> summary(rq1)
Erro em rq.fit.fnb(x, y, tau = tau + h) :
Error info = 75 in stepy: singular design
Any hint about the problem?
Thanks a lot,
________________________________________
Ricardo Gon?alves Silva, M. Sc.
Apoio aos Processos de Modelagem Matem?tica
2003 Nov 23
6
RxFax
I am also having problems receiving my first fax. I get a 320byte file (for a
4 page fax). If I look a the tiff generated, is just has some few dots.
I am sending the fax from a notebook with Windows XP to an X100P and using
libtiff v3.5.7.
Has anyone successfully received faxes ?
Output to the console as follows:
Changed from phase 0 to 1
> Start receiving document
> Changed from
2013 Aug 02
1
External sip phones register with the servers IP...
We have just updated our office server to Asterisk 11.4.0 from 1.8.15 and
internally everything is working fine. The problem we are having is that we
cannot use any external phone connected through the Internet. This used to
work fine with 1.8 but since the upgrade whenever you register any phone from
an outside network the phone tries to register using the servers internal IP.
I endo up
2019 Feb 02
2
linux rsync <-> SSHDroid has started becoming unreliable after an upgrade of Fedora 28 to 29
People,
For some years I have been using rsync quite happily to send / retrieve
files to / from SSHDroid Pro but recently I have started having a
problem when transferring large numbers of file - I am pretty sure it
started after upgrading from Fedora x86_64 28 to 29 - but I am not 100%
sure. Below is the tail end of the output of:
rsync -avvv root at 192.168.1.100:/storage . >
2003 Oct 28
1
Software FAX Modem--One Last Request For Help
Here's one last plea for help from the list before I give up on the totally
cool software FAX modem concept in complete despair (for now, at least,
until I have more time to dig into it)....
I am simply not able to successfully receive a FAX no matter what device I
transmit from or how I bring the call into Asterisk. My lastest effort was
a call from a Pitney-Bowes FAX machine into an X100P
2004 Apr 19
3
spandsp/rxfax terminates asterisk
Initial handshake sounds fine, but asterisks dies before receive of the fax.
Here is the log :
Changed from phase 0 to 1
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow