Displaying 5 results from an estimated 5 matches for "armatur".
Did you mean:
armature
2011 Mar 15
1
Newbie-ish question on iteratively applying function to dataframe
...les in advance.
My question first is, how can I select all the columns in a dataframe
that have a heading that matches a string pattern?
And then related to this, what would be the best way of repeatedly
applying my modelling function to the result?
Many thanks for any help for this occasional R armature.
Claus
2013 Apr 29
2
checking puppet run status of node A during puppet run of node B
I have some middleware where the successful configuration of node B is
dependent on the successful configuration of node A. Node B must pull
additional information from node A during its configuration. Is there any
built in functionality in puppet for checking the completion status of
other nodes? Right now my intent is to write a custom function to query
the puppetdb which is storing
2012 Dec 02
0
help setting up crossed data
...ack
Looking for a set up as such Volume ~ CorB + MassorBack + CorB:MassorBack
is there an easy way to arrange the data so I can have the factors in column
1 broken down as I'd like?
Here if my current setup of the situation, In which I don't consider the
interactions. please forgive the armature coding.
if (T) {
#Arrange all data in a 2 column matrix as such: [Tissue Type, Measure]
measure = matrix(NA,4812,2)
measure=data.frame(measure)
for (i in a:b) {
#loads threshold factor
measure[,1] = data[,1]
#loads ith threshold
measure[,2] = data[,i]
measure$X1=factor...
2013 Nov 30
8
Providing hiera with module data
Hi guys,
I don''t know how to solve this:
I want ".yaml"-files in each module''s "/data"-directory. These .yaml-files
should contain data, which Hiera sould pass to the module''s manifests.
How can I do that? I''m using Puppet 3.3.1
Thanks in advance!
--
You received this message because you are subscribed to the Google Groups "Puppet
2013 Sep 16
10
Unable to specify hierarchy for data-in-modules
Hello,
I''m running Puppet agent stand-alone on Windows.
I got data-in-modules working. However, no matter what I put into the
module hiera.yaml,
I can only override the defaults from common.yaml by osfamily (and not,
e.g., by environment).
In the setup below the following command outputs:
>puppet apply --binder -e "notice lookup (''my_key'')"