search for: creatiing

Displaying 6 results from an estimated 6 matches for "creatiing".

Did you mean: creating
2011 Nov 07
1
repeating a loop
Hi I have implented boxplots in my script to create box plots BoxplotsCheck <- readline(prompt = "Would you like to create boxplots for any Feature? (y/n):")   if (BoxplotsCheck  == "y"){     BoxplotsFeature <- readline(prompt = "Which Feature would you like to create a Boxplot for?:")     BoxplotsFeature <- as.numeric(BoxplotsFeature)     BoxplotsData
2007 Jun 20
4
finding roots of multivariate equation
Hello, I want to find the roots of an equation in two variables. I am aware of the uniroot function, which can do this for a function with a single variable (as I understand it...) but cannot find a function that does this for an equation with more than one variable. I am looking for something implementing similar to a Newton-Raphson algorithm. Thanks. -- Bill Shipley North American Editor for
2004 Jun 09
2
Help with a Lattice plot that fails with an empty unique combination
...PKJI SPOC YTGB SUCH non-I NO G 527 1 945 160 I NO G 555 0 135 45 non-I ERT 556 0 805 1 I ERT 592 0 205 224 > I normally subset data and drop unused factors at that stage. But my investigations during the creation of this sample, especially when I was creatiing the dummy dataset and found that i needed to isolate the problem before I could create one that would duplicate the problem, indicate that it was not just one NA doing the damage. I replaced all the NAs in the IWD with 1s and it still did not work, because the relevvent SOA varaibles were also NA....
2004 Jun 09
2
Help with a Lattice plot that fails with an empty unique combination
...PKJI SPOC YTGB SUCH non-I NO G 527 1 945 160 I NO G 555 0 135 45 non-I ERT 556 0 805 1 I ERT 592 0 205 224 > I normally subset data and drop unused factors at that stage. But my investigations during the creation of this sample, especially when I was creatiing the dummy dataset and found that i needed to isolate the problem before I could create one that would duplicate the problem, indicate that it was not just one NA doing the damage. I replaced all the NAs in the IWD with 1s and it still did not work, because the relevvent SOA varaibles were also NA....
2002 Feb 22
1
ext3 and lsdel
Hello, I had the same experience than the one described in: https://listman.redhat.com/pipermail/ext3-users/2001-March/000384.html lsdel in debugfs doesn't show inodes from files that have been deleted while the fs was mounted as ext3. Stephen said in this thread that handling this case was planned for the 2.4 port of ext3. Can we expect this feature to be added ? -- fabrice
2001 Jun 12
1
Mounting / as ext3 when ext3 is modularized in 2.4
Hello, I recently switched from 2.2 to 2.4 kernel. Each partition already contains a journal. I tried kernel-2.4.5-0.2.9 from RedHat Rawhide, where ext3/jbd is modularized. For the people who want to try this kernel, you first need to rebuild it, and enable CONFIG_JBD_DEBUG. This solves an unresolved symbol in jbd.o which prevents ext3 to load. (This issue will be solved in next RawHide) My