search for: gratia

Displaying 8 results from an estimated 8 matches for "gratia".

Did you mean: gratis
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" inherits gratia-base { validate_re($::gratia::dbhost, ''.mysite.net'') } But if I move the ''...
2005 Nov 11
3
Inputing data from multiple files as time series objects
...ultiple 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... I would like to input these data in R as time-series objects with their corresponding names automatically, so that I can manipulate them (exempli gratia plot acf, pacf, differntiate them, make adf tests, etc) For example: I could do that by hand using: AOL <- ts(read.table(AOL.txt, header = TRUE)))) IBM <- ts(read.table(IBM.txt, header = TRUE)))) but is there another way to achieve the same actions as above with a more versatile way? (for exa...
2017 May 01
2
SSH1 deleted
...still to be expunged, but all user-visible >> functionality and the bulk of the supporting infrastructure is gone. >> >> Sic transit gloria mundi. >> > > Quamvis ejus problems, est etiam a magnus lenimentus super eam telnet. Ut cum multa -- linguam latinam, exempli gratia -- pugnatum est multo longior quam exspectavimus. Ni esperas, ke la dua provo renkontas pli bonan finon. -- jim knoble | jmknoble at pobox.com
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?...
...ead.csv(list.files(".", pattern=".R")[i]))) } I would like to perform various tasks on all these objects, but I cannot because > ls(pattern=".R")[1] is not a list, but a character string!!!: > typeof(ls(pa=".R")[1]) [1] "character" Exempli gratia: > typeof(ls(pattern=".R")[45]) [1] "character" > ls(pattern=".R")[45] I do not want that: [1] "wmd.txt.R" > typeof(wmd.txt.R) I want that: [1] "list" so that I can find the mean of the series on all of these files/loaded objects w...
2024 May 22
1
confint Attempts to Use All Server CPUs by Default
...un" "emmeans" [17] "epigrowthfit" "evd" "Exact" "fitode" [21] "fixest" "ggfortify" "ggplot2" "GLMMadaptive" [25] "glmmTMB" "gratia" "hdm" "JMbayes" [29] "JointAI" "lava" "lme4" "lmeresampler" [33] "lmtest" "logistf" "MASS" "maxLik" [37] "met...
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(). >