Displaying 20 results from an estimated 803 matches for "restructure".
Did you mean:
restructures
2015 Nov 09
6
Wiki content announcement
...ber_Server)
Everything to know is described on the new "Domain Member" page.
In combination with the file-/printserver and other docs, everything
is covered and no more duplicated.
* https://wiki.samba.org/index.php/Shares_with_POSIX_ACLs
Major rewrite. More/detailed information, restructured.
* https://wiki.samba.org/index.php/Shares_with_Windows_ACLs
Major rewrite. More/detailed information, restructured.
Works without "username map", like often suggested.
* https://wiki.samba.org/index.php/Setup_a_Samba_print_server
https://wiki.samba.org/index.php/Configuring_Point...
2015 Nov 09
1
Wiki content announcement
...n the new "Domain Member" page.
>> In combination with the file-/printserver and other docs, everything
>> is covered and no more duplicated.
>>
>> * https://wiki.samba.org/index.php/Shares_with_POSIX_ACLs
>> Major rewrite. More/detailed information, restructured.
>>
>> * https://wiki.samba.org/index.php/Shares_with_Windows_ACLs
>> Major rewrite. More/detailed information, restructured.
>> Works without "username map", like often suggested.
>>
>> * https://wiki.samba.org/index.php/Setup_a_Samba_print_serv...
2011 Sep 26
1
Restructuring data - unstack, reshape?
...ations
of Specialties & Offices - and there are many. This leaves a very sparse
matrix with mainly null values, and this is not what I want. I'd like the
scores from the two attempts in two columns so I can do scatterplots,
calculate differences by specialty etc. In SPSS I'd use 'restructure' to get
what I want. I'm working to order with specific requests here so I have to
do it this way (as opposed to a modelling approach).
I would like it restructured to look something like this:
Candidate.ID Specialty Office.1 Score.1 Office.2
Score.2
1100...
2009 Mar 09
1
Data Restructuring Question
I think I am overlooking a call or concept in R to help me easily and quickly restructure my data.frame:
Sometimes the data I receive looks like:
VariableName, Run1, Run2, Run3, Location
temp, 15.0, 16.0, 17.0, There
And other times it looks like:
VariableName, Run, Location
temp, 17.0, There
I would like to use the header information in order to be...
2010 Feb 25
2
Restructure some data
...sample(item.pool, 5, replace=TRUE),
second.item = sample(item.pool, 5,replace=TRUE), third.item = sample(item.pool, 5,replace=TRUE),
score1 = sample(c(0,1), 5,replace=TRUE), score2 = sample(c(0,1), 5,replace=TRUE), score3 = sample(c(0,1), 5,replace=TRUE))
I need to restructure this into a new format. The new matrix df (after the loop) is exactly what I want in the end. But, I'm annoyed at myself for not thinking of a more efficient way to restructure this without using a loop.
df <- matrix(NA, ncol = length(item.pool), nrow = nrow(dat))
colnames(df) <- unique(...
2017 Aug 04
1
Restructuring Star Wars data from rwars package
...are json, so they load into R as a list
people <- get_all_people(parse_result = T)
people <- get_all_people(getElement(people, "next"), parse_result = T)
# Look at Anakin Skywalker's data
people$results[[1]]
people$results[[1]][1] # print his name
# To use them in R, I need to restructure them to a dataframe like they are
in dplyr
data("starwars")
glimpse(starwars)
Thanks for the help.
Cheers,
MVS
=====
Matthew Van Scoyoc
=====
Think SNOW!
[[alternative HTML version deleted]]
2007 Jun 28
2
restructuring matrix
Hi all,
let's say I have matrix
People Desc Value
Mary Height 50
Mary Weight 100
Fanny Height 60
Fanny Height 200
Is there a quick way to form the following matrix?
People Height Weight
Mary 50 100
Fanny 60 200
(Assuming I don't know the length of people/desc and let's say these are
characters matrix.. I tried
2008 Sep 07
2
restructuring datset problem
...mple shows, what I would like to do:
Input (Zip-Codes and Names):
# CODE NAME
#1 3 aaa
#2 3 aab
#3 3 aac
#4 4 bba
#5 4 bbb
#6 4 bbc
#7 4 bbd
#8 5 cca
#9 5 ccb
Desired Output (Zip-Codes and restructured names)
# CODE V2 V3 V4 V5
#1 3 aaa aab aac NA
#2 4 bba bbb bbc bbd
#3 5 cca ccb NA NA
I tougth about this problem several hours and tried functions like aggregate() and t() in combination with for-loops but didn't came to the output above. Can anybody...
2015 Nov 09
0
Wiki content announcement
...know is described on the new "Domain Member" page.
> In combination with the file-/printserver and other docs, everything
> is covered and no more duplicated.
>
> * https://wiki.samba.org/index.php/Shares_with_POSIX_ACLs
> Major rewrite. More/detailed information, restructured.
>
> * https://wiki.samba.org/index.php/Shares_with_Windows_ACLs
> Major rewrite. More/detailed information, restructured.
> Works without "username map", like often suggested.
>
> * https://wiki.samba.org/index.php/Setup_a_Samba_print_server
>
> https://wik...
2008 Nov 21
1
Postgrey Wiki page - FAO Karanbir
..., Multiple MX
Considerations and Whitelisting on the Postgrey page are specific to
postfix/postgrey.
I remember we previously talked about making that page less specific to
any particular MTA, and Steve has since kindly contributed a section for
sendmail. So I'm wondering how we could best restructure the page to
make clear those sections are postfix/postgrey-centric and to continue
to encourage contributions for other MTAs. As you contributed those
sections, any thoughts?
I'll happily take on any restructuring of the page if you're busy, just
I'm not sure of the best way to res...
2009 Mar 06
0
[PATCH 2/3] COM32 API: restructure DIR
From: Gene Cumm <gene.cumm at gmail.com>
COM32 API: restructure DIR to include a dirent to eliminate the need
for alloc()/free() of dirents
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
Counted incorrectly. Depends on previous patches.
diff --git a/com32/include/dirent.h b/com32/include/dirent.h
index 5161828..a544050 100644
--- a/com32/incl...
2010 Jul 13
0
[PATCH 1/2] btrfs: restructure try_release_extent_buffer()
restructure try_release_extent_buffer() and write a function to release the
extent buffer. It will be used later.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
---
fs/btrfs/extent_io.c | 48 +++++++++++++++++++++++++++++++++++++-----------
1 files changed, 37 insertions(+), 11 deletions(-)
diff -...
2018 Mar 17
0
[NFC] Restructuring LoopRoration.cpp to create Loop Rotation Pass with Loop Rotation Utility Interface
NFC: Restructuring LoopRoration.cpp to create Loop Rotation Pass with Loop Rotation Utility Interface
=============================================================================
Why this NFC change?
=================
The existing LoopRotation.cpp is implemented as one of loop passes instead of being a utility. The user cannot easily perform the loop rotation selectively (or on demand) under
2023 Sep 20
1
[centos-artwork] Restructuring the website homepage layout
Hey folks,
Could we have a talk about the website homepage layout?
Here is a tentative sketch I am working on for the a new website theme:
https://centos.gitlab.io/artwork/centos-web/jekyll-theme-centos-base/documentation/#the-page-basehome-layout
In this layout:
Are "News and Events" and "Blog Posts" redundant sections??
Does it make sense to present only extracts from
2008 Dec 15
2
cannot allocate vector of size... restructuring suggestion please...
Dear R Users,
I was running some data analysis scripts and ran into this error:
Error: cannot allocate vector of size 27.6 Mb
Doing a "memory.size(max=TRUE)" will give me:
[1] 1506.812
The current situation is:
I'm working on a Windows Vista 32bit laptop with 4GB RAM (effectively
3GB I assume...)
I have a data file of 450Mb loaded into R and have around 1500
data.frames floating
2007 Apr 27
1
Restructuring Hadley CET data
Hi Folks,
I have a nasty data restructuring problem!
I can think of one or two really clumsy ways of doing it
with 'for' loops and the like, but I can't think of a
*neat* way of doing it in R.
The data are the Hadley Centre "Central England Temperature"
series, daily from 01/01/1772 to 31/03/2007, and can be
viewed/downloaded at
2010 Jun 08
1
restructuring "by" output for use with write.table
Hello,
vegMeans <- by(SoilVegHydro[3:37] , SoilVegHydro$Physiogomy, mean)
vegSD <- by(SoilVegHydro[3:37] , SoilVegHydro$Physiogomy, sd)
write.table(vegMeans,
file="A:\\Work_Area\\Steve\\Hydrology_Data\\data\\vegMeans.txt")
Error in as.data.frame.default(x[[i]], optional = TRUE, stringsAsFactors =
stringsAsFactors) :
cannot coerce class '"by"' into a
2006 Sep 22
1
gnome-window-decorator -> gtk-window-decorator and some restructuring
The current name of gnome-window-decorator is wrong. There's nothing
gnome specific in that code. I'll go a head and change the name to
gtk-window-decorator later today.
I'm also going to split the gnome configure option into a gtk and a
gnome option as the only gnome specific code that exist in the tree is
the compiz-window-manager module which is used to integrate with the
gnome
2007 Jul 15
1
Restructuring data
Hi folks,
I am new to the list and relatively new to R. I am trying to unstack data
"arraywise" and could not find a convenient solution yet. I tried to find a
solution for the problem on help archives. I also tried to use the reshape
command in R and the reshape package but could not get result. I will
illustrate the case below, but the real dataset is quite large so that I
would
2023 Sep 20
1
[CentOS-devel] [centos-artwork] Restructuring the website homepage layout
Alain,
That looks great and the sections make sense as you've described them. As
far as News and Events and Blog, I do think they're the same thing but I
kind of like the idea of calling it News and Events vs Blog.
Amy
*Amy Marrich*
She/Her/Hers
Principal Technical Marketing Manager - Cloud Platforms
Red Hat, Inc <https://www.redhat.com/>
amy at redhat.com
Mobile: