[9987e3]: / man / dMcast.Rd

Download this file

24 lines (23 with data), 566 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{dMcast}
\alias{dMcast}
\title{Copy of the dMcast function from the Matrix.utils package,
since this is off CRAN and does not seem to be maintained anymore
internally}
\usage{
dMcast(
data,
formula,
fun.aggregate = "sum",
value.var = NULL,
as.factors = FALSE,
factor.nas = TRUE,
drop.unused.levels = TRUE
)
}
\description{
Copy of the dMcast function from the Matrix.utils package,
since this is off CRAN and does not seem to be maintained anymore
internally
}