search for: strucutres

Displaying 13 results from an estimated 13 matches for "strucutres".

Did you mean: structures
2012 Nov 12
0
Adding Spatial Correlation Strucutre to Logistic Regression / Contingency Analysis
>From what I can tell by reading forum posts etc., this is not a trivial issue. An answer in 2008 indicated some directions, but I'm curious whether any developments have been made since then. In my data set I have 182 observations with a binomial response, a 2-level explanatory factor, and x and y coordinates. By visually inspecting the spatial distribution of standardized residual error
2006 Jan 12
4
How do you create a tree strucutre with ActiveRecord
I want to build an application that has the concept of administrative domains. What I mean by this is that administrators have access to different data, based on what domains they are a member of. The domain strucutre is hierarchical. Here is an example: - MLB - AL - East - Yankees - Red Sox ... + Central + West - NL + East + Central + West Now
2009 Aug 07
2
Listing shared mailboxes with a domainpart
Hy! I am currently configuring a new mailserver using postfix and dovecot 1.2.1. The filesystem strucutre in my spool directory is user1/ user2/ domain/info/ domain/office/ user1 and unser2 are ordinary users mailboxes, the latter two contain the virtual mailboxes for info at domain and office at domain as created by postfix. I want these virtual mailboxes (all of them are in maildir format) to
2010 May 19
1
Where is the construction of a dist object from raw data described?
...d or a 0 1 2 3 b 1 0 4 5 c 2 4 0 6 d 3 5 6 0 The TSP modules takes in a "dist" object. Catch: The only way I can see to get a dist object is with dist(), which computes the distances for itself rather than taking them as-is. Q: How does one convert either of the strucutres above into a "dist" object without having to first feed them through dist()? I can easily split the labels into a seprate output file, leaving me with the rownames and colnames values for the result in a separate place if that makes explaining how to get the numeric values into...
2006 May 17
4
weird prototype error when using RJS
I''m trying to set up a nested menu strucutre using RJS I want to be click on an item, have not have the whole page refresh but just have the menu <li id=''Selection''> refreshed 1 - my model is using :acts_as_tree 2 - in my controller I have the following.. it''s just a barebones start at being able to dig DOWN through the chilren def renderMenu
2012 Jul 28
1
Mixed-model with paired design & covariates
Dear all, I make habitat suitability models for animal species. The purpose of my research is to investigate the accuracy of different models. I clearly have a nested design: - accuracy_measure -> response variable - 2 model types (model_type) -> fixed effect - 230 species (species) -> random effect - 10 replicates/species (replicate) -> random effect - 10 subreplicate/replicate
2010 Aug 16
3
parkcall: How to remove announcement.
Hello all, I want to park calls using the callpark application, but I don't want to hear the saydigit when the called is parked. To resolve this issue I use the following instruction in the dialplan: exten => _8XX,1,ParkAndAnnounce(|1000|local/10 at default|) Because local/10 at default is not defined to a peer I get a lot of warnings. :( Is there a better way to resolve this
2016 Dec 22
0
Is it possible to increase MAX_NUM_DLLS in future R releases?
I have read both the historical r-devel threads and the most recent one regarding this. After reviewing the code, it would seem to beg for a linked-list implementation vs. an array implementation. This has several interesting consequences. Cons: 1) We pay for dynamic allocation every time we register a DLL. This isn't a problem in the grand scheme of things as registering a DLL results in
2006 Mar 17
0
parameter constraints in sem
Dear James, I've been away and reading email at intervals, and also not following the r-help list during my trip. I've taken the liberty of copying this response to the r-help list along with your original posting. My apologies for the delay. The short answer to your question is "no," I'm afraid. sem() distinguishes between fixed and free parameters by the fact that the
2011 Dec 12
0
using dcast to reshape a DF from long to wide with multiple measured variables per obs
I have data in the following format:   person<- c(1,1,1,1,2,2,2,2,2,3,3,3,3,3,3) v2<- c("2011-01-01", "2011-02-01", "2011-03-01", "2011-04-01", "2011-01-01", "2011-02-01", "2011-03-01", "2011-04-01", "2011-05-01", "2011-01-01", "2011-02-01", "2011-03-01",
2012 Mar 26
2
[PATCH DOCDAY] docs: wrap misc/xen-command-line.markdown to 80 columns
...dom0 during boot. Any other value, +including omission, causes Xen to automatically switch to the dom0 +console during dom0 boot. ### contig\_mem ### cpu\_type @@ -193,7 +243,8 @@ The optional trailing `x` indicates that > Default: `4G` -Specify the maximum address to allocate certain strucutres, if used in combination with the `low_crashinfo` command line option. +Specify the maximum address to allocate certain strucutres, if used in +combination with the `low_crashinfo` command line option. ### crashkernel ### credit2\_balance\_over @@ -211,7 +262,8 @@ Specify the bit width of the DM...
2017 Jun 06
3
llvm-objcopy proposal
Fantastic! Thanks for all of the input! I'll be considering all of it going forward. The plan right now is just to worry about ELF executables and nothing else. I'm very sympathetic to the "llvm-objtool" change. If everyone is cool with it I'll change the name in the next CL to "llvm-objtool". To start out I implemented a very basic ELF64LE specific bit of code.
2010 Dec 11
0
is there a packge or code to generate markov chains in R
Hi, if i have data in the following time series format: time, amount, state 1 2222 A 1 333 B 2 45 A 2 77 B where states could be n and time periods t is there a package in R that would calculate the transition probabilities in a markov chain. for each t except t=0 to generate A B A B perhaps the best structure might