Displaying 20 results from an estimated 39 matches for "morey".
Did you mean:
more
2009 Apr 09
4
problems with integrate ... arguments
...nderstand that I don't have to Vectorize this function for it to
work, but the more complicated functions I'm using require Vectorization.
Why can't I pass the argument "const" as a variable, instead of a value?
I don't understand this error.
Thanks in advance,
Richard Morey
--
Richard D. Morey
Assistant Professor
Psychometrics and Statistics
Rijksuniversiteit Groningen / University of Groningen
2004 Aug 24
2
bug or no?
......){
print(sb)
}
temp(2,s=3)
It should still print [1] 2. It appears
that if a variable in ... begins with the same letter as another variable,
the value in the variable in ... overwrites the value in the variable with
the same first letter.
I didn't see this bug reported elsewhere.
Richard Morey
Is this a bug or am I missing something?
output of R.version
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 9.1
year 2004
month 06
day 21
language R
--
Richard Morey
Graduate Research Assistant, Cognition and Neurosci...
2004 Aug 24
2
function bug (PR#7199)
...{
print(sb)
}
temp(2,s=3)
It should still print [1] 2. It appears
that if a variable in ... begins with the same letter as another variable,
the value in the variable in ... overwrites the value in the variable with
the same first letter.
I didn't see this bug reported elsewhere.
Richard Morey
--
Richard Morey
Graduate Research Assistant, Cognition and Neuroscience
University of Missouri-Columbia
2004 Oct 21
2
a few questions
I don't have any there; I suppose that is the problem. I did a locate
*.xslt and nothing pertaining to icecast came up. I suppose I should
grab the source and check it out. I installed from the rpm.
Thanks,
Richard
Michael Smith wrote:
>On Thursday 21 October 2004 14:50, Richard Morey wrote:
>
>
>>Ok, I think I see. The xslt files are kind of a template which tells
>>icecast how to format the xml file that is the admin interface? Where
>>can I get either an example xslt file or information on how this works?
>>I didn't see details in the iceca...
2009 Jul 09
1
Changing text in a tkentry widget
...e argument was to
change the content of the tkentry widget. But, as you can see by running
this code, changing the Name variable using assign does not change the
content of the widget.
Is there a function to update the content? tkinsert didn't seem to work
when I tried it.
Thanks,
Richard Morey
2011 Mar 17
1
assigning to list element within target environment
...ot;Assign" it within the target environment, from the temp variable
eval(parse(text="xList[[3]]=temp"),env=testEnv)
# remove the unneeded variable
rm("temp",envir=testEnv)
But I figure there must be a more elegant way. Anyone have any ideas?
Thanks,
Richard
--
Richard D. Morey
Assistant Professor
Psychometrics and Statistics
Rijksuniversiteit Groningen / University of Groningen
http://drsmorey.org/research/rdmorey
2004 Oct 20
5
a few questions
I have just gotten a stream working and it is very cool. I am using
ices0.4 to stream mp3s to icecast2 under redhat 9. I have a couple of
questions, though:
1. No files are being written to the admin directory. It is successfully
writing the access and error logs and the pid file. The path is correct
in the icecast.xml file. The user has write access to the admin
directory. Do I need to turn
2004 Oct 20
2
a few questions
...ple xslt file or information on how this works?
I didn't see details in the icecast docs. I have now skimmed the
information on xml.com, but don't I need to know what xml tags icecast uses?
Thanks for the help,
Richard
Michael Smith wrote:
>On Thursday 21 October 2004 12:16, Richard Morey wrote:
>
>
>>I was under the impression icecast wrote useage statistics to that
>>directory, and you accessed them via http://host:port/admin/
>>
>>
>
>Icecast serves various things (including usage statistics) from
>http://.../admin/...
>However, no...
2004 Oct 20
2
a few questions
...as under the impression icecast wrote useage statistics to that
directory, and you accessed them via http://host:port/admin/
Where does the xslt file come from that it tries to access when you
attempt to access the admin page?
Michael Smith wrote:
>On Thursday 21 October 2004 05:36, Richard Morey wrote:
>
>
>>I have just gotten a stream working and it is very cool. I am using
>>ices0.4 to stream mp3s to icecast2 under redhat 9. I have a couple of
>>questions, though:
>>
>>1. No files are being written to the admin directory. It is successfully
>>w...
2008 Jun 07
5
Fax on FXS
Hi List;
What configuration needed to let my FXS send and
receive FAX?
Regards
Bilal
2010 Oct 07
2
long double, C, fortran
...ocessors?
2. I'm returning the results in a matrix. Will a matrix of REALs be
sufficient for holding long doubles, or will it be cast back to doubles?
3. Will calls to FORTRAN BLAS (like dsymv, dpotrf, dpotri) still work
with long doubles?
Thanks for any help you can provide.
--
Richard D. Morey
Assistant Professor
Psychometrics and Statistics
Rijksuniversiteit Groningen / University of Groningen
http://drsmorey.org/research/rdmorey
2007 Mar 05
1
Samba over SSH to Windows Vista
...I have disabled Windows listening on port 445 (as suggested
in one of the guides) I have tried giving puTTY the actually IP of the
samba server as the destination, I have ensured that 127. is allowed by
the smb.conf...
What could be going wrong here? Any ideas?
Thanks,
Richard
--
Richard D. Morey, M.A.
Research Assistant, Perception and Cognition Lab
University of Missouri-Columbia
2007 Sep 07
1
contourplot lines, text, and mtext
...just trying to do the equivalent of abline(0,1) on the plot.
ltext(), on the other hand, seems to like to place text in the upper
left corner of the plot. I suspect that I misunderstand the coordinate
system that lattice uses for contour plots. Can anyone enlighten me?
Richard
--
Richard D. Morey, M.A.
Research Assistant, Perception and Cognition Lab
University of M
issouri-Columbia
2008 Aug 25
1
aov, lme, multcomp
...data with all approaches, so that
when I look at parameter estimates I know they are meaningful. Are the
multiple comparisons I'll get out of lme and lmer meaningful with fully
crossed factors, given that they are both "tuned" for nested factors?
Thanks in advance.
--
Richard D. Morey
Assistant Professor
Psychometrics and Statistics
Rijksuniversiteit Groningen / University of Groningen
2006 Jan 31
1
approximation to ln \Phi(x)
...ent to get approximations to ln \Phi(x) and qnorm with the log.p=T argument to get estimates of \Phi^{-1}(exp(x)). What approximations are used in these two functions (I noticed in the source pnorm.c it doesn't look like Abramowitz and Stegen) and where can I find the citation?
Thanks,
Richard Morey
2007 Mar 16
1
error code 5 from Lapack routine 'dsyevr'
...ovariance
matrix. The matrix is a symmetric 111x111 matrix. Well, it is almost
symmetric; there are slight deviations from symmetry (the largest is
3e-18). I have this in an MCMC loop, and it happens about once in every
40 iterations or so.
What does this error mean?
Thanks.
--
Richard D. Morey, M.A.
Research Assistant, Perception and Cognition Lab
University of Missouri-Columbia
2004 Aug 24
1
(PR#7199) function bug
This is a misunderstanding, I think, not a bug. R is using partial
matching and the `2', since it is not named, is being sent through the
`...'.
-roger
morey@banta.psyc.missouri.edu wrote:
> output of R.version
> platform i686-pc-linux-gnu
> arch i686
> os linux-gnu
> system i686, linux-gnu
> status
> major 1
> minor 9.1
> year 2004
> month 06
> day 21
> language R
>
> The followin...
2012 Oct 14
2
problem with OSX binary package build?
I noticed that my package BayesFactor
(http://cran.r-project.org/web/packages/BayesFactor/index.html) is not
available on Mac OS, and the note says to see the check log. The only
issue in the check log is a note:
checking R code for possible problems ... NOTE
all.Nways.env.mc : <local>: no visible binding for global variable 'i'
all.Nways.env.mc: no visible binding for global
2007 Mar 10
3
Mac vs. PC
My adviser has a Mac notebook that he bought 6 months ago, and I have a
PC notebook I bought a month ago. Here are the respective specs, as far
as I know them:
His:
Mac OSX
1 GB DDR2 RAM
Intel Core Duo, 2 GHz (2MB cache per core)
Unknown HD
Mine
Windows Vista Home Premium 32bit
2 GB DDR2 RAM
Intel Core 2 Duo, 2 GHz (4MB cache)
5400 RPM Hard Drive
We are both running R. As a test to see whose
2012 Oct 24
2
concurrent requests (Rook, but I think the question is more general)
This question involves Rook, but I think the answer will be general
enough that it pays to post here. At any rate, I don't know enough to
know whether this is a Rook only issue or a general R issue.
Here's what I'd like to do (and indeed, have code that should do this):
1. Start R, Rook
2. Start an analysis via a HTTP request to Rook. This analysis uses
.Call() to some compiled C