Displaying 8 results from an estimated 8 matches for "gratias".
Did you mean:
gracias
2013 Apr 18
1
Fetching class parameteres fails when tiering node inheritance under puppet 3.x
Hi,
I''m running into some trouble when trying to access some variables which
actually are a class parameter.
The following works OK:
node "common" {
$var=''foo''
}
node "gratia-base" inherits common {
class {
''gratia'':
dbhost => ''server.mysite.net'',
}
}
node "node1"
2005 Nov 11
3
Inputing data from multiple files as time series objects
Hello to everyone,...
I am a new R ambitious user. I would like to be the first at my
department using R, but I have encountered a difficulty during the
last days that I cannot overcome reading help() and searching over the
net.
Problem:
I have multiple files with financial data like the following (header included):
E.g.:
filename: AOL.txt
aol.txt
4
3
5
3...
filename: IBM.txt
ibm.txt
6
2
5
2...
2017 May 01
2
SSH1 deleted
--
jim knoble | jmknoble at pobox.com
> On Apr 30, 2017, at 19:40, Darren Tucker <dtucker at zip.com.au> wrote:
>
>> On Mon, May 1, 2017 at 12:09 PM, Damien Miller <djm at mindrot.org> wrote:
>>
>> Hi,
>>
>> I just deleted SSHv1 support in OpenBSD and portable OpenSSH. There's
>> probably a little dead code still to be expunged, but
2008 Mar 07
1
Re action Time and Time Series Analysis
...for additional request, might I know some paper that use time series
for analyzing reaction time? I've searched with Google for nearly 2 hours
but most of the paper I'm looking for are not free. I would appreciate if I
could get real case study.
Thank you for the help.
regards,
Nathanael Gratias
indonesia
--
View this message in context: http://www.nabble.com/Reaction-Time-and-Time-Series-Analysis-tp15891094p15891094.html
Sent from the R help mailing list archive at Nabble.com.
2017 May 01
2
SSH1 deleted
Hi,
I just deleted SSHv1 support in OpenBSD and portable OpenSSH. There's
probably a little dead code still to be expunged, but all user-visible
functionality and the bulk of the supporting infrastructure is gone.
Sic transit gloria mundi.
-d
2006 Jan 03
1
how to work on multiple R objects?...
Hello, Happy New Year!...
I am encountering a problem trying to work on the data that I load in R.
I have loaded to R a series of stock data using
(csv files are named e.g. IBM.R)
length.R <- length(list.files(".", pattern=".R")) # the number of
files with one #column in the directory "./" ending to
".R"
for (i in 1:length.R) {
2024 May 22
1
confint Attempts to Use All Server CPUs by Default
Following up on this -- on my system, I have 69 packages installed
that appear to provide something like a confint() method:
h <- help.search("confint", agrep = FALSE)
p <- sort(unique(h$matches$Package))
length(p)
## [1] 69
p
[1] "bamlss" "bbmle" "binom" "brglm2"
[5] "broom"
2024 May 21
1
confint Attempts to Use All Server CPUs by Default
? Tue, 21 May 2024 08:00:11 +0000
Dario Strbenac via R-devel <r-devel at r-project.org> ?????:
> Would a less resource-intensive value, such as 1, be a safer default
> CPU value for confint?
Which confint() method do you have in mind? There is at least four of
them by default in R, and many additional classes could make use of
stats:::confint.default by implementing vcov().
>