Tagged Questions
The levels tag has no wiki summary.
35
votes
7answers
6k views
dropping factor levels in a subsetted data frame in R
I have a data frame containing a factor. When I create a subset of this data frame using subset() or another indexing function, a new data frame is created. However, the factor variable retains all ...
12
votes
2answers
176 views
Why is the terminology of labels and levels in factors so weird?
An example of a non-settable function would be labels. You can only set factor labels when they are created with the factor function. There is no labels<- function. Not that 'labels' and 'levels' ...
7
votes
4answers
3k views
Reorder levels of a data frame without changing order of values
I have data frame with some numerical values and factors for groups, treatment etc. The order of levels for those factors is not the way I want them to be.
numbers = 1:4
letters = factor(c("a", "b", ...
6
votes
4answers
274 views
Evaluate beyond one level within Hold in Mathematica
The mathematica documentation on Evaluate at possible issues says:
Evaluate works only on the first
level, directly inside a held function
Why does Mathematica have this limitation? So if I ...
4
votes
2answers
345 views
Rails authlogic : How to make Levels?
i followed this tutorial fo setting Autlogic up properly. So, my site needs a form of level, like "Admin", "Moderator", "User", "Guest". So Admins can do everything, where Moderators may not can make ...
4
votes
8answers
2k views
Debug Levels
I would like to know if you guys have any suggestions about debug levels when writing an application.
I thought about 4 levels:
0 : No Debug
1 : All inputs and outputs
2 : "I am here" notification ...
3
votes
2answers
109 views
how to substract numbers from levels
I would like to cut a vector of values ranging 0-70 to x number of categories, and would like the upper limit of each category. So far, I have tried this using cut() and am trying to extract the ...
3
votes
4answers
1k views
Recode/relevel data.frame factors with different levels
Each time when I have to recode some set of variables, I have SPSS recode function in mind. I must admit that it's quite straightforward. There's a similar recode function in car package, and it does ...
2
votes
2answers
69 views
R grouping data with factors and levels
Im quite new to R. I just working on a problem.
Im trying to make a frequency table.
Say I have the data
X<-c(1,2,3,4,3,9, 20)
and I want to make a frequency table such that it shows all ...
2
votes
2answers
65 views
Error with levels using mlogit in R
I am having some trouble with levels... Running the following:
library(mlogit)
panel.datasm = data.frame(
cbind(
round(runif(100, min=1, max=6)),
rep(1:20,each=5), ...
2
votes
6answers
187 views
Counting “deepness” or the deepest level a nested list goes to
A have a real problem (and a headache) with an assigment...
I'm in an introductory programming class, and I have to write a function that, given a list, will return the "maximum" deepness it goes ...
2
votes
2answers
96 views
How to implement semi-randomized level in iPhone game?
I want to create a game with a level structure similar to iCopter or Canabalt, where each level has a randomized floor (and roof), but the height of the floor is never impossible to reach from the ...
2
votes
4answers
195 views
What does the 300 level webcast or speak mean (in MSDN, webcast, trainig, etc.)?
I suppose this is either some Microsoft or even US-wide scheme.
However I have no idea what does 300, 400, etc. mean.
Can someone please explain this?
What do those numbers mean?
Is it MS thing or is ...
2
votes
5answers
2k views
How can I direct log4j output so that different log levels go to different appenders?
Is it possible to have "debug" and "info" output written to the console while the "info" output is only written to some log file? For example, given this logging:
LOG.debug(fileContent);
...
1
vote
1answer
62 views
How to change the state of a button when an action is completed on another screen in xocde?
How would I change the state of a button on a level select screen when a certain amount of points are achieved on the game itself? Basically, I want to have a button to appear when a level is ...
1
vote
2answers
39 views
Jquery Recursive / “InAJAXResponse” usage
I'll present my problem in a topic manner bellow, tks in advance for reading!
Function:
$("#someAJAXContainer").load("someHTML.html");
Context: I want to have only one start page and then I'll add ...
1
vote
1answer
123 views
Setting authorization levels using Rest Server extension for CodeIgniter
I'm using the Rest Server (https://github.com/philsturgeon/codeigniter-restserver) extension for CodeIgniter and I'm struggling to find examples on how to set the authorization level within a method.
...
1
vote
2answers
206 views
Mathematica Lists - Search Level Two and Return Level One?
I need to string match in the second level of a list but have true cases returned at the first level (there's information in the first level that I need to categorize the returns).
First /@ ...
1
vote
3answers
159 views
Designing and loading levels in a game
I'm very new to game programming so excuse my very vague questions :P
I've begun working on a 2D game using OpenGL on the iPhone as a means to teach myself game programming. I've come to the point ...
1
vote
4answers
63 views
Making levels of danger obvious
I'm working on a monitoring system: it sends messages, each message has a danger/severity flag and I want it to be very obvious for even a casual user. Which of the following have obvious meanings, ...
1
vote
1answer
143 views
javascript paste and multiple clipboard levels
After searching the Internet and doing some unsuccessful experiences trying to do paste using javascript on the Opera browser, I want to ask:
1) Is there a way I can do paste in javascript that works ...
1
vote
2answers
123 views
unexpected behavior when extracting factor levels
Can someone explain why levels() shows three factor levels, while you can see that the vector has only two?
> str(walk.df)
'data.frame': 10 obs. of 4 variables:
$ walker : Factor w/ 3 levels ...
1
vote
1answer
189 views
How do you control the playback levels (decibles?) using the iPhone AVAudioPlayer? Or do I need to use a different API?
My audio clips sound perfect when I upload them to the iPhone via iTunes. And I am pretty sure it is because the iPod has a maximum playback level, so the audio doesn't sound overdriven. In my app, ...
0
votes
0answers
19 views
JW Player levels not working
I'm using JW Player and I want it to load a different video format depending on what browser the user is using. According to the documentation, "levels" should be the parameter to accomplish this.
...
0
votes
2answers
55 views
Java Game State Management [closed]
Does anyone have a good State Manager tutorial in Java? I have been looking into this for the past couple of days and anything that I come across doesn't seem to work in the correct fashion for what I ...
0
votes
1answer
51 views
How to create multiple screens in Java?
I have been playing around with trying to get a menu screen for my game. I have only been able to figure out how to paint a new Screen on top of an existing one; meaning that the actual game is still ...
0
votes
1answer
38 views
How do I create levels for my puzzle game ? Obj-C & Cocos2d
I want to create levels in my cocos2d game and I do not know how to do that with .plist files ... I searched the Internet but unfortunately I couldn't find significant information on how to implement ...
0
votes
1answer
49 views
Update log level in websphere cluster
We use JDK logger on WAS6.1 and have a web page(JSP) to update the log level for a given package.
The request is sent to Servlet which gets the current set of loggers for the package and updates the ...
0
votes
1answer
70 views
Flash and _root and levels - Loading SWF into another SWF
I'm loading an old formula calculator into a new project I'm working on; pretty simple...
this.createEmptyMovieClip("calc_mc", 0);
loadMovie("calc.swf", calc_mc);
Everything's fine...But, these ...
0
votes
1answer
74 views
make duplicate levels unique in r
I have to extract data for each individual from one large file based on a date/time window from another file. I have ID, Start, End date as my window file and a huge file (FULLDATA) with all sorts of ...
0
votes
0answers
140 views
draw level from xml file
I am using Xml for the first time, i want to draw a level from my xml file in Xna, i dont know if it is possible because i havent found much help about it, well what i want to do is in the xml file i ...
0
votes
1answer
245 views
How to make different 'levels' in flash, without mc's being maintained?
I started working on a very simple game with a friend a week ago, but now I can't seem to solve one problem:
Every level I 'attachMovie' and 'duplicateMovie' the 'hero', blocks, ground and pigs. But ...
0
votes
0answers
218 views
Fire Particle Collider
I'm developing an iPad app in Unity 3. Simply put, I have a fire breathing dragon chasing the player around my scene. If the player collides with the flames, I'd like a different scene to load after ...
0
votes
2answers
1k views
How to create multiple levels with Cocos2d
I'm creating a simple puzzle game that uses Cocos2d and Box2d but I'm struggling to find any documentation on how to organise levels.
The game is similar to Cut the Rope in structure, it has ...
0
votes
0answers
178 views
Sprite Navigation with simple drop down
I have a sprite nav all nicely done up, needing to drop a second level while keeping the overlay (hover) selected on the parent (li) of the drop down list and display the drop down list while we're at ...
0
votes
2answers
931 views
How do I load random levels in Unity 3d?
And thanks in advance for assisting in this query. I'm using Unity 3d v3 to build my game. I have a basic GUI button that when clicked, I would like the user to be taken to a random level. There are ...
0
votes
4answers
492 views
Levels in R Dataframe
I imported data from a .csv file, and attached the dataset. My problem: one variable is in integer form and has 295 levels. I need to use this variable to create others, but I don't know how to ...
0
votes
1answer
146 views
jquery accordion performance
Does anyone know how many elements a jQuery accordion can handle before performance becomes a problem? I have a nested accordion structure with ten items at the root level, and then a handful of ...
0
votes
1answer
290 views
Zend db cascade delete multiple levels
How does one make Zend Db cascade delete multiple levels of the hierarchy? For example:
dealers -> products -> attributes
deleting one dealer should go all the way down to attributes, and now it ...
0
votes
1answer
115 views
WMI to change logging levels in WCF?
I see a bunch of articles on MSDN on how WMI can do all kinds of things, and even a mention of how I can use AppDomainInfo to change the logging and tracing levels at runtime using WMI, but no code ...
0
votes
1answer
98 views
How to specify different --strip (-p) levels for patch?
If I have a diff that has paths like these:
--- a/b/foo/bar/baz.pl
+++ c/foo/bar/baz.pl
Is there a way to tell the patch utility that the diff roots are at different levels? i.e. -p2 for one, yet ...
0
votes
1answer
506 views
Sampling audio levels with OpenAL
Is it possible to sample the audio playback volume in real-time with OpenAL? Specifically, I'm using OpenAL in the iPhone SDK.
0
votes
3answers
140 views
Pages with level
sorry if you'll find this question stupid, but I really need help. Here's some info about it.
Database structure
id | parent_id | level | name
1 | 0 | 1 | Home page
2 | 1 | ...