Results per Page:  
Search in: R Manuals Base Packages Help Pages | CRAN Task Views
CRAN Packages Description Help Pages News Readme Vignettes

Matching any words Matching all words
1-100 of about 200 matches
Term frequencies: factorize: 45,780, prime: 1,195
Search took 0.002718 seconds

Size: 1.6K
R: This function calculates the prime-factors of a number
...the prime-factors of a number Usage prime.factor(n) Arguments n the number to be checked #' Value a vector with the prime factors Examples prime.factor(21) prime.factor(100) [Package schoolmath...
/CRAN/refmans/schoolmath/html/prime.factor.html
 cran-help  matching: factorize, factorize, factorize, prime, prime and prime


Size: 1.8K
R: Perform Prime Factorization on a Vector
prime_factors {primes} R Documentation Perform Prime Factorization on a Vector Description Compute the prime factors of elements of an integer vector. Usage prime_factors(x) Arguments x an integer...
/CRAN/refmans/primes/html/prime_factors.html
 cran-help  matching: factorize, factorize, factorize, prime, prime and prime


Size: 2.2K
R: Prime Factors
factors {pracma} R Documentation Prime Factors Description Returns a vector containing the prime factors of n. Usage factors(n) Arguments n nonnegative integer Details Computes the prime factors...
/CRAN/refmans/pracma/html/factors.html
 cran-help  matching: factorize, factorize, factorize, prime and prime


Size: 2.7K
R: Prime Factorization of Integers
...Prime Factorization of Integers Description Compute the prime factorization(s) of integer(s) n. Usage Factorize(n) Arguments n vector of integers to factorize. Details works via Primes, currently...
/CRAN/refmans/DescTools/html/Factorize.html
 cran-help  matching: factorize, factorize, factorize, prime and prime


Size: 2.6K
R: Prime Factorization of Integers
...Prime Factorization of Integers Description Compute the prime factorization(s) of integer(s) n. Usage factorize(n, verbose = FALSE) Arguments n vector of integers to factorize. verbose logical...
/CRAN/refmans/sfsmisc/html/factorize.html
 cran-help  matching: factorize, factorize, factorize, prime and prime


Size: 2.7K
R: Prime Factors
...the prime factors of n. radical returns the product of those unique prime factors. Usage primeFactors(n) radical(n) Arguments n nonnegative integer Details Computes the prime factors of n in ascending...
/CRAN/refmans/numbers/html/factorize.html
 cran-help  matching: factorize, factorize, factorize, prime and prime


Size: 3.3K
R: Factor an integer into primes
...Factor an integer into primes Description Factor an integer into primes Usage factor_n(n, code = FALSE, ...) factor_n.(n, code = FALSE, ...) Arguments n an integer or a polynomial code return only...
/CRAN/refmans/m2r/html/factor_n.html
 cran-help  matching: factorize, factorize, factorize, prime and prime


Size: 2.5K
R: MATLAB primes function
...primes function Description Generate a list of prime numbers. Usage primes(n) Arguments n scalar numeric specifying largest prime number desired. Details Generates the list of prime numbers less than...
/CRAN/refmans/matlab/html/primes.html
 cran-help  matching: factorize, prime, prime and prime


Size: 3.7K
R: Primes, Prime Factorization, Common Divisor
...Primes, Prime Factorization, Common Divisor Description These functions find prime numbers, factorise a composite number into its prime factors, determine whether a number is prime, and find the least...
/CRAN/refmans/spatstat.utils/html/primefactors.html
 cran-help  matching: factorize, factorize, prime and prime


Size: 1.8K
R: Prime numbers
...of all prime numbers less than the max(n). NB: 1 is not a prime number! Side Effects None See Also factorize Examples primes(1:50) ### [1] 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 [Package conf.design...
/CRAN/refmans/conf.design/html/primes.html
 cran-help  matching: factorize, prime, prime and prime


Size: 2.6K
R: Find All Primes Less Than n
...All Primes Less Than n Description Find all prime numbers aka ‘primes’ less than n. Uses an obvious sieve method and some care, working with logical and integers to be quite fast. Usage Primes(n)...
/CRAN/refmans/DescTools/html/Primes.html
 cran-help  matching: factorize, prime, prime and prime


Size: 2.0K
R: Number of Prime Factors
...prime factors resp. sum of all exponents of prime factors in the prime decomposition. Usage omega(n) Omega(n) Arguments n Positive integer. Details 'omega(n)' returns the number of prime factors of 'n'...
/CRAN/refmans/numbers/html/omega.html
 cran-help  matching: factorize, factorize, prime and prime


Size: 1.6K
R: Use Prime Factorization for Computations
...Prime Factorization for computations. AllPrimesUpTo Get all prime numbers. ComputeDivFact Compute the ratio of factorials. IsPrime Is a prime number? primefactr R package that uses Prime Factorization...
/CRAN/refmans/primefactr/html/00Index.html
 cran-help  matching: factorize, factorize, prime and prime


Size: 3.2K
R: Prime Numbers
primes {pracma} R Documentation Prime Numbers Description Generate a list of prime numbers less or equal n, resp. between n1 and n2. Usage primes(n) Arguments n nonnegative integer greater than 1.
/CRAN/refmans/pracma/html/primes.html
 cran-help  matching: factorize, prime, prime and prime


Size: 2.8K
R: Get the Prime Factorization.
...Prime Factorization. Description Get the Prime Factorization for a number with a particular coding. Usage ReducePrime(code, out.summary = FALSE, primes.div = NULL) Arguments code A vector representing...
/CRAN/refmans/primefactr/html/ReducePrime.html
 cran-help  matching: factorize, factorize, prime and prime


Size: 1.4K
R: Prime Number Factorization
...Prime Number Factorization Description Computes the prime number factorization of an integer. Usage primeFactors(x) Arguments x an integer Value vector with prime number factorization of x...
/CRAN/refmans/surveillance/html/primeFactors.html
 cran-help  matching: factorize, factorize, prime and prime


Size: 4.5K
R: Generate Prime Factorization for Numbers in a Range
primeFactorizeSieve {RcppAlgos} R Documentation Generate Prime Factorization for Numbers in a Range Description Generates the prime factorization of all numbers between bound1 and bound2 (if supplied)...
/CRAN/refmans/RcppAlgos/html/primeFactorizeSieve.html
 cran-help  matching: factorize, factorize, prime and prime


Size: 4.0K
R: Prime Numbers
Primes {numbers} R Documentation Prime Numbers Description Eratosthenes resp. Atkin sieve methods to generate a list of prime numbers less or equal n, resp. between n1 and n2. Usage Primes(n1, n2...
/CRAN/refmans/numbers/html/primes.html
 cran-help  matching: factorize, prime, prime and prime


Size: 4.7K
R: Vectorized Prime Factorization
...Prime Factorization Description Implementation of Pollard's rho algorithm for generating the prime factorization. The algorithm is based on the "factorize.c" source file from the gmp library found...
/CRAN/refmans/RcppAlgos/html/primeFactorize.html
 cran-help  matching: factorize, factorize, prime and prime


Size: 6.1K
R: Prime Factorization with the Parallel Quadratic Sieve
...Prime Factorization with the Parallel Quadratic Sieve Description Get the prime factorization of a number, n, using the Quadratic Sieve. Usage quadraticSieve(n, showStats = FALSE, nThreads = NULL)...
/CRAN/refmans/RcppBigIntAlgos/html/quadraticSieve.html
 cran-help  matching: factorize, factorize, prime and prime


Size: 5.2K
R: Vectorized Prime Factorization with GMP
...Vectorized Prime Factorization with GMP Description Quickly generates the prime factorization for many (possibly large) numbers, using trial division, Pollard's rho algorithm, Lenstra's Elliptic Curve...
/CRAN/refmans/RcppBigIntAlgos/html/primeFactorizeBig.html
 cran-help  matching: factorize, factorize, prime and prime


Size: 4.6K
R: Find all Primes Less Than n
...Primes Less Than n Description Find all prime numbers aka ‘primes’ less than n. Uses an obvious sieve method (and some care), working with logical and and integers to be quite fast. Usage primes(n...
/CRAN/refmans/sfsmisc/html/primes.html
 cran-help  matching: factorize, prime, prime and prime


Size: 2.4K
R: Flag Priming ma - Ch9 - Many Labs replications of Carter et...
...Flag Priming ma - Ch9 - Many Labs replications of Carter et al. (2011) Description To what extent does being exposed to the American flag influence political attitudes? One seminal study (Carter et al...
/CRAN/refmans/esci/html/data_flag_priming_ma.html
 cran-help  matching: factorize, prime, prime and prime


Size: 1.3K
R: R package that uses Prime Factorization for computations.
primefactr-package {primefactr} R Documentation R package that uses Prime Factorization for computations. Description TODO Arguments n A positive integer. [Package primefactr version 0.1.1...
/CRAN/refmans/primefactr/html/primefactr-package.html
 cran-help  matching: factorize, factorize, prime and prime


Size: 2.3K
R: MATLAB factor function
...factor function Description Performs prime factorization. Usage factors(n) Arguments n numeric scalar specifying composite number to be factored Details Computes the prime factors of n in ascending...
/CRAN/refmans/matlab/html/factors.html
 cran-help  matching: factorize, factorize, factorize and prime


Size: 3.0K
R: Factorization of vli Objects
15. Factorization {VeryLargeIntegers} R Documentation Factorization of vli Objects Description factors returns all the prime factors of a given number. Usage factors(n, iter = 10, output = "print")...
/CRAN/refmans/VeryLargeIntegers/html/factors.html
 cran-help  matching: factorize, factorize, factorize and prime


Size: 4.5K
R: S3 generic function and methods for factorization.
...a vector of prime factors. The factor method can be used to generate pseudo-factors. It accepts a factor, f, as principal argument and returns a data frame with factors fa, fb, ... each with a prime...
/CRAN/refmans/conf.design/html/factorize.html
 cran-help  matching: factorize, factorize, factorize and prime


Size: 2.4K
R: Optimos Prime Helps Calculate Autoecological Data for Biological Species
Optimos Prime Helps Calculate Autoecological Data for Biological Species Documentation for package ‘optimos.prime’ version 0.1.2 DESCRIPTION file. Help Pages optimos.prime-package Optimos Prime...
/CRAN/refmans/optimos.prime/html/00Index.html
 cran-help  matching: factorize, prime and prime


Size: 3.7K
R: Determine if number is (very probably) prime
...prime Description Determine whether the number n is prime or not, with three possible answers: 2: n is prime, 1: n is probably prime (without beeing certain), 0: n is composite. Usage isprime(n, reps...
/CRAN/refmans/gmp/html/isprime.html
 cran-help  matching: factorize, prime and prime


Size: 4.2K
R: Fast Functions for Prime Numbers
...Coprimality generate_n_primes Generate a Sequence of Prime Numbers generate_primes Generate a Sequence of Prime Numbers is_prime Test for Prime Numbers k_tuple Prime _k_-tuples lcm Find the Greatest...
/CRAN/refmans/primes/html/00Index.html
 cran-help  matching: factorize, prime and prime


Size: 5.2K
R: Serbian lexicon with 1187 prime-target pairs.
...on the following 14 variables: Target A factor specifying the target noun form Prime A factor specifying the prime noun form PrimeLemma A factor specifying the lemma of the prime TargetLemma A factor...
/CRAN/refmans/ndl/html/serbianLex.html
 cran-help  matching: factorize, prime and prime


Size: 1.9K
R: Factorize a number
factorization {gmp} R Documentation Factorize a number Description Give all primes numbers to factor the number Usage factorize(n) Arguments n Either integer, numeric or string value (String...
/CRAN/refmans/gmp/html/factor.html
 cran-help  matching: factorize, factorize, factorize and prime


Size: 3.0K
R: Computes the largest least common multiple of all prime...
...prime factors of the integers in the interval 1:m for k-bit integers. Description For 64 bit numbers, numerically stable up to m==42. The modulo rule in grammatical evolution assigns to the choices...
/CRAN/refmans/xegaGeGene/html/tLCM.html
 cran-help  matching: factorize, prime and prime


Size: 5.4K
R: Generate Prime Numbers
...sieve of Eratosthenes with wheel factorization. Generates all prime numbers between bound1 and bound2 (if supplied) or all primes up to bound1. See this stackoverflow post for an analysis on prime...
/CRAN/refmans/RcppAlgos/html/primeSieve.html
 cran-help  matching: factorize, prime and prime


Size: 3.8K
R: Primed lexical decision latencies for neologisms ending in...
...Primed lexical decision latencies for Dutch neologisms ending in the suffix -heid. Usage data(primingHeid) Format A data frame with 832 observations on the following 13 variables. Subject a factor...
/CRAN/refmans/languageR/html/primingHeid.html
 cran-help  matching: factorize, prime and prime


Size: 2.1K
R: Next Prime Number
...Prime Number Description Return the next prime number, say p, with p > n. Usage nextprime(n) Arguments n Integer Details This function uses probabilistic algorithm to identify primes. For practical...
/CRAN/refmans/gmp/html/nextprime.html
 cran-help  matching: factorize, prime and prime


Size: 3.6K
R: Weather Task With Priming and Precise and Imprecise...
...on the following 3 variables. priming a factor with levels two-fold (case prime) and seven-fold (class prime). eliciting a factor with levels precise and imprecise (lower and upper limit). agreement a...
/CRAN/refmans/betareg/html/WeatherTask.html
 cran-help  matching: factorize, prime and prime


Size: 4.2K
R: Primed lexical decision latencies for neologisms ending in...
...Primed lexical decision latencies for neologisms ending in -heid Description Primed lexical decision latencies for Dutch neologisms ending in the suffix -heid, with information on RTs to preceding...
/CRAN/refmans/languageR/html/primingHeidPrevRT.html
 cran-help  matching: factorize, prime and prime


Size: 1.9K
R: Optimos Prime calculates optima and tolerance for a matrix of...
op_plot {optimos.prime} R Documentation Optimos Prime calculates optima and tolerance for a matrix of species and environmental factors Description This function plots the specified variable...
/CRAN/refmans/optimos.prime/html/op_plot.html
 cran-help  matching: factorize, prime and prime


Size: 3.8K
R: Factorize integer numbers and factors
factorize {DoE.base} R Documentation Factorize integer numbers and factors Description Methods to factorize integer numbers into primes or factors into pseudo factors with integer numbers of levels...
/CRAN/refmans/DoE.base/html/factorize.html
 cran-help  matching: factorize, factorize, factorize and prime


Size: 5.0K
R: Test of simple hypothesis with the common d-prime
...d-prime Description This function tests the hypothesis that the common d-prime is equal to or greater/less than a certain value, e.g. zero in a Wald or likelihood root test. Usage dprime_test(correct...
/CRAN/refmans/sensR/html/dprime_test.html
 cran-help  matching: factorize, prime and prime


Size: 2.9K
R: Optimos Prime calculates optima and tolerance for a matrix of...
op_lists {optimos.prime} R Documentation Optimos Prime calculates optima and tolerance for a matrix of species and environmental factors Description You will need two dataframes. If they are not...
/CRAN/refmans/optimos.prime/html/op_lists.html
 cran-help  matching: factorize, prime and prime


Size: 3.4K
R: fMRI Filtered Signal and Priming Scores for Brain-Damaged...
...same brain areas. Usage data(imaging) Format A data frame with 35 observations on the following 3 variables. Condition a factor with levels irregulars (the morphological condition involving priming ...
/CRAN/refmans/languageR/html/imaging.html
 cran-help  matching: factorize, prime and prime


Size: 4.8K
R: Prime power MOLS from finite fields
...specific p is restricted to the values shown in the table below: prime p maximum q 2 13 3 8 5 6 7 5 11 4 13 17 19 23 3 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97 2 Any prime >97 1 Usage MOLS(p, q...
/CRAN/refmans/blocksdesign/html/MOLS.html
 cran-help  matching: factorize, prime and prime


Size: 9.5K
R: Form replication factors using Fay's generalized replication...
make_fays_gen_rep_factors {svrep} R Documentation Form replication factors using Fay's generalized replication method Description Generate a matrix of replication factors using Fay's generalized...
/CRAN/refmans/svrep/html/make_fays_gen_rep_factors.html
 cran-help  matching: factorize, factorize, factorize and prime


Size: 3.4K
R: Partition-primed Probability Judgement Task for Car...
...Partition-primed Probability Judgement Task for Car Dealership Description In this study participants were asked to judge how likely it is that a customer trades in a coupe or that a customer buys a...
/CRAN/refmans/betareg/html/CarTask.html
 cran-help  matching: factorize, prime and prime


Size: 4.1K
R: This function of Optimos Prime calculates optima and...
op_calculate {optimos.prime} R Documentation This function of Optimos Prime calculates optima and tolerance for a data frame of species and environmental factors Description You will need two...
/CRAN/refmans/optimos.prime/html/op_calculate.html
 cran-help  matching: factorize, prime and prime


Size: 11.3K
R: Create grouping factor for subsetting your data
group_factor {groupdata2} R Documentation Create grouping factor for subsetting your data Description Divides data into groups by a wide range of methods. Creates and returns a grouping factor with 1s...
/CRAN/refmans/groupdata2/html/group_factor.html
 cran-help  matching: factorize, factorize, factorize and prime


Size: 7.7K
R: Calculate the reliability values of a second-order factor
...factor Usage reliabilityL2(object, secondFactor, omit.imps = c("no.conv", "no.se")) Arguments object A lavaan or lavaan.mi object, expected to contain a least one exogenous higher-order common factor.
/CRAN/refmans/semTools/html/reliabilityL2-deprecated.html
 cran-help  matching: factorize, factorize and prime


Size: 3.1K
R: Principal component (PC) estimation of the approximate factor...
...factor model: y_{it}=\boldsymbol{\lambda}_{i}^{\prime}\boldsymbol{F}_{t}+e_{it}, or in matrix notation: \boldsymbol{Y}=\boldsymbol{F}\boldsymbol{\Lambda}^{\prime}+\boldsymbol{e}. The factors...
/CRAN/refmans/GCCfactor/html/PC.html
 cran-help  matching: factorize, factorize and prime


Size: 4.3K
R: Calculate d' (d-prime)
...-prime) Description Obtain the standardized distance between the two probability distributions, known as d' or sensitivity index. Usage dprime(x, category, response, par = list(), zlimit = Inf, type...
/CRAN/refmans/grt/html/dprime.html
 cran-help  matching: factorize, prime and prime


Size: 13.3K
R: Creates replicate factors for the generalized survey...
make_gen_boot_factors {svrep} R Documentation Creates replicate factors for the generalized survey bootstrap Description Creates replicate factors for the generalized survey bootstrap method. The...
/CRAN/refmans/svrep/html/make_gen_boot_factors.html
 cran-help  matching: factorize, factorize, factorize and prime


Size: 1.5K
R: Factor Big Integers with the Parallel Quadratic Sieve
...divisorsBig Vectorized Factorization (Complete) with GMP primeFactorizeBig Vectorized Prime Factorization with GMP quadraticSieve Prime Factorization with the Parallel Quadratic Sieve stdThreadMax Max...
/CRAN/refmans/RcppBigIntAlgos/html/00Index.html
 cran-help  matching: factorize, factorize and prime


Size: 1.7K
R: Partition of a number into two factors
...Partition of a number into two factors Description Given a prime number factorization x, bestCombination partitions x into two groups, such that the product of the numbers in group one is as similar...
/CRAN/refmans/surveillance/html/bestCombination.html
 cran-help  matching: factorize, factorize and prime


Size: 5.2K
R: Vectorized Factorization (Complete) with GMP
divisorsBig {RcppBigIntAlgos} R Documentation Vectorized Factorization (Complete) with GMP Description Quickly generates the complete factorization for many (possibly large) numbers. Usage divisorsBig...
/CRAN/refmans/RcppBigIntAlgos/html/divisorsBig.html
 cran-help  matching: factorize, factorize and prime


Size: 4.7K
R: Coefficient for thrust dependency of drag and power factors
...factors Description Computes the thrust requirement dependency factor for drag and power factors in flapping flight based on reduced frequency (kf) and strokeplane angle (phi). Usage fD.ind(kf, phi)...
/CRAN/refmans/afpt/html/fDfPfunctions.html
 cran-help  matching: factorize, factorize and prime


Size: 2.9K
R: Test based Bayes Factors for BMA Models
...Test based Bayes Factors for BMA Models Description Creates an object representing the prior distribution on coefficients for BAS that corresponds to the test-based Bayes Factors. Usage testBF.prior(g)...
/CRAN/refmans/BAS/html/testBF.prior.html
 cran-help  matching: factorize, factorize and prime


Size: 6.1K
R: Test for Implicational Independence between two Factors
...two Factors Description This evaluation function tests for the implicational independence between two factors. It has been programmed for Thiem and Baumgartner (2016). Usage implicIndep(expression, n...
/CRAN/refmans/QCApro/html/implicIndep.html
 cran-help  matching: factorize, factorize and prime


Size: 6.2K
R: Adds the factors and covariates for a blocked, split-plot...
...factors and covariates for a blocked, split-plot design Description Add the following factors and covariates to a date frame containing imaging data from the Plant Accelerator: Zones, xZones, SHZones...
/CRAN/refmans/imageData/html/designFactors.html
 cran-help  matching: factorize, factorize and prime


Size: 13.2K
R: Factor Analysis
...Factor Analysis Description Perform maximum-likelihood factor analysis on a covariance matrix or data matrix. Usage factanal(x, factors, data = NULL, covmat = NULL, n.obs = NA, subset, na.action...
/R/refmans/stats/html/factanal.html
 r-help  matching: factorize, factorize and prime


Size: 11.6K
R: Utility Functions for 'spatstat'
...in the Plane articlebeforenumber Indefinite Article Preceding A Number bdrylength.xypolygon Calculations for Polygons in the Plane can.be.formula Manipulate Formulae cat.factor Combine Several ...
/CRAN/refmans/spatstat.utils/html/00Index.html
 cran-help  matching: factorize and prime


Size: 1.9K
R: Find Ruth-Aaron Pairs of Integers
...pairs of consecutive integers where the prime factors sum to the same value. For example, (5, 6) are Ruth-Aaron pairs because the prime factors 5 = 2 + 3. Usage ruth_aaron_pairs(min, max, distinct...
/CRAN/refmans/primes/html/ruth_aaron_pairs.html
 cran-help  matching: factorize and prime


Size: 6.5K
R: Number-Theoretic Functions
...for factorization, prime numbers, twin primes, primitive roots, modular logarithm and inverses, extended GCD, Farey series and continued fractions. Includes Legendre and Jacobi symbols, some divisor...
/CRAN/refmans/numbers/html/numbers-package.html
 cran-help  matching: factorize and prime


Size: 8.5K
R: Number-Theoretic Functions
...agm Arithmetic-geometric Mean atkin_sieve Prime Numbers bell Bell Numbers bernoulli_numbers Bernoulli Numbers bracelet Necklace and Bracelet Functions carmichael Carmichael Numbers catalan Catalan...
/CRAN/refmans/numbers/html/00Index.html
 cran-help  matching: factorize and prime


Size: 3.5K
R: Number theoretic functions
...Details Functions primes() and factorize() cut-and-pasted from Bill Venables's conf.design package, version 0.0-3. Function primes(n) returns a vector of all primes not exceeding n; function factorize...
/CRAN/refmans/elliptic/html/divisor.html
 cran-help  matching: factorize and prime


Size: 9.2K
R: Simulated data set to mimic a small expression quantitative...
...Simulated data set to mimic a small expression quantitative trait loci (eQTL) example, with p=150 single nucleotide polymorphisms (SNPs) as explanatory variables, s=10 gene expression features as...
/CRAN/refmans/BayesSUR/html/exampleEQTL.html
 cran-help  matching: factorize and prime


Size: 3.7K
R: Simulated data set with split plot design
...11 variables. items A factor with levels w1, w2, ..., w40, coding 40 word items. ritems The by-word random adjustments to the intercept. list A factor with levels listA and listB. The priming effect...
/CRAN/refmans/languageR/html/splitplot.html
 cran-help  matching: factorize and prime


Size: 2.7K
R: Primitive Root
...primitive root modulo m, or find all primitive roots. Usage primroot(m, all = FALSE) Arguments m A prime integer. all boolean; shall all primitive roots module p be found. Details For every prime...
/CRAN/refmans/numbers/html/primroot.html
 cran-help  matching: factorize and prime


Size: 3.0K
R: A contrast function based on regular factorials for number of...
...based on regular factorials for number of levels a prime or prime power Usage contr.Power(n, s = 2, contrasts = TRUE) Arguments n integer or vector; either an integer number of levels of the factor...
/CRAN/refmans/SOAs/html/contr.Power.html
 cran-help  matching: factorize and prime


Size: 29.4K
R: Store and Operate with Arbitrarily Large Integers
...‘VeryLargeIntegers’ version 0.2.1 DESCRIPTION file. Help Pages A B C D E F G I J L M N P R S V misc -- A -- abs.vli Basic Arithmetic and Logical Operators for vli Objects as.character.vli Very...
/CRAN/refmans/VeryLargeIntegers/html/00Index.html
 cran-help  matching: factorize and prime


Size: 2.9K
R: Functions and Datasets for Math Used in School
...NEWS. Help Pages cancel.fraction cancel a fraction to the smallest numbers decimal2fraction convert a decimal-number into fraction gcd Greatest common divisor of two numbers is.decimal checks if a...
/CRAN/refmans/schoolmath/html/00Index.html
 cran-help  matching: factorize and prime


Size: 27.6K
R: Minimization with Enhanced Quine-McCluskey Algorithm
...-McCluskey (QMC) algorithm. Instead of QMC's approach of using positive minterms and remainders to perform minimization, eQMC uses positive and negative minterms, but no remainders. See Dusa and Thiem...
/CRAN/refmans/QCApro/html/eQMC.html
 cran-help  matching: factorize and prime


Size: 5.3K
R: Tools for Stable Isotope Geochemistry
...factor a18_CO2aq_H2O 18O/16O fractionation factor between CO2(aq) and H2O(l) a18_CO2g_H2O 18O/16O fractionation factor between CO2(g) and H2O(l) a18_CO3_H2O 18O/16O fractionation factor between CO3(2-)...
/CRAN/refmans/isogeochem/html/00Index.html
 cran-help  matching: factorize and prime


Size: 9.3K
R: Analyze the Degree of Ambiguity across Research Design...
...programmed for Baumgartner and Thiem (2017). Usage ambiguity(data, outcome = c(""), neg.out = c(FALSE), exo.facs = c(""), tuples = c(), incl.cut1 = c(1), incl.cut0 = c(1), sol.type = c("ps"), row.dom...
/CRAN/refmans/QCApro/html/ambiguity.html
 cran-help  matching: factorize and prime


Size: 2.2K
R: isprime Property
...Given an array of positive integers returns an array of the same size of 0 and 1, where the i indicates a prime number in the same position. Value array of elements 0, 1 with 1 indicating prime...
/CRAN/refmans/pracma/html/isprime.html
 cran-help  matching: factorize and prime


Size: 8.2K
R: The spatstat.utils Package
...in spatstat.utils were originally written as internal, undocumented, utility functions in the spatstat package. Many of these functions could be useful to other programmers, so we have made them...
/CRAN/refmans/spatstat.utils/html/spatstat.utils-package.html
 cran-help  matching: factorize and prime


Size: 9.0K
R: Sobol' Indices estimation under inequality constraints
...exists one or multiple sets of constrained factors. Constraints within a set are expressed as inequality constraints (simplex constraint). This function generalizes the procedure of Tissot and Prieur...
/CRAN/refmans/sensitivity/html/sobolroauc.html
 cran-help  matching: factorize and prime


Size: 6.2K
R: Utility functions for the Degree-of-Difference model
...optimal_tau(d.prime, d.prime0 = 0, ncat=3, method=c("equi.prob", "LR.max", "se.min"), tau.start=NULL, equi.tol = 1e-4, grad.tol = 1e-2, do.warn=TRUE) par2prob_dod(tau, d.prime) dod_nll(tau, d.prime...
/CRAN/refmans/sensR/html/dod_utils.html
 cran-help  matching: factorize and prime


Size: 16.6K
R: Function for full factorial designs
...fac.design(nlevels=NULL, nfactors=NULL, factor.names = NULL, replications=1, repeat.only = FALSE, randomize=TRUE, seed=NULL, blocks=1, block.gen=NULL, block.name="Blocks", bbreps=replications, wbreps...
/CRAN/refmans/DoE.base/html/fac.design.html
 cran-help  matching: factorize and prime


Size: 2.1K
R: Construction of factorial designs
...effects direct.sum Form the direct sum of designs. factorize S3 generic function and methods for factorization. factorize.default S3 generic function and methods for factorization. factorize.factor S3...
/CRAN/refmans/conf.design/html/00Index.html
 cran-help  matching: factorize and prime


Size: 3.8K
R: Direct fitter of the Thurstonian Degree-of-Difference (DOD)...
...dod function, which is for interactive use. dod_fit only estimates the DOD model and performs no hypothesis or significance tests. Usage dod_fit(same, diff, tau=NULL, d.prime=NULL, control=dodControl...
/CRAN/refmans/sensR/html/dod_fit.html
 cran-help  matching: factorize and prime


Size: 5.2K
R: Test the 'any-differences' hypothesis and estimate common...
...d-primes) with one of the Wald, Pearson or likelihood ratio chi-square test statistics. The common d-prime is estimated with ML or weighted average. Usage dprime_compare(correct, total, protocol, conf...
/CRAN/refmans/sensR/html/dprime_compare.html
 cran-help  matching: factorize and prime


Size: 9.0K
R: Sobol' Indices Estimation Using Replicated OA-based LHS
...estimates either all first-order indices or all closed second-order indices at a total cost of 2 \times N model evaluations. For closed second-order indices N=q^{2} where q \geq d-1 is a prime number ...
/CRAN/refmans/sensitivity/html/sobolroalhs.html
 cran-help  matching: factorize and prime


Size: 5.1K
R: Creating Groups from Data
...NEWS. Help Pages %primes% Find remainder from 'primes' method %staircase% Find remainder from 'staircase' method all_groups_identical Test if two grouping factors contain the same groups balance...
/CRAN/refmans/groupdata2/html/00Index.html
 cran-help  matching: factorize and prime


Size: 2.0K
R: Shor
...legitimate prime factors. Is probabilistic and may fail. Factors 15 with ease and 21 occassionally. Usage Shor(N,trials=150,random=FALSE) Arguments N Number that Shor's algorithm is to factor trials...
/CRAN/refmans/QuantumOps/html/Shor.html
 cran-help  matching: factorize and prime


Size: 11.5K
R: Create groups from your data
...into groups by a wide range of methods. Creates a grouping factor with 1s for group 1, 2s for group 2, etc. Returns a data.frame grouped by the grouping factor for easy use in magrittr `%>%` pipelines.
/CRAN/refmans/groupdata2/html/group.html
 cran-help  matching: factorize and prime


Size: 5.1K
R: Confounded Factorial Block Design
...handles the p^k case, that is, all treatment factors having the same (prime) number of levels. Some simple facilities are provided for combining component designs into larger ones, thus providing some...
/CRAN/refmans/conf.design/html/conf.design-package.html
 cran-help  matching: factorize and prime


Size: 8.0K
R: Sobol' indices estimation based on replicated orthogonal...
...based on replicated orthogonal arrays Description sobolrep generalizes the estimation of the Sobol' sensitivity indices introduced by Tissot & Prieur (2015) using two replicated orthogonal arrays.
/CRAN/refmans/sensitivity/html/sobolrep.html
 cran-help  matching: factorize and prime


Size: 2.6K
R: Moebius Function
...an even number of prime factors, or +1 if there are an odd of prime factors. It is 0 if n is not square-free. mertens(n) is the aggregating summary function, that sums up all values of moebius from 1...
/CRAN/refmans/numbers/html/moebius.html
 cran-help  matching: factorize and prime


Size: 7.8K
R: Quantile Regression Neural Network
...file. Help Pages qrnn-package Quantile Regression Neural Network adam Adaptive stochastic gradient descent optimization algorithm (Adam) censored.mean A hybrid mean/median function for left censored...
/CRAN/refmans/qrnn/html/00Index.html
 cran-help  matching: factorize and prime


Size: 11.4K
R: Run Multiple Selection Operations in Sequence
...during construction and uses them for selection in sequence. This makes it possible for one Selector to discard a few individuals, followed by a second Selector to discard more, etc., until n_select...
/CRAN/refmans/miesmuschel/html/dict_selectors_sequential.html
 cran-help  matching: factorize and prime


Size: 4.3K
R: Cohen's D_p Computation with Confidence Intervals
...file. Package NEWS. Help Pages Cohensdp Cohen's standardized mean difference. dkprime The K' or non-central K distribution. dlprime Lambda prime or noncentral Lambda distribution. dlsecond Lambda...
/CRAN/refmans/CohensdpLibrary/html/00Index.html
 cran-help  matching: factorize and prime


Size: 2.1K
R: MATLAB isprime function
...are prime, and logical 0 (false) otherwise. Author(s) H. Borchers hwborchers@googlemail.com, P. Roebuck proebuck1701@gmail.com See Also factors, primes Examples x <- c(2, 3, 0, 6, 10) ans <- isprime(x) ...
/CRAN/refmans/matlab/html/isprime.html
 cran-help  matching: factorize and prime


Size: 3.9K
R: Graeco-Latin squares
...odd valued N ii) any prime-power N = p**q where p and q can be chosen from prime p maximum q 2 13 3 8 5 6 7 5 11 4 13 17 19 23 3 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97 2 Any prime >97 1 iii)...
/CRAN/refmans/blocksdesign/html/GraecoLatin.html
 cran-help  matching: factorize and prime


Size: 2.3K
R: IsPrime Property
...{DescTools} R Documentation IsPrime Property Description Returns for a vector or matrix of positive integers a logical object of the same dimension(s) containing TRUE for the elements that are prime...
/CRAN/refmans/DescTools/html/IsPrime.html
 cran-help  matching: factorize and prime


Size: 5.0K
R: Blocks design package
...of choice for small experiments with few treatments. For large experiments with many treatments, however, a single set of complete blocks may not be adequate and then sub-division into smaller nested...
/CRAN/refmans/blocksdesign/html/blocksdesign-package.html
 cran-help  matching: factorize and prime


Size: 3.3K
R: Find Highly Composite Numbers
...that the transform is computed quickly. The default value for factors ensures this. Usage nextn(n, factors = c(2,3,5)) Arguments n a vector of integer numbers (of type "integer" or "double"). factors...
/R/refmans/stats/html/nextn.html
 r-help  matching: factorize and prime


Size: 4.9K
R: Leverage for HLMs
...HLMs Description This function calculates the leverage of a hierarchical linear model fit by lmer. Usage ## Default S3 method: leverage(object, ...) ## S3 method for class 'mer' leverage(object, level...
/CRAN/refmans/HLMdiag/html/leverage.mer.html
 cran-help  matching: factorize and prime


Size: 2.6K
R: Legendre and Jacobi Symbol
Details The Legendre Symbol (a/p), where p must be a prime number, denotes whether a is a quadratic residue modulo p or not. The Jacobi symbol (a/p) is the product of (a/p) of all prime factors p on...
/CRAN/refmans/numbers/html/legendre_sym.html
 cran-help  matching: factorize and prime


Size: 17.7K
R: High Performance Tools for Combinatorics and Computational Mathematics
...Pages C D E I N P R S misc RcppAlgos-package High Performance Tools for Combinatorics and Computational Mathematics -- C -- Combo-class S4-classes for Exposing C++ Combinatorial Classes ComboApply-...
/CRAN/refmans/RcppAlgos/html/00Index.html
 cran-help  matching: factorize and prime




powered by xapian
hosted and maintained by the Institute for Statistics and Mathematics
of WU (Vienna University of Economics and Business)
give a feedback